| 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 9e5e64b08cf2840bfc0c71672bf701e39fd2af4b..b8a8037e5dce1845dc89b307af23e0fc72a936b8 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -142,10 +142,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::PrefixedStorageInfo:
|
| return replacedBy("'window.webkitStorageInfo'", "'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage'");
|
|
|
| - // Keyboard Event (DOM Level 3)
|
| - case UseCounter::KeyboardEventKeyLocation:
|
| - return replacedWillBeRemoved("'KeyboardEvent.keyLocation'", "'KeyboardEvent.location'", 50, "4997403308457984");
|
| -
|
| case UseCounter::ConsoleMarkTimeline:
|
| return replacedBy("'console.markTimeline'", "'console.timeStamp'");
|
|
|
|
|