Title: [211287] branches/safari-603-branch/Source/WebCore

Diff

Modified: branches/safari-603-branch/Source/WebCore/ChangeLog (211286 => 211287)


--- branches/safari-603-branch/Source/WebCore/ChangeLog	2017-01-27 18:20:01 UTC (rev 211286)
+++ branches/safari-603-branch/Source/WebCore/ChangeLog	2017-01-27 18:39:16 UTC (rev 211287)
@@ -1,3 +1,20 @@
+2017-01-27  Ryan Haddad  <ryanhad...@apple.com>
+
+        Merge r211285.
+
+    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-26  Matthew Hanson  <matthew_han...@apple.com>
 
         Merge r211244. rdar://problem/29956321

Modified: branches/safari-603-branch/Source/WebCore/bindings/scripts/test/JS/JSTestDOMJIT.cpp (211286 => 211287)


--- branches/safari-603-branch/Source/WebCore/bindings/scripts/test/JS/JSTestDOMJIT.cpp	2017-01-27 18:20:01 UTC (rev 211286)
+++ branches/safari-603-branch/Source/WebCore/bindings/scripts/test/JS/JSTestDOMJIT.cpp	2017-01-27 18:39:16 UTC (rev 211287)
@@ -1390,7 +1390,6 @@
     auto* thisObject = jsCast<JSTestDOMJIT*>(cell);
     ASSERT_GC_OBJECT_INHERITS(thisObject, info());
     Base::visitChildren(thisObject, visitor);
-    thisObject->wrapped().visitJSEventListeners(visitor);
 }
 
 

Modified: branches/safari-603-branch/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp (211286 => 211287)


--- branches/safari-603-branch/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp	2017-01-27 18:20:01 UTC (rev 211286)
+++ branches/safari-603-branch/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp	2017-01-27 18:39:16 UTC (rev 211287)
@@ -234,7 +234,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: branches/safari-603-branch/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp (211286 => 211287)


--- branches/safari-603-branch/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp	2017-01-27 18:20:01 UTC (rev 211286)
+++ branches/safari-603-branch/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp	2017-01-27 18:39:16 UTC (rev 211287)
@@ -357,7 +357,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