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

Unified Diff: core/dom/Range.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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/dom/ParentNode.idl ('k') | core/dom/SharedArrayBuffer.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/Range.idl
diff --git a/core/dom/Range.idl b/core/dom/Range.idl
index 5452b4541b0cf6b25257f951e6eadc85d609cfbc..88a4a36cf6b89c7ed54137810b616ea0bb4d9f8e 100644
--- a/core/dom/Range.idl
+++ b/core/dom/Range.idl
@@ -25,7 +25,6 @@
Constructor,
ConstructorCallWith=Document,
WillBeGarbageCollected,
- TypeChecking=Interface,
] interface Range {
readonly attribute Node startContainer;
readonly attribute long startOffset;
@@ -57,7 +56,7 @@
[RaisesException, CustomElementCallbacks] void surroundContents(Node newParent);
[NewObject] Range cloneRange();
- [DeprecateAs=RangeDetach] void detach();
+ [MeasureAs=RangeDetach] void detach();
[RaisesException] boolean isPointInRange(Node node, long offset);
[RaisesException] short comparePoint(Node node, long offset);
« no previous file with comments | « core/dom/ParentNode.idl ('k') | core/dom/SharedArrayBuffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698