| Index: Source/core/testing/PrivateScriptTest.idl
|
| diff --git a/Source/core/testing/PrivateScriptTest.idl b/Source/core/testing/PrivateScriptTest.idl
|
| index 105a1bb892d4491ac94c888e3ceb664a360d2e44..769aa5f687c69130ed2b38352f12f91d327c0e7f 100644
|
| --- a/Source/core/testing/PrivateScriptTest.idl
|
| +++ b/Source/core/testing/PrivateScriptTest.idl
|
| @@ -35,6 +35,7 @@
|
| [ImplementedInPrivateScript] void voidMethodThrowsRangeError();
|
| [ImplementedInPrivateScript] void voidMethodThrowsSyntaxError();
|
| [ImplementedInPrivateScript] void voidMethodThrowsReferenceError();
|
| + [ImplementedInPrivateScript] void voidMethodThrowsStackOverflowError();
|
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] short addIntegerForPrivateScriptOnly(short value1, short value2);
|
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString stringAttributeForPrivateScriptOnly;
|
| [ImplementedInPrivateScript] short addIntegerImplementedInCPP(short value1, short value2);
|
|
|