Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1063)

Unified Diff: core/testing/PrivateScriptTest.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/testing/PartialPrivateScriptTest.idl ('k') | core/testing/TypeConversions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « core/testing/PartialPrivateScriptTest.idl ('k') | core/testing/TypeConversions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698