| Index: third_party/WebKit/Source/modules/keyboard_lock/NavigatorKeyboardLock.h
|
| diff --git a/third_party/WebKit/Source/modules/keyboard_lock/NavigatorKeyboardLock.h b/third_party/WebKit/Source/modules/keyboard_lock/NavigatorKeyboardLock.h
|
| index cd60039274b22cc1d286bf66fd564b47cdee7071..ecb02aac0f39efd87ed4ba9f7fd6aef12d4f7e92 100644
|
| --- a/third_party/WebKit/Source/modules/keyboard_lock/NavigatorKeyboardLock.h
|
| +++ b/third_party/WebKit/Source/modules/keyboard_lock/NavigatorKeyboardLock.h
|
| @@ -39,8 +39,8 @@ class NavigatorKeyboardLock final
|
| // is allowed; the second request will overwrite the key codes reserved.
|
| // - Passing in an empty keyCodes array will reserve all keys.
|
| static ScriptPromise requestKeyboardLock(ScriptState*,
|
| - Navigator&,
|
| - const Vector<String>&);
|
| + Navigator&,
|
| + const Vector<String>&);
|
|
|
| // Removes all reserved keys. This function is also asynchronized, the web
|
| // page may still receive reserved keys after this function has finished. Once
|
|
|