| 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");
|
|
|
|
|