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

Unified Diff: Source/core/testing/PrivateScriptTest.idl

Issue 966723002: Add [TypeChecking=Interface] to Internals and PrivateScriptTest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« Source/core/testing/Internals.idl ('K') | « Source/core/testing/Internals.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/PrivateScriptTest.idl
diff --git a/Source/core/testing/PrivateScriptTest.idl b/Source/core/testing/PrivateScriptTest.idl
index 769aa5f687c69130ed2b38352f12f91d327c0e7f..f2dd041cc7cac6ff675fbb4ea293a207f22b7795 100644
--- a/Source/core/testing/PrivateScriptTest.idl
+++ b/Source/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;
Jens Widell 2015/02/27 15:49:51 Made nullable since null was assigned in the layou
[ImplementedInPrivateScript] void voidMethodThrowsDOMSyntaxError();
[ImplementedInPrivateScript] void voidMethodThrowsError();
[ImplementedInPrivateScript] void voidMethodThrowsTypeError();
« Source/core/testing/Internals.idl ('K') | « Source/core/testing/Internals.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698