Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/Document.idl |
| diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl |
| index 4025adf08780d3548c7e458ae1ef9f44f6342164..9db043aa8e2b00c98acd269e177f4004dda06714 100644 |
| --- a/third_party/WebKit/Source/core/dom/Document.idl |
| +++ b/third_party/WebKit/Source/core/dom/Document.idl |
| @@ -153,8 +153,8 @@ interface Document : Node { |
| // https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#extensions-to-the-document-interface |
| attribute EventHandler onpointerlockchange; |
| attribute EventHandler onpointerlockerror; |
| - [MeasureAs=DocumentPointerLockElement] readonly attribute Element? pointerLockElement; |
| [MeasureAs=DocumentExitPointerLock] void exitPointerLock(); |
| + // For pointerLockElement, see DocumentOrShadowRoot.idl. |
|
hayato
2016/06/27 06:43:13
Do we need this comment? I do not think other meth
kochi
2016/06/27 07:11:36
Removed the comment.
|
| // Touch Events |
| // http://rawgit.com/w3c/touch-events/v1-errata/touchevents.html#extensions-to-the-document-interface |