| Index: Source/core/dom/KeyboardEvent.idl
|
| diff --git a/Source/core/dom/KeyboardEvent.idl b/Source/core/dom/KeyboardEvent.idl
|
| index cda219fa046a5e9267bf90a8bc30adc1e560042e..3bfb50981f3f6a8475a3c44aa6124745a662164d 100644
|
| --- a/Source/core/dom/KeyboardEvent.idl
|
| +++ b/Source/core/dom/KeyboardEvent.idl
|
| @@ -30,6 +30,8 @@
|
| [InitializedByEventConstructor] readonly attribute boolean metaKey;
|
| readonly attribute boolean altGraphKey;
|
|
|
| + boolean getModifierState(DOMString keyArgument);
|
| +
|
| // FIXME: this does not match the version in the DOM spec.
|
| void initKeyboardEvent([Default=Undefined] optional DOMString type,
|
| [Default=Undefined] optional boolean canBubble,
|
|
|