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