summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/bindings/tests/idls/TestObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/bindings/tests/idls/TestObject.idl')
-rw-r--r--third_party/WebKit/Source/bindings/tests/idls/TestObject.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/WebKit/Source/bindings/tests/idls/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/TestObject.idl
index 61d4dfa..8152b66 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/TestObject.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/TestObject.idl
@@ -108,11 +108,11 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
[Custom, MeasureAs=CustomTestFeature] void customMethod();
[Custom] void customMethodWithArgs(long longArg, DOMString strArg, TestObject objArg);
- void addEventListener(DOMString type,
- EventListener listener,
+ void addEventListener(DOMString type,
+ EventListener listener,
optional boolean useCapture);
- void removeEventListener(DOMString type,
- EventListener listener,
+ void removeEventListener(DOMString type,
+ EventListener listener,
optional boolean useCapture);
// 'CallWith' extended attribute
@@ -184,7 +184,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
readonly attribute any cachedAttribute1;
readonly attribute any cachedAttribute2;
-
+
attribute any anyAttribute;
attribute TestCallbackFunction callbackFunctionAttribute;