Index: third_party/WebKit/Source/core/frame/UseCounter.cpp |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
index ce0d8bfd1d6c6962ac2068f276cffaffe552cd34..56125c369085b8470c0fc491da2ee90a0cf5a795 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -765,7 +765,7 @@ String UseCounter::deprecationMessage(Feature feature) |
// Keyboard Event (DOM Level 3) |
case KeyboardEventKeyLocation: |
- return replacedBy("'KeyboardEvent.keyLocation'", "'KeyboardEvent.location'"); |
+ return replacedWillBeRemoved("'KeyboardEvent.keyLocation'", "'KeyboardEvent.location'", 50, "4997403308457984"); |
case ConsoleMarkTimeline: |
return replacedBy("'console.markTimeline'", "'console.timeStamp'"); |