| Index: third_party/WebCore/dom/Element.idl
|
| diff --git a/third_party/WebCore/dom/Element.idl b/third_party/WebCore/dom/Element.idl
|
| index 955bd470aa686735715bf4604b8db56c0ba4072d..fdf6f360669eac70a3e603f65e5a30b1739ad52e 100644
|
| --- a/third_party/WebCore/dom/Element.idl
|
| +++ b/third_party/WebCore/dom/Element.idl
|
| @@ -137,6 +137,8 @@ module core {
|
| [V8EnabledAtRuntime] void webkitRequestFullscreen();
|
| #endif
|
|
|
| + [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] void webkitRequestPointerLock();
|
| +
|
| // CSS Regions API
|
| readonly attribute DOMString webkitRegionOverflow;
|
|
|
|
|