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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

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/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 62bd4f0a1975f5e0a55ef4b6bf17176e1a9bfdb9..5e503804a8873ba3d5f478c4392dcbd289df4ef8 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -481,10 +481,6 @@ class CORE_EXPORT UseCounter {
AudioContextDecodeAudioData = 649,
AudioContextResume = 650,
AudioContextSuspend = 651,
- AudioContext = 652,
- OfflineAudioContext = 653,
- PrefixedAudioContext = 654,
- PrefixedOfflineAudioContext = 655,
MixedContentInNonHTTPSFrameThatRestrictsMixedContent = 661,
MixedContentInSecureFrameThatDoesNotRestrictMixedContent = 662,
MixedContentWebSocket = 663,
@@ -1385,6 +1381,8 @@ class CORE_EXPORT UseCounter {
V8FaceDetector_Detect_Method = 1695,
FullscreenAllowedByOrientationChange = 1696,
ServiceWorkerRespondToNavigationRequestWithRedirectedResponse = 1697,
+ V8AudioContext_Constructor = 1698,
+ V8OfflineAudioContext_Constructor = 1699,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/modules/webaudio/AudioContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698