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

Unified Diff: core/testing/PrivateScriptTest.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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/PluginPlaceholderOptions.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 769aa5f687c69130ed2b38352f12f91d327c0e7f..f2dd041cc7cac6ff675fbb4ea293a207f22b7795 100644
--- a/core/testing/PrivateScriptTest.idl
+++ b/core/testing/PrivateScriptTest.idl
@@ -3,7 +3,8 @@
// found in the LICENSE file.
[
- GarbageCollected
+ GarbageCollected,
+ TypeChecking=Interface,
] interface PrivateScriptTest {
[ImplementedInPrivateScript] void doNothing();
[ImplementedInPrivateScript] short return123();
@@ -28,7 +29,7 @@
[ImplementedInPrivateScript] attribute short shortAttribute;
[ImplementedInPrivateScript] attribute DOMString stringAttribute;
[ImplementedInPrivateScript] attribute Node nodeAttribute;
- [ImplementedInPrivateScript] attribute Node nodeAttributeThrowsIndexSizeError;
+ [ImplementedInPrivateScript] attribute Node? nodeAttributeThrowsIndexSizeError;
[ImplementedInPrivateScript] void voidMethodThrowsDOMSyntaxError();
[ImplementedInPrivateScript] void voidMethodThrowsError();
[ImplementedInPrivateScript] void voidMethodThrowsTypeError();
« no previous file with comments | « core/testing/PluginPlaceholderOptions.idl ('k') | core/testing/TypeConversions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698