Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / testing / PrivateScriptTest.idl
index 20fca89..769aa5f 100644 (file)
     [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);
 };