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

Unified Diff: sky/engine/core/dom/Range.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.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
« no previous file with comments | « sky/engine/core/dom/Range.cpp ('k') | sky/engine/core/dom/SelectorQuery.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Range.idl
diff --git a/sky/engine/core/dom/Range.idl b/sky/engine/core/dom/Range.idl
index eaf87dc6162aedb9231eaf10f254291ea845d34c..ded5d9264fd3717e77603bd8b696b75280c24b7d 100644
--- a/sky/engine/core/dom/Range.idl
+++ b/sky/engine/core/dom/Range.idl
@@ -58,7 +58,7 @@
stringifier;
- [DeprecateAs=RangeDetach] void detach();
+ void detach();
[RaisesException] boolean isPointInRange(Node refNode, long offset);
[RaisesException, TypeChecking=Interface] short comparePoint(Node refNode, long offset);
@@ -76,7 +76,7 @@
const unsigned short NODE_BEFORE_AND_AFTER = 2;
const unsigned short NODE_INSIDE = 3;
- [RaisesException, MeasureAs=RangeCompareNode] short compareNode([Default=Undefined] optional Node refNode);
+ [RaisesException] short compareNode([Default=Undefined] optional Node refNode);
- [RaisesException, MeasureAs=RangeExpand] void expand([Default=Undefined] optional DOMString unit);
+ [RaisesException] void expand([Default=Undefined] optional DOMString unit);
};
« no previous file with comments | « sky/engine/core/dom/Range.cpp ('k') | sky/engine/core/dom/SelectorQuery.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698