Index: LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html |
diff --git a/LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html b/LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html |
index 322e23ba77d7f8264a1097a87e89c82a13116627..96f3cf5db27bf0717c88c9c8e80e192573acdece 100644 |
--- a/LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html |
+++ b/LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html |
@@ -43,7 +43,7 @@ |
gc(); |
window.open(); |
testPassed("Didn't crash"); |
- document.webkitExitPointerLock(); |
+ document.exitPointerLock(); |
doNextStep(); |
}, |
]; |