Index: core/testing/PrivateScriptTest.idl |
diff --git a/core/testing/PrivateScriptTest.idl b/core/testing/PrivateScriptTest.idl |
index 20fca89aa85f6b1c38f7e3c87b6b6a37fd999285..769aa5f687c69130ed2b38352f12f91d327c0e7f 100644 |
--- a/core/testing/PrivateScriptTest.idl |
+++ b/core/testing/PrivateScriptTest.idl |
@@ -35,11 +35,12 @@ |
[ImplementedInPrivateScript] void voidMethodThrowsRangeError(); |
[ImplementedInPrivateScript] void voidMethodThrowsSyntaxError(); |
[ImplementedInPrivateScript] void voidMethodThrowsReferenceError(); |
- [ImplementedInPrivateScript] void voidMethodWithStackOverflow(); |
+ [ImplementedInPrivateScript] void voidMethodThrowsStackOverflowError(); |
[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; |
+ [ImplementedInPrivateScript] void dispatchDocumentOnload(Document document); |
}; |