| 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 a3ad08754356dde3ce23a9cb2f9e03201cb1461e..33a275a790f50d838a6892d2c9d46fafa036b072 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -340,6 +340,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::HTMLKeygenElement:
|
| return willBeRemoved("The <keygen> element", 54, "5716060992962560");
|
|
|
| + case UseCounter::ResultsAttribute:
|
| + return willBeRemoved("'results' attribute", 53, "5738199536107520");
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|