Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index cd883f643762d9c817da07a98fc26117fd168887..23d4479e0f142961d4f64b1a577ee92b5f82bf1c 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -633,10 +633,6 @@ String UseCounter::deprecationMessage(Feature feature) |
case PrefixedUserTiming: |
return "'window.performance.webkit*' methods have been deprecated. Please use the unprefixed 'window.performance.*' methods instead."; |
- // Web Audio |
- case WebAudioLooping: |
- return "AudioBufferSourceNode 'looping' attribute is deprecated. Use 'loop' instead."; |
- |
case DocumentClear: |
return "document.clear() is deprecated. This method doesn't do anything."; |