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

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

Issue 137583006: Remove tests for unused IDL compiler features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove other unused line Created 6 years, 11 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
« no previous file with comments | « no previous file | Source/bindings/tests/idls/TestObjectPython.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index a8a303db2c5fdf45ed938a8d75a208c68953e2ae..628570260c91deada3511b552cd40248948b3e27 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -40,10 +40,10 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
// Attributes
readonly attribute long readOnlyLongAttr;
readonly attribute DOMString readOnlyStringAttr;
- readonly attribute TestObject readOnlyTestObjectAttr;
+ readonly attribute TestObject readOnlyTestObjectAttr;
static readonly attribute long staticReadOnlyLongAttr;
static attribute DOMString staticStringAttr;
- static readonly attribute TestSubObjConstructor TestSubObj;
+ attribute TestSubObjConstructor TestSubObj;
attribute TestEnumType enumAttr;
readonly attribute TestEnumType readOnlyEnumAttr;
attribute byte byteAttr;
« no previous file with comments | « no previous file | Source/bindings/tests/idls/TestObjectPython.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698