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