| Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| index acd4a1ec5ee6789e01a315f9a3e05770479d27ef..c375e49ad1165b36b2e8a8d5de98974574fe2c8d 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -271,12 +271,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| case UseCounter::PrefixedWindowURL:
|
| return replacedBy("'webkitURL'", "'URL'");
|
|
|
| - case UseCounter::PrefixedAudioContext:
|
| - return replacedBy("'webkitAudioContext'", "'AudioContext'");
|
| -
|
| - case UseCounter::PrefixedOfflineAudioContext:
|
| - return replacedBy("'webkitOfflineAudioContext'", "'OfflineAudioContext'");
|
| -
|
| case UseCounter::RangeExpand:
|
| return replacedBy("'Range.expand()'", "'Selection.modify()'");
|
|
|
|
|