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

Unified Diff: Source/core/page/Selection.idl

Issue 255553004: Split [StrictTypeChecking] into [TypeChecking=Interface|Nullable|String] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove redundant flag Created 6 years, 8 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 | « Source/core/html/canvas/WebGLRenderingContextBase.idl ('k') | Source/core/svg/SVGAngle.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Selection.idl
diff --git a/Source/core/page/Selection.idl b/Source/core/page/Selection.idl
index 21de67e41c3ee6bfc1c843f39973a85f6b23dae9..54dc2e4ca8a8fda9a40ac9b65e968c2eb54358de 100644
--- a/Source/core/page/Selection.idl
+++ b/Source/core/page/Selection.idl
@@ -41,7 +41,7 @@
readonly attribute boolean isCollapsed;
readonly attribute long rangeCount;
- [RaisesException, StrictTypeChecking] void collapse(Node node,
+ [RaisesException, TypeChecking=Interface|Nullable|String] void collapse(Node node,
optional long offset);
[RaisesException] void collapseToEnd();
[RaisesException] void collapseToStart();
@@ -77,7 +77,7 @@
[Default=Undefined] optional long baseOffset,
[Default=Undefined] optional Node extentNode,
[Default=Undefined] optional long extentOffset);
- [ImplementedAs=collapse, MeasureAs=SelectionSetPosition, RaisesException, StrictTypeChecking] void setPosition(Node node,
+ [ImplementedAs=collapse, MeasureAs=SelectionSetPosition, RaisesException, TypeChecking=Interface|Nullable|String] void setPosition(Node node,
optional long offset);
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContextBase.idl ('k') | Source/core/svg/SVGAngle.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698