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

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

Issue 2492483002: Updating deprecation message for <keygen>. (Closed)
Patch Set: Created 4 years, 1 month 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/webexposed/element-instance-property-listing-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/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 7cf0c1230c27251bdff3121e0f51482f8751e929..eead106e2ffa71cd3a28bbf0bfebb3c7363b7d03 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -407,7 +407,7 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
"invalid and therefore ignored. Please use camelCase instead.";
case UseCounter::HTMLKeygenElement:
- return willBeRemoved("The <keygen> element", M56, "5716060992962560");
+ return willBeRemoved("The <keygen> element", M57, "5716060992962560");
case UseCounter::EncryptedMediaAllSelectedContentTypesMissingCodecs:
return String::format(
« no previous file with comments | « third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698