* bindings/scripts/test/TestObj.idl:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@197613
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-03-05 Ryosuke Niwa <rniwa@webkit.org>
+
+ Fix the bindings test after r197611.
+
+ * bindings/scripts/test/TestObj.idl:
+
2016-03-05 Ryosuke Niwa <rniwa@webkit.org>
Move QualifiedName from CustomElementInfo to JSCustomElementInterface
[PutForwards=name] readonly attribute TestNode? putForwardsNullableAttribute;
#if defined(TESTING_JS)
- [NeedsLifecycleProcessingStack] void methodWithNeedsLifecycleProcessingStack();
+ [InvokesCustomElementLifecycleCallbacks] void methodWithNeedsLifecycleProcessingStack();
#endif
};