Title: [211285] trunk/Source/WebCore
Revision
211285
Author
ryanhad...@apple.com
Date
2017-01-27 09:29:33 -0800 (Fri, 27 Jan 2017)

Log Message

Rebaseline bindings tests after r211238.

Unreviewed test gardening.

* bindings/scripts/test/JS/JSTestDOMJIT.cpp:
(WebCore::JSTestDOMJIT::visitChildren):
* bindings/scripts/test/JS/JSTestEventTarget.cpp:
(WebCore::JSTestEventTarget::visitChildren):
* bindings/scripts/test/JS/JSTestNode.cpp:
(WebCore::JSTestNode::visitChildren):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (211284 => 211285)


--- trunk/Source/WebCore/ChangeLog	2017-01-27 17:29:28 UTC (rev 211284)
+++ trunk/Source/WebCore/ChangeLog	2017-01-27 17:29:33 UTC (rev 211285)
@@ -1,3 +1,16 @@
+2017-01-27  Ryan Haddad  <ryanhad...@apple.com>
+
+        Rebaseline bindings tests after r211238.
+
+        Unreviewed test gardening.
+
+        * bindings/scripts/test/JS/JSTestDOMJIT.cpp:
+        (WebCore::JSTestDOMJIT::visitChildren):
+        * bindings/scripts/test/JS/JSTestEventTarget.cpp:
+        (WebCore::JSTestEventTarget::visitChildren):
+        * bindings/scripts/test/JS/JSTestNode.cpp:
+        (WebCore::JSTestNode::visitChildren):
+
 2017-01-25  Sergio Villar Senin  <svil...@igalia.com>
 
         [css-grid] Move Grid class out of RenderGrid

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDOMJIT.cpp (211284 => 211285)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDOMJIT.cpp	2017-01-27 17:29:28 UTC (rev 211284)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDOMJIT.cpp	2017-01-27 17:29:33 UTC (rev 211285)
@@ -1390,7 +1390,6 @@
     auto* thisObject = jsCast<JSTestDOMJIT*>(cell);
     ASSERT_GC_OBJECT_INHERITS(thisObject, info());
     Base::visitChildren(thisObject, visitor);
-    thisObject->wrapped().visitJSEventListeners(visitor);
 }
 
 

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp (211284 => 211285)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp	2017-01-27 17:29:28 UTC (rev 211284)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp	2017-01-27 17:29:33 UTC (rev 211285)
@@ -229,7 +229,6 @@
     auto* thisObject = jsCast<JSTestEventTarget*>(cell);
     ASSERT_GC_OBJECT_INHERITS(thisObject, info());
     Base::visitChildren(thisObject, visitor);
-    thisObject->wrapped().visitJSEventListeners(visitor);
 }
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp (211284 => 211285)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp	2017-01-27 17:29:28 UTC (rev 211284)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp	2017-01-27 17:29:33 UTC (rev 211285)
@@ -356,7 +356,6 @@
     auto* thisObject = jsCast<JSTestNode*>(cell);
     ASSERT_GC_OBJECT_INHERITS(thisObject, info());
     Base::visitChildren(thisObject, visitor);
-    thisObject->wrapped().visitJSEventListeners(visitor);
 }
 
 #if ENABLE(BINDING_INTEGRITY)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to