diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/inspector-protocol/debugger/access-obsolete-frame.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/inspector-protocol/debugger/access-obsolete-frame.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 b4bb0e5..b614228 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; } |