Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/KeyboardEvent.idl |
| diff --git a/third_party/WebKit/Source/core/events/KeyboardEvent.idl b/third_party/WebKit/Source/core/events/KeyboardEvent.idl |
| index 15990ac11e56a92572ee033dddcbef07db92e3af..92af5476149ab2d98a0e7401549b38af2265ae2d 100644 |
| --- a/third_party/WebKit/Source/core/events/KeyboardEvent.idl |
| +++ b/third_party/WebKit/Source/core/events/KeyboardEvent.idl |
| @@ -59,5 +59,5 @@ |
| readonly attribute long which; |
| // Non-standard APIs |
| - [Measure] readonly attribute DOMString keyIdentifier; |
| + [DeprecateAs=V8KeyboardEvent_KeyIdentifier_AttributeGetter] readonly attribute DOMString keyIdentifier; |
| }; |