| Index: third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| diff --git a/third_party/WebCore/bindings/scripts/test/TestObj.idl b/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| index c0630e372ce6d7e40b122d92cabaf6d296fffe48..24a0e6c09a386b6bfafdb0dcceba9d2ef2556478 100644
|
| --- a/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| +++ b/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| @@ -145,6 +145,9 @@ enum TestEnumType { "", "EnumValue1", "EnumValue2", "EnumValue3" };
|
| void methodWithCallbackArg(in [Callback] TestCallback callback);
|
| void methodWithNonCallbackArgAndCallbackArg(in long nonCallback, in [Callback] TestCallback callback);
|
| void methodWithCallbackAndOptionalArg(in [Callback, Optional] TestCallback callback);
|
| + // static methods with 'Callback' extended attribute
|
| + static void staticMethodWithCallbackAndOptionalArg(in [Callback, Optional] TestCallback callback);
|
| + static void staticMethodWithCallbackArg(in [Callback] TestCallback callback);
|
| #endif
|
|
|
| // 'Conditional' extended attribute
|
|
|