| Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/access-obsolete-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/access-obsolete-frame.html b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/access-obsolete-frame.html
|
| index b4bb0e5c55a03b073a8f400354845a440a631a8c..b614228960be1c65295bec7293652055d418189e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/access-obsolete-frame.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/access-obsolete-frame.html
|
| @@ -60,7 +60,7 @@ function test()
|
| function logErrorResponse(response)
|
| {
|
| if (response.error) {
|
| - if (response.error.message.indexOf("debugger is not on pause") != -1) {
|
| + if (response.error.message.indexOf("Can only perform operation while paused.") != -1) {
|
| InspectorTest.log("PASS, error message as expected");
|
| return;
|
| }
|
|
|