| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index ba97a0f6254627e32ccfd9e928d199da6b12b67c..5217c96a0e2169e43d983e891d91f7e7ee145c6c 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -828,6 +828,12 @@ 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()");
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|