| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index c4928f1864ccc91d65d5e9ee8adb82a1932a8ab8..3646d424fe0bb29a9ebdc695c431c7917885db74 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -809,6 +809,9 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case DocumentSetCharset:
|
| return "Setting 'Document.charset' is deprecated. Please use '<meta charset=\"UTF-8\">' instead.";
|
|
|
| + case PrefixedImageSmoothingEnabled:
|
| + return replacedBy("CanvasRenderingContext2D.webkitImageSmoothingEnabled", "CanvasRenderingContext2D.imageSmoothingEnabled");
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|