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

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: layout tests changed 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 8fb948fb86274a3274f8af0488a1f3c9ced384e9..3d9d73ea281e4713908b41c25ab45b2825fdf497 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -848,9 +848,6 @@ String UseCounter::deprecationMessage(Feature feature)
case PrefixedOfflineAudioContext:
return replacedBy("webkitOfflineAudioContext", "OfflineAudioContext");
- case RangeCompareNode:
philipj_slow 2015/06/08 10:12:27 Also remove the entry from UseCounter.h
deepak.s 2015/06/08 11:44:02 Done.
- return replacedBy("Range.compareNode()", "Range.compareBoundaryPoints()");
-
case RangeExpand:
return replacedBy("Range.expand()", "Selection.modify()");

Powered by Google App Engine
This is Rietveld 408576698