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

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

Issue 2133983003: Remove SVGZoomEvent interface and onzoom attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove SVGZoomEvent.idl Created 4 years, 5 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 424639ea00885eba1c3dca0641b41efd42579fb5..f3c49162d775db98c0e9923740fe4b2151a45a71 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -346,9 +346,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
case UseCounter::ObjectObserve:
return willBeRemoved("'Object.observe'", 50, "6147094632988672");
- case UseCounter::SVGZoomEvent:
- return willBeRemoved("'SVGZoomEvent'", 52, "5760883808534528");
-
case UseCounter::WebAnimationHyphenatedProperty:
return "Hyphenated property names in Web Animations keyframes are invalid and therefore ignored. Please use camelCase instead.";

Powered by Google App Engine
This is Rietveld 408576698