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