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

Unified Diff: Source/core/frame/UseCounter.cpp

Issue 1149373003: Remove Range.compareNode() as it is not in the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: updated isNodeFullyContained Created 5 years, 6 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
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 664a2f9cfe2bacfb75f17d889876c1a22f59bf0c..dd232441569b39ea73ed4cd612b5665d73556c1a 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -856,9 +856,6 @@ String UseCounter::deprecationMessage(Feature feature)
case PrefixedOfflineAudioContext:
return replacedBy("webkitOfflineAudioContext", "OfflineAudioContext");
- case RangeCompareNode:
- return replacedBy("Range.compareNode()", "Range.compareBoundaryPoints()");
-
case RangeExpand:
return replacedBy("Range.expand()", "Selection.modify()");

Powered by Google App Engine
This is Rietveld 408576698