Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / network / network-xhr-async-double.html
index 52fd7d5..872bcf6 100644 (file)
@@ -32,7 +32,7 @@ function test()
     var totalXHRs = 2;
     function step2(msg)
     {
-        if (msg.consoleMessage().messageText.indexOf("XHR loaded") === -1 || (--totalXHRs)) {
+        if (msg.messageText.indexOf("XHR loaded") === -1 || (--totalXHRs)) {
             InspectorTest.addConsoleSniffer(step2);
             return;
         }