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