| 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 efda275544b26e10c0d9b54789e4e30707001c57..e1b0f9ce9f8075bc46d0983a97072a15d37de0de 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -367,9 +367,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::V8SVGViewElement_ViewTarget_AttributeGetter:
|
| return willBeRemoved("SVGViewElement.viewTarget", 56, "5665473114931200");
|
|
|
|
|