12012-05-30 Christophe Dumez <christophe.dumez@intel.com>
2
3 [JSC] SerializedScriptValue.create() succeeds even if MessagePort object cannot be found in transferred ports
4 https://bugs.webkit.org/show_bug.cgi?id=87118
5
6 Reviewed by NOBODY (OOPS!).
7
8 Make SerializedScriptValue.create() throw an exception if one of the
9 MessagePort objects cannot be found in the transferred ports. This
10 matches the behavior of the V8 implementation.
11
12 Test: webintents/web-intents-obj-constructor.html
13
14 * bindings/js/SerializedScriptValue.cpp:
15 (WebCore::CloneSerializer::dumpIfTerminal):
16