| 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 c6eac9d3e1da8819bdf224de921c71a44322f8ba..1631088ca21c1e0c48e60fb4fa67a36f814154cd 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -352,7 +352,7 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| return "Hyphenated property names in Web Animations keyframes are invalid and therefore ignored. Please use camelCase instead.";
|
|
|
| case UseCounter::HTMLKeygenElement:
|
| - return willBeRemoved("The <keygen> element", 54, "5716060992962560");
|
| + return willBeRemoved("The <keygen> element", 56, "5716060992962560");
|
|
|
| case UseCounter::WindowPostMessageWithLegacyTargetOriginArgument:
|
| return replacedWillBeRemoved("'window.postMessage(message, transferables, targetOrigin)'", "'window.postMessage(message, targetOrigin, transferables)'", 54, "5719033043222528");
|
|
|