Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 246a775fbe32d6e9e33bab0dd9fd1efd78484828..7be1a57bf104339dfb95d76bbbf2fdc5741d942a 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -322,4 +322,5 @@ |
| [Unscopeable] DOMString unscopeableMethod(); |
| ClientRectList focusRingRects(Element element); |
| + void setCurrentCapsLockState(boolean enabled); |
| }; |