| Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-resource-errors.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-resource-errors.html b/third_party/WebKit/LayoutTests/http/tests/inspector/console-resource-errors.html
|
| index ded6e542129cc28ee53fae3d4e404391a2892b3f..7fe04cf33a62499331e8e691d4a0ded2e0ee36ed 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-resource-errors.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-resource-errors.html
|
| @@ -32,7 +32,7 @@ function test()
|
| function addMessage(uiMessage)
|
| {
|
| // There will be only one such message.
|
| - if (uiMessage.toString().indexOf("non-existent-iframe") !== -1)
|
| + if (uiMessage.element().deepTextContent().indexOf("non-existent-iframe") !== -1)
|
| InspectorTest.expandConsoleMessages(onExpandedMessages);
|
| }
|
|
|
|
|