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 fe52c71871922a46a8d2fab77c162ffea93ff889..96d16a6c7f8681e7e0b51befa1f57b000cbe2bf2 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -391,6 +391,9 @@ 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"); |
+ |
// Features that aren't deprecated don't have a deprecation message. |
default: |
return String(); |