Title: [204615] trunk/Source/WebCore
Revision
204615
Author
[email protected]
Date
2016-08-18 16:15:05 -0700 (Thu, 18 Aug 2016)

Log Message

Building test fix after r204611.

* bindings/scripts/test/TestObj.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204614 => 204615)


--- trunk/Source/WebCore/ChangeLog	2016-08-18 23:11:05 UTC (rev 204614)
+++ trunk/Source/WebCore/ChangeLog	2016-08-18 23:15:05 UTC (rev 204615)
@@ -1,3 +1,9 @@
+2016-08-18  Ryosuke Niwa  <[email protected]>
+
+        Building test fix after r204611.
+
+        * bindings/scripts/test/TestObj.idl:
+
 2016-08-18  Chris Dumez  <[email protected]>
 
         Unreviewed, nit fix after r204605 reported by Darin.

Modified: trunk/Source/WebCore/bindings/scripts/test/TestObj.idl (204614 => 204615)


--- trunk/Source/WebCore/bindings/scripts/test/TestObj.idl	2016-08-18 23:11:05 UTC (rev 204614)
+++ trunk/Source/WebCore/bindings/scripts/test/TestObj.idl	2016-08-18 23:15:05 UTC (rev 204615)
@@ -390,7 +390,7 @@
     [PutForwards=name] readonly attribute TestNode? putForwardsNullableAttribute;
 
 #if defined(TESTING_JS)
-    [InvokesCustomElementLifecycleCallbacks] void methodWithNeedsLifecycleProcessingStack();
+    [CEReactions] void methodWithNeedsLifecycleProcessingStack();
 #endif
 
     void attachShadowRoot(TestDictionary init);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to