Title: [201429] trunk/Source/WebCore
Revision
201429
Author
[email protected]
Date
2016-05-26 13:37:33 -0700 (Thu, 26 May 2016)

Log Message

Rebaseline bindings tests after r201428

Unreviewed test gardening.

* bindings/scripts/test/JS/JSTestObj.cpp:
(WebCore::setJSTestObjReplaceableAttribute):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (201428 => 201429)


--- trunk/Source/WebCore/ChangeLog	2016-05-26 19:51:26 UTC (rev 201428)
+++ trunk/Source/WebCore/ChangeLog	2016-05-26 20:37:33 UTC (rev 201429)
@@ -1,3 +1,12 @@
+2016-05-26  Ryan Haddad  <[email protected]>
+
+        Rebaseline bindings tests after r201428
+
+        Unreviewed test gardening.
+
+        * bindings/scripts/test/JS/JSTestObj.cpp:
+        (WebCore::setJSTestObjReplaceableAttribute):
+
 2016-05-25  Geoffrey Garen  <[email protected]>
 
         replaceable own properties seem to ignore replacement after property caching

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp (201428 => 201429)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2016-05-26 19:51:26 UTC (rev 201428)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2016-05-26 20:37:33 UTC (rev 201429)
@@ -3751,7 +3751,7 @@
     if (UNLIKELY(!castedThis)) {
         return throwSetterTypeError(*state, "TestObj", "replaceableAttribute");
     }
-    // Shadowing a built-in object.
+    // Shadowing a built-in property.
     return castedThis->putDirect(state->vm(), Identifier::fromString(state, "replaceableAttribute"), value);
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to