Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / console-resource-errors.html
index 85891a1..f41cae2 100644 (file)
@@ -30,9 +30,8 @@ function test()
     InspectorTest.addConsoleSniffer(addMessage, true);
 
     var messageCount = 0;
-    function addMessage(message)
+    function addMessage(uiMessage)
     {
-        var uiMessage = InspectorTest.toViewMessage(message);
         if (uiMessage.toString().indexOf("non-existent-iframe") !== -1) {
             InspectorTest.expandConsoleMessages();
             InspectorTest.dumpConsoleMessagesWithClasses(true);