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 a3440e0fe5d79227fc880e6cd2c5bf4bae9c613d..71b341d3d91aa224705e35739dc506bcfb5875e0 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -263,9 +263,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) |
case UseCounter::GetMatchedCSSRules: |
return "'getMatchedCSSRules()' is deprecated. For more help, check https://code.google.com/p/chromium/issues/detail?id=437569#c2"; |
- case UseCounter::PrefixedImageSmoothingEnabled: |
- return replacedWillBeRemoved("'CanvasRenderingContext2D.webkitImageSmoothingEnabled'", "'CanvasRenderingContext2D.imageSmoothingEnabled'", 55, "5639849247768576"); |
- |
case UseCounter::AudioListenerDopplerFactor: |
return dopplerWillBeRemoved("'AudioListener.dopplerFactor'", 55, "5238926818148352"); |