| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| index 9ecc81f0241cea4e55fb7d6f309ac4f72f582ab0..04ff68735f529a00b3fd60d632f877389850335d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -482,6 +482,11 @@ interface TestObject {
|
| [PerWorldBindings] void overloadedPerWorldBindingsMethod();
|
| [PerWorldBindings] void overloadedPerWorldBindingsMethod(long longArg);
|
|
|
| + [NotDuringMicrotasks] void notDuringMicrotasks();
|
| +
|
| + [NotDuringMicrotasks] void notDuringMicrotasksOverloaded();
|
| + void notDuringMicrotasksOverloaded(long arg);
|
| +
|
| static void overloadedStaticMethod(long longArg);
|
| static void overloadedStaticMethod(long longArg1, long longArg2);
|
|
|
|
|