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 32bcc2919eb124c9940098dab60de3ef8f3f25db..075a95acfc74ee620bdff6665eba5828945d77dd 100644 |
--- a/LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html |
+++ b/LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html |
@@ -18,9 +18,9 @@ |
function () { |
debug(" Locking targetdiv1.") |
targetdiv1.webkitRequestPointerLock(); |
- document.onwebkitpointerlockchange = function () { |
- document.onwebkitpointerlockchange = null; |
- testPassed("document.onwebkitpointerlockchange event received."); |
+ document.onpointerlockchange = function () { |
+ document.onpointerlockchange = null; |
+ testPassed("document.onpointerlockchange event received."); |
doNextStep(); |
}; |
}, |