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

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

Issue 24867002: Add static attributes to IDL compiler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revised, fix Perl Created 7 years, 3 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 5f58f4f9fc19779619b41d3f778262b918fe14ef..a57da80ededee8fbcf921aa248f259c34df900dc 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -60,4 +60,7 @@ interface TestObjectPython {
readonly attribute Window readonlyWindowAttribute;
readonly attribute HTMLCollection readonlyHTMLCollectionAttribute;
readonly attribute HTMLElement readonlyHTMLElementAttribute;
+ // static attributes (Blink extension)
+ static readonly attribute DOMString staticReadonlyStringAttribute;
+ static readonly attribute long staticReadonlyLongAttribute;
};

Powered by Google App Engine
This is Rietveld 408576698