| Index: Source/core/events/MouseEvent.idl
|
| diff --git a/Source/core/events/MouseEvent.idl b/Source/core/events/MouseEvent.idl
|
| index 8940e7de4b8f0c385de70051ec05806b3d4dedd3..f3deb17383f700fd31df8395ebc67f7993b0fe5a 100644
|
| --- a/Source/core/events/MouseEvent.idl
|
| +++ b/Source/core/events/MouseEvent.idl
|
| @@ -34,7 +34,7 @@
|
| readonly attribute short button;
|
| readonly attribute unsigned short buttons;
|
| readonly attribute EventTarget? relatedTarget;
|
| - // TODO(philipj): boolean getModifierState(DOMString keyArg);
|
| + boolean getModifierState(DOMString keyArg);
|
|
|
| // https://w3c.github.io/uievents/#idl-interface-MouseEvent-initializers
|
| // TODO(philipj): None of the initMouseEvent() arguments should be optional.
|
|
|