| Index: third_party/WebKit/Source/core/events/MouseEventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/MouseEventInit.idl b/third_party/WebKit/Source/core/events/MouseEventInit.idl
|
| index 512d249c0dc95c67f0ac68f85c5435687603dde8..001c4ad5ae2b72ff7080264f93e0fca9e5e1554b 100644
|
| --- a/third_party/WebKit/Source/core/events/MouseEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/MouseEventInit.idl
|
| @@ -14,7 +14,7 @@ dictionary MouseEventInit : EventModifierInit {
|
| EventTarget? relatedTarget = null;
|
|
|
| // Pointer Lock
|
| - // https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#extensions-to-the-mouseeventinit-dictionary
|
| + // https://w3c.github.io/pointerlock/#extensions-to-the-mouseeventinit-dictionary
|
| long movementX = 0;
|
| long movementY = 0;
|
|
|
|
|