Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / pointer-lock / bug90391-move-then-window-open-crash.html
index 32bcc29..075a95a 100644 (file)
@@ -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();
             };
         },