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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2557523002: Remove webkitAudoContext and webkitOfflineAudioContext (Closed)
Patch Set: Rebaseline test Created 4 years 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: 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()'");

Powered by Google App Engine
This is Rietveld 408576698