| Index: third_party/WebCore/page/Navigator.idl
|
| diff --git a/third_party/WebCore/page/Navigator.idl b/third_party/WebCore/page/Navigator.idl
|
| index 8f380a18753497c3e4e7e7516d7cd74efb519e07..3c2af01c9271c43c8adbb64ba86d17d2c4c3022b 100644
|
| --- a/third_party/WebCore/page/Navigator.idl
|
| +++ b/third_party/WebCore/page/Navigator.idl
|
| @@ -40,10 +40,6 @@ module window {
|
|
|
| readonly attribute boolean onLine;
|
|
|
| -#if defined(ENABLE_POINTER_LOCK) && ENABLE_POINTER_LOCK // FIXME: Remove reliance on PointerLock.idl when removing old Pointer Lock API. (https://bugs.webkit.org/show_bug.cgi?id=84402)
|
| - readonly attribute [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] PointerLock webkitPointer;
|
| -#endif
|
| -
|
| void getStorageUpdates(); // FIXME: Remove this method or rename to yieldForStorageUpdates.
|
| };
|
|
|
|
|