| Index: third_party/WebKit/Source/core/events/KeyboardEventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
|
| index dc705fd6819883fa29b950dbdaef1c22b7dda481..a2e2ff761a2f91a942b28e3eb2166409fc4420e1 100644
|
| --- a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
|
| @@ -10,7 +10,4 @@ dictionary KeyboardEventInit : EventModifierInit {
|
| unsigned long location = 0;
|
| boolean repeat = false;
|
| // TODO(foolip): boolean isComposing = false;
|
| -
|
| - // Non-standard APIs
|
| - DOMString keyIdentifier = "";
|
| };
|
|
|