| Index: Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
|
| index 050223923d39f65c4469e4b5f7b189177a17f145..0014a02f53302a0f9de0e8e3c05809d52cd9dd84 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -512,6 +512,8 @@ interface TestObject {
|
| [CallWith=(ActiveWindow,FirstWindow)] void callWithActiveWindowScriptWindow();
|
| [CallWith=ThisValue] void callWithThisValue();
|
| [CheckSecurity=Node] void checkSecurityForNodeVoidMethod();
|
| + [ClearCachedAttributes=(one)] void clearSingleCachedAttribute();
|
| + [ClearCachedAttributes=(one, two, three)] void clearMultipleCachedAttributes();
|
| [Conditional=CONDITION] void conditionalConditionVoidMethod();
|
| [Conditional=CONDITION] static void conditionalConditionStaticVoidMethod();
|
| [Custom] void customVoidMethod();
|
|
|