| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
|
| index 9405d61da6e62999363667054d96c2b5150f0f3d..167325f32f3a98addf745f2173957b0499017ea0 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
|
| @@ -13,6 +13,9 @@ func @ VM:6
|
| injectedFunction @ VM:9
|
| (anonymous) @ VM:1
|
| testFunction @ test.js:18
|
| +setTimeout (async)
|
| +scheduleTestFunction @ debugger-test.js:3
|
| +(anonymous) @ VM:1
|
| localObj.func()
|
| test.js:15 Uncaught Error: localObj.func
|
| at Object.func (test.js:15)
|
| @@ -21,6 +24,9 @@ test.js:15 Uncaught Error: localObj.func
|
| func @ test.js:15
|
| (anonymous) @ VM:1
|
| testFunction @ test.js:18
|
| +setTimeout (async)
|
| +scheduleTestFunction @ debugger-test.js:3
|
| +(anonymous) @ VM:1
|
| globalObj.func()
|
| test.js:6 Uncaught Error: globalObj.func
|
| at Object.func (test.js:6)
|
| @@ -29,4 +35,7 @@ test.js:6 Uncaught Error: globalObj.func
|
| func @ test.js:6
|
| (anonymous) @ VM:1
|
| testFunction @ test.js:18
|
| +setTimeout (async)
|
| +scheduleTestFunction @ debugger-test.js:3
|
| +(anonymous) @ VM:1
|
|
|
|
|