| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index d6676c0e4b8dfb7c835e16cc83d2355152b05028..af8a44487cfb35827eca4c60e41e5e7604503e2f 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -655,9 +655,6 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case CSSStyleSheetInsertRuleOptionalArg:
|
| return "Calling CSSStyleSheet.insertRule() with one argument is deprecated. Please pass the index argument as well: insertRule(x, 0).";
|
|
|
| - case SVGElementGetPresentationAttribute:
|
| - return "CSSValue and SVGElement.getPresentationAttribute are deprecated. Please use getPropertyValue and parse the return value instead.";
|
| -
|
| case PrefixedMediaSourceOpen:
|
| return "'WebKitMediaSource' is deprecated. Please use 'MediaSource' instead.";
|
|
|
|
|