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

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

Issue 2557523002: Remove webkitAudoContext and webkitOfflineAudioContext (Closed)
Patch Set: Remove NoInterfaceObject and window attributes 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 f6b6b45352156be06150b454accea2d97b3a4c14..a9111506d8d212057a1cfd88eba4b98bc85fd330 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.

Powered by Google App Engine
This is Rietveld 408576698