| 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 71b341d3d91aa224705e35739dc506bcfb5875e0..e9507212a9759247268406a683accc2511674a61 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -375,9 +375,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::V8SVGSVGElement_CurrentView_AttributeGetter:
|
| return willBeRemoved("SVGSVGElement.currentView", 56, "4511711998509056");
|
|
|
| - case UseCounter::V8SVGSVGElement_Viewport_AttributeGetter:
|
| - return willBeRemoved("SVGSVGElement.viewport", 55, "5686865248124928");
|
| -
|
| case UseCounter::NavigatorPointerEnabled:
|
| return "Navigator.pointerEnabled is a non-standard API added for experiments only. It will be removed in near future.";
|
|
|
|
|