Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: third_party/WebCore/page/Navigator.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/page/DOMWindow.idl ('k') | third_party/WebCore/page/PointerLock.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
};
« no previous file with comments | « third_party/WebCore/page/DOMWindow.idl ('k') | third_party/WebCore/page/PointerLock.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698