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..4da892cd28d93c8b955d307d9e56d00ac50786a4 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 setCapsLockState(boolean enabled); |
| }; |