| Index: LayoutTests/http/tests/resources/pointer-lock/iframe-common.js
|
| diff --git a/LayoutTests/http/tests/resources/pointer-lock/iframe-common.js b/LayoutTests/http/tests/resources/pointer-lock/iframe-common.js
|
| index 34589cd4f36956070157913ad082c90ac478e42b..5562484737a2057f1fb6fa242673fa77afee84af 100644
|
| --- a/LayoutTests/http/tests/resources/pointer-lock/iframe-common.js
|
| +++ b/LayoutTests/http/tests/resources/pointer-lock/iframe-common.js
|
| @@ -19,7 +19,7 @@ window.onmessage = function (messageEvent) {
|
| }
|
|
|
| document.onpointerlockchange = function () {
|
| - parent.postMessage(thisFileName() + " onpointerlockchange, document.webkitPointerLockElement = " + document.webkitPointerLockElement, "*");
|
| + parent.postMessage(thisFileName() + " onpointerlockchange, document.pointerLockElement = " + document.pointerLockElement, "*");
|
| }
|
|
|
| document.onpointerlockerror = function () {
|
|
|