Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / event-listeners-about-blank.html
index c7e8063..a4f5c46 100644 (file)
@@ -28,7 +28,7 @@ function test()
 
     function step2()
     {
-        InspectorTest.expandAndDumpSelectedElementEventListeners(InspectorTest.completeTest);
+        InspectorTest.expandAndDumpSelectedElementEventListeners(InspectorTest.completeTest.bind(InspectorTest));
     }
 }