| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index df3609baa3a18d8ebc9a03b3aea35c4c3a264bb3..5d1716eb5da8072204a935132cdcf59f2c4b42ec 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -944,8 +944,8 @@ public:
|
| bool hasFullscreenElementStack() const { return m_hasFullscreenElementStack; }
|
| void setHasFullscreenElementStack() { m_hasFullscreenElementStack = true; }
|
|
|
| - void webkitExitPointerLock();
|
| - Element* webkitPointerLockElement() const;
|
| + void exitPointerLock();
|
| + Element* pointerLockElement() const;
|
|
|
| // Used to allow element that loads data without going through a FrameLoader to delay the 'load' event.
|
| void incrementLoadEventDelayCount() { ++m_loadEventDelayCount; }
|
|
|