Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2952)

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2316593002: Deprecate SVGViewElement.viewTarget attribute (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..4540cf686a0f470cade2063f4e9d1792e9c21faf 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -378,6 +378,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
case UseCounter::V8SVGSVGElement_Viewport_AttributeGetter:
return willBeRemoved("SVGSVGElement.viewport", 55, "5686865248124928");
+ case UseCounter::V8SVGViewElement_ViewTarget_AttributeGetter:
+ return willBeRemoved("SVGViewElement.viewTarget", 56, "5665473114931200");
+
case UseCounter::NavigatorPointerEnabled:
return "Navigator.pointerEnabled is a non-standard API added for experiments only. It will be removed in near future.";

Powered by Google App Engine
This is Rietveld 408576698