Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: Source/bindings/tests/idls/TestObjectPython.idl

Issue 26466003: IDL compiler: [CustomElementCallbacks] for getter + cleanup values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Perl Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/tests/idls/TestObjectPython.idl
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
index 96fd8d4c30d2aa1db19e0f9fa4a39de805549d27..4cd90392dea791a4aa9110c8ce6fa005e7e56c75 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -99,5 +99,6 @@ interface TestObjectPython {
[CustomGetter] readonly attribute long customGetterReadonlyLongAttribute;
[Conditional=Condition, Custom] readonly attribute long customReadonlyLongAttribute;
[Conditional=Condition, CustomGetter] readonly attribute long customGetterReadonlyLongAttribute;
+ [CustomElementCallbacks] readonly attribute long customElementsCallbacksReadonlyLongAttribute;
[KeepAttributeAliveForGC] readonly attribute DocumentFragment readonlyDocumentFragmentAttribute;
};

Powered by Google App Engine
This is Rietveld 408576698