Index: third_party/WebKit/LayoutTests/inspector/console/console-log-in-xhtml.xhtml |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-in-xhtml.xhtml b/third_party/WebKit/LayoutTests/inspector/console/console-log-in-xhtml.xhtml |
index f6556c8d5769ff25fc30f4f204aaa644410bff52..f80bc5a6e413b3bdc54931fb8548ef37ce8f334f 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-in-xhtml.xhtml |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-in-xhtml.xhtml |
@@ -10,7 +10,7 @@ function test() |
InspectorTest.completeTest(); |
function simpleFormatter(element, message) |
{ |
- return message.messageText + ":" + message.line + ":" + message.column; |
+ return message.messageText + ":" + message.stackTrace.callFrames[0].lineNumber + ":" + message.stackTrace.callFrames[0].columnNumber; |
} |
} |
</script> |