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

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

Issue 102143003: IDL compiler: [ImplementedAs] for [InitializedByEventConstructor] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged Created 7 years 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/TestInterfaceEventConstructor.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceEventConstructor.idl b/Source/bindings/tests/idls/TestInterfaceEventConstructor.idl
index d17e006f55bb74be574af3ca23bf77f15990c991..5542cec6616dde0cabe6970a28531ede7247dfc0 100644
--- a/Source/bindings/tests/idls/TestInterfaceEventConstructor.idl
+++ b/Source/bindings/tests/idls/TestInterfaceEventConstructor.idl
@@ -31,6 +31,8 @@
] interface TestInterfaceEventConstructor : Event {
readonly attribute DOMString readonlyStringAttribute;
[InitializedByEventConstructor] readonly attribute DOMString initializedByEventConstructorReadonlyStringAttribute;
- [DeprecateAs=initializedByEventConstructorReadonlyStringAttribute, InitializedByEventConstructor] readonly attribute DOMString deprecatedInitializedByEventConstructorReadonlyStringAttribute;
[InitializedByEventConstructor] readonly attribute any initializedByEventConstructorReadonlyAnyAttribute;
+ [DeprecateAs=initializedByEventConstructorReadonlyStringAttribute, InitializedByEventConstructor] readonly attribute DOMString deprecatedInitializedByEventConstructorReadonlyStringAttribute;
+ [ImplementedAs=implementedAsName, InitializedByEventConstructor] readonly attribute DOMString implementedAsInitializedByEventConstructorReadonlyStringAttribute;
+ [DeprecateAs=initializedByEventConstructorReadonlyStringAttribute, ImplementedAs=deprecatedImplementedAsName, InitializedByEventConstructor] readonly attribute DOMString deprecatedImplementedAsInitializedByEventConstructorReadonlyStringAttribute;
};
« no previous file with comments | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698