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

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 webexposed/global-interface-listing.html Created 5 years, 5 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 | « Source/core/frame/UseCounter.h ('k') | Source/core/input/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 1e6ff3220c3f97fcefae56edb2f6f0cc9c1b0f52..5c9ebde44d8b8ebdfcf0b7fe1248fc75e93355f6 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()");
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/input/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698