Title: [167251] trunk/Source/WebCore
Revision
167251
Author
oli...@apple.com
Date
2014-04-14 10:17:20 -0700 (Mon, 14 Apr 2014)

Log Message

Update test result

Modified Paths


Diff

Modified: trunk/Source/WebCore/ChangeLog (167250 => 167251)


--- trunk/Source/WebCore/ChangeLog	2014-04-14 16:31:43 UTC (rev 167250)
+++ trunk/Source/WebCore/ChangeLog	2014-04-14 17:17:20 UTC (rev 167251)
@@ -1,3 +1,10 @@
+2014-04-14  Oliver Hunt  <oli...@apple.com>
+
+        Update test result
+
+        * bindings/scripts/test/JS/JSTestNondeterministic.cpp:
+        (WebCore::JSTestNondeterministicConstructor::finishCreation):
+
 2014-04-14  Dirk Schulze  <k...@webkit.org>
 
         Optimize Canvas fill and drawImage with SourceIn, DestinationIn, SourceOut, and DestinationAtop using transparencyLayer.

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp (167250 => 167251)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp	2014-04-14 16:31:43 UTC (rev 167250)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp	2014-04-14 17:17:20 UTC (rev 167251)
@@ -64,7 +64,7 @@
 {
     Base::finishCreation(vm);
     ASSERT(inherits(info()));
-    putDirect(vm, vm.propertyNames->prototype, JSTestNondeterministicPrototype::self(vm, globalObject), DontDelete | ReadOnly);
+    putDirectPrototypeProperty(vm, JSTestNondeterministicPrototype::self(vm, globalObject), DontDelete | ReadOnly);
     putDirect(vm, vm.propertyNames->length, jsNumber(0), ReadOnly | DontDelete | DontEnum);
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to