| Index: Source/core/testing/PrivateScriptTest.idl
|
| diff --git a/Source/core/testing/PrivateScriptTest.idl b/Source/core/testing/PrivateScriptTest.idl
|
| index 7bada357be8a0f2a4309fbd66a932d8805473e40..69fc9552ac654db007a183c7ab3712b820d66032 100644
|
| --- a/Source/core/testing/PrivateScriptTest.idl
|
| +++ b/Source/core/testing/PrivateScriptTest.idl
|
| @@ -32,4 +32,8 @@
|
| [ImplementedInPrivateScript] void voidMethodThrowsSyntaxError();
|
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] short addIntegerForPrivateScriptOnly(short value1, short value2);
|
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString stringAttributeForPrivateScriptOnly;
|
| + [ImplementedInPrivateScript] short addIntegerImplementedInCPP(short value1, short value2);
|
| + [OnlyExposedToPrivateScript] short addIntegerImplementedInCPPForPrivateScriptOnly(short value1, short value2);
|
| + [ImplementedInPrivateScript] attribute DOMString stringAttributeImplementedInCPP;
|
| + [OnlyExposedToPrivateScript] attribute DOMString stringAttributeImplementedInCPPForPrivateScriptOnly;
|
| };
|
|
|