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. |