| Index: third_party/WebKit/Source/core/frame/Deprecation.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.h b/third_party/WebKit/Source/core/frame/Deprecation.h
|
| index 42193fcf6dc8ca959e8ffce64c50256e332d1d01..28fc466a12f8576dd1b8a7ee98d8af321f1f2328 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.h
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.h
|
| @@ -43,8 +43,6 @@ public:
|
| static void countDeprecationIfNotPrivateScript(v8::Isolate*, ExecutionContext*, UseCounter::Feature);
|
| static String deprecationMessage(UseCounter::Feature);
|
|
|
| - static String willBeRemoved(const char* feature, int milestone, const char* details);
|
| -
|
| protected:
|
| void suppress(CSSPropertyID unresolvedProperty);
|
| bool isSuppressed(CSSPropertyID unresolvedProperty);
|
|
|