Title: [97540] trunk/Source/WebCore
Revision
97540
Author
[email protected]
Date
2011-10-14 23:26:31 -0700 (Fri, 14 Oct 2011)

Log Message

Update expected results.

* bindings/scripts/test/V8/V8TestObj.cpp:
(WebCore::TestObjInternal::serializedValueCallback):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97539 => 97540)


--- trunk/Source/WebCore/ChangeLog	2011-10-15 05:45:09 UTC (rev 97539)
+++ trunk/Source/WebCore/ChangeLog	2011-10-15 06:26:31 UTC (rev 97540)
@@ -1,3 +1,10 @@
+2011-10-14  Adam Barth  <[email protected]>
+
+        Update expected results.
+
+        * bindings/scripts/test/V8/V8TestObj.cpp:
+        (WebCore::TestObjInternal::serializedValueCallback):
+
 2011-10-14  Ryosuke Niwa  <[email protected]>
 
         GTK build fix after r97533.

Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp (97539 => 97540)


--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp	2011-10-15 05:45:09 UTC (rev 97539)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp	2011-10-15 06:26:31 UTC (rev 97540)
@@ -769,7 +769,7 @@
     INC_STATS("DOM.TestObj.serializedValue");
     TestObj* imp = V8TestObj::toNative(args.Holder());
     bool serializedArgDidThrow = false;
-    RefPtr<SerializedScriptValue> serializedArg = SerializedScriptValue::create(args[0], serializedArgDidThrow);
+    RefPtr<SerializedScriptValue> serializedArg = SerializedScriptValue::create(args[0], 0, serializedArgDidThrow);
     if (serializedArgDidThrow)
         return v8::Undefined();
     imp->serializedValue(serializedArg);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to