Chromium Code Reviews| Index: LayoutTests/inspector/sources/debugger/script-formatter-expected.txt |
| diff --git a/LayoutTests/inspector/sources/debugger/script-formatter-expected.txt b/LayoutTests/inspector/sources/debugger/script-formatter-expected.txt |
| index 8a97b548bab10d476cef5e2f086673d4bcda059d..d041d4204417d75ebe259323ef2332b822191742 100644 |
| --- a/LayoutTests/inspector/sources/debugger/script-formatter-expected.txt |
| +++ b/LayoutTests/inspector/sources/debugger/script-formatter-expected.txt |
| @@ -12,6 +12,7 @@ function f() { |
| </script><script> |
| function g() { |
| **var a; |
| +**window.return = 10; |
| **if (a) |
| ****return; |
| } |