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

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: rebased 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 794e5246280616c7eac16ece4dcd6f35f3e28642..912691b5e8a1785274cfab158cb2038f362161f6 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -853,9 +853,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