| 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 003931b882db6289e2cee150e37df087744d153f..9c103953e6985fcfcae96daf0f31a17831b01a78 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/Document.idl
 | 
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
 | 
| @@ -149,7 +149,7 @@ interface Document : Node {
 | 
|      readonly attribute Element? scrollingElement;
 | 
|  
 | 
|      // Pointer Lock
 | 
| -    // https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#extensions-to-the-document-interface
 | 
| +    // https://w3c.github.io/pointerlock/#extensions-to-the-document-interface
 | 
|      attribute EventHandler onpointerlockchange;
 | 
|      attribute EventHandler onpointerlockerror;
 | 
|      [MeasureAs=DocumentExitPointerLock] void exitPointerLock();
 | 
| 
 |