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

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

Issue 1529623002: Update the keyLocation deprecation message for M50 removal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use replacedWillBeRemoved Created 5 years 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'");
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698