Chromium Code Reviews| Index: Source/bindings/tests/idls/TestObject.idl |
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
| index db700deaede15379b96bdab42146ac862543f514..1e54cfcbb7c3ce6284b97a0a6b50b4c28521f208 100644 |
| --- a/Source/bindings/tests/idls/TestObject.idl |
| +++ b/Source/bindings/tests/idls/TestObject.idl |
| @@ -58,6 +58,7 @@ interface TestObject : EventTarget { |
| attribute EventHandler eventHandlerAttr; |
| [MeasureAs=TestFeature] attribute TestObject testObjAttr; |
| [ExposeJSAccessors] attribute DOMString attrWithJSGetterAndSetter; |
| + [MeasureAs=TestFeature]attribute TestSubObjConstructor TestSubObjMeasured; |
|
haraken
2014/03/04 15:24:11
Nit: Add one space after ].
sof
2014/03/04 15:32:23
Done.
|
| // Name starting with an acronym |
| attribute TestObject XMLObjAttr; |
| @@ -298,6 +299,7 @@ interface TestObject : EventTarget { |
| [DeprecateAs=Method] void deprecatedMethod(); |
| [DeprecateAs=StaticMethod] static void deprecatedStaticMethod(); |
| + [DeprecateAs=ConstructorAttribute] attribute TestSubObjConstructor deprecatedConstructor; |
| [DeprecateAs=Constant] const unsigned short DEPRECATED_CONSTANT = 1; |