| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html
|
| index af2ae8b9ded7fce7315258e774a55a2af2097387..aff2084e2c6bfa0ba1d059b05c4db851b9d966c9 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html
|
| @@ -18,7 +18,7 @@ var test = function()
|
|
|
| function step1()
|
| {
|
| - InspectorTest.addResult(watchExpressionsPane.element.textContent.indexOf("<not available>") !== -1 ? "SUCCESS" : "FAILED");
|
| + InspectorTest.addResult(watchExpressionsPane.contentElement.textContent.indexOf("<not available>") !== -1 ? "SUCCESS" : "FAILED");
|
|
|
| // Clear watch expressions after execution.
|
| watchExpressionsPane._deleteAllButtonClicked();
|
|
|