| 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 0a223e43b2548381891933ded9c147abfd862907..bf4b41eed49024531a740ba1616239cdec521b4a 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
|
| @@ -34,7 +34,7 @@ function testFunction()
|
| iframe.contentWindow.pauseInsideIframe.call({foo: 42});
|
| }
|
|
|
| -var test = function()
|
| +function test()
|
| {
|
| var expressions = [
|
| "dir()",
|
|
|