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

Unified Diff: test/inspector/runtime/call-function-on-async-expected.txt

Issue 2807273002: [inspector] store creation stack in current V8StackTraceImpl (Closed)
Patch Set: V8StackTraceImpl::buildInspectorObjectForTail is static Created 3 years, 8 months 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: test/inspector/runtime/call-function-on-async-expected.txt
diff --git a/test/inspector/runtime/call-function-on-async-expected.txt b/test/inspector/runtime/call-function-on-async-expected.txt
index 2d558b85dd8c86e5754678957957b1b533586095..f396b0540ea3cfef213dddc646b5b768e155e601 100644
--- a/test/inspector/runtime/call-function-on-async-expected.txt
+++ b/test/inspector/runtime/call-function-on-async-expected.txt
@@ -125,10 +125,6 @@ Running test: testFunctionReturnRejectedPromise
}
exceptionId : <exceptionId>
lineNumber : 0
- stackTrace : {
dgozman 2017/04/11 19:00:42 Nice one, but let's actually fix this :-)
kozy 2017/04/12 02:21:38 Done: https://bugs.chromium.org/p/v8/issues/detail
- callFrames : [
- ]
- }
text : Uncaught (in promise)
}
result : {
@@ -138,4 +134,4 @@ Running test: testFunctionReturnRejectedPromise
}
}
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698