| 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 7266a87ee180bcdbf43fd30eeef4db2f9e6e6589..d80b2b7ef6f33813206a22f348bdb140836ec32f 100644
|
| --- a/third_party/WebKit/Source/core/events/KeyboardEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/KeyboardEvent.idl
|
| @@ -57,7 +57,4 @@
|
| readonly attribute long charCode;
|
| readonly attribute long keyCode;
|
| readonly attribute long which;
|
| -
|
| - // Non-standard APIs
|
| - [DeprecateAs=V8KeyboardEvent_KeyIdentifier_AttributeGetter] readonly attribute DOMString keyIdentifier;
|
| };
|
|
|