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

Unified Diff: LayoutTests/dart/inspector/evaluate-in-console-expected.txt

Issue 21916002: Fix crashing bugs when dart code executed inside the debugger triggers breakpoints (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Ready to review Created 7 years, 5 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
« no previous file with comments | « LayoutTests/dart/inspector/evaluate-in-console.html ('k') | Source/bindings/dart/DartDebugServer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/inspector/evaluate-in-console-expected.txt
diff --git a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
index 55754f43da724cca79acb8f2ec1599c59d58c6da..8007dbc1c0c67d8afeb9f27cc6a96194862524bc 100644
--- a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
+++ b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
@@ -10,6 +10,7 @@ test.instanceField = "new value" = "new value"
test.foo = null
test.foo = 3 = 3
test.foo = 3
+test.somePropertyThatDoesntExist = undefined
test.toString() = "<Test instance with instanceField = new value>"
test.toString(1) = "Unhandled exception:
Closure call with mismatched arguments: function 'call'
« no previous file with comments | « LayoutTests/dart/inspector/evaluate-in-console.html ('k') | Source/bindings/dart/DartDebugServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698