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

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

Issue 2126593002: Remove Object.observe UseCounter and deprecation warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 621f42eaf7f7bfc05df9287f9c9d2961aca81d83..46e3f7c6be4c477ecac351c8c9c3892c0907a6b8 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -343,9 +343,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
case UseCounter::V8TouchEvent_InitTouchEvent_Method:
return replacedWillBeRemoved("'TouchEvent.initTouchEvent'", "the TouchEvent constructor", 53, "5730982598541312");
- case UseCounter::ObjectObserve:
- return willBeRemoved("'Object.observe'", 50, "6147094632988672");
-
case UseCounter::SVGZoomEvent:
return willBeRemoved("'SVGZoomEvent'", 52, "5760883808534528");
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698