Title: [197613] trunk/Source/WebCore
- Revision
- 197613
- Author
- rn...@webkit.org
- Date
- 2016-03-05 00:50:55 -0800 (Sat, 05 Mar 2016)
Log Message
Fix the bindings test after r197611.
* bindings/scripts/test/TestObj.idl:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (197612 => 197613)
--- trunk/Source/WebCore/ChangeLog 2016-03-05 08:31:38 UTC (rev 197612)
+++ trunk/Source/WebCore/ChangeLog 2016-03-05 08:50:55 UTC (rev 197613)
@@ -1,5 +1,11 @@
2016-03-05 Ryosuke Niwa <rn...@webkit.org>
+ Fix the bindings test after r197611.
+
+ * bindings/scripts/test/TestObj.idl:
+
+2016-03-05 Ryosuke Niwa <rn...@webkit.org>
+
Move QualifiedName from CustomElementInfo to JSCustomElementInterface
https://bugs.webkit.org/show_bug.cgi?id=155061
Modified: trunk/Source/WebCore/bindings/scripts/test/TestObj.idl (197612 => 197613)
--- trunk/Source/WebCore/bindings/scripts/test/TestObj.idl 2016-03-05 08:31:38 UTC (rev 197612)
+++ trunk/Source/WebCore/bindings/scripts/test/TestObj.idl 2016-03-05 08:50:55 UTC (rev 197613)
@@ -334,7 +334,7 @@
[PutForwards=name] readonly attribute TestNode? putForwardsNullableAttribute;
#if defined(TESTING_JS)
- [NeedsLifecycleProcessingStack] void methodWithNeedsLifecycleProcessingStack();
+ [InvokesCustomElementLifecycleCallbacks] void methodWithNeedsLifecycleProcessingStack();
#endif
};
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes