Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt

Issue 2517113004: Don't use deprecated ScriptOrigin cstor in V8ScriptRunner (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 511c1d85586371cdbfd573db2be6ec714f032ac1..9405d61da6e62999363667054d96c2b5150f0f3d 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
@@ -7,25 +7,25 @@ injectedFunction()
VM:6 Uncaught Error: injectedObj.func
at Object.func (<anonymous>:6:23)
at injectedFunction (<anonymous>:9:28)
- at eval (eval at evaluate, <anonymous>:1:1)
- at testFunction (test.js:23:5)
+ at eval (eval at testFunction (debugger-eval-while-paused-throws.html:18), <anonymous>:1:1)
dgozman 2016/11/21 18:55:56 Why does this look like it does?
+ at testFunction (test.js:18)
func @ VM:6
injectedFunction @ VM:9
(anonymous) @ VM:1
testFunction @ test.js:18
localObj.func()
test.js:15 Uncaught Error: localObj.func
- at Object.func (test.js:20:19)
- at eval (eval at evaluate, <anonymous>:1:10)
- at testFunction (test.js:23:5)
+ at Object.func (test.js:15)
+ at eval (eval at testFunction (debugger-eval-while-paused-throws.html:18), <anonymous>:1:10)
+ at testFunction (test.js:18)
func @ test.js:15
(anonymous) @ VM:1
testFunction @ test.js:18
globalObj.func()
test.js:6 Uncaught Error: globalObj.func
- at Object.func (test.js:11:15)
- at eval (eval at evaluate, <anonymous>:1:11)
- at testFunction (test.js:23:5)
+ at Object.func (test.js:6)
+ at eval (eval at testFunction (debugger-eval-while-paused-throws.html:18), <anonymous>:1:11)
+ at testFunction (test.js:18)
func @ test.js:6
(anonymous) @ VM:1
testFunction @ test.js:18

Powered by Google App Engine
This is Rietveld 408576698