| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html
|
| index e6f59265e4d2fded434b9417ec70b78b428c04f9..ba6754f2254d7317a796a28a088479f09838b307 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html
|
| @@ -54,7 +54,7 @@ function test()
|
| {
|
| var expression = copy.shift();
|
| if (expression)
|
| - InspectorTest.evaluateInConsoleAndDump(expression, inner);
|
| + InspectorTest.evaluateInConsoleAndDump(expression, inner, true);
|
| else
|
| callback();
|
| }
|
|
|