Index: LayoutTests/inspector/console/console-eval-undefined-override-expected.txt |
diff --git a/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt b/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt |
index fc3dccb41e1855a70d1b3a6fe145bf5e672709ac..55557b023a3b3fba6c6dcb3a03dff14137133eb6 100644 |
--- a/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt |
+++ b/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt |
@@ -3,5 +3,5 @@ Tests that evaluating something in console won't crash the browser if undefined |
var x = {a:1}; x.self = x; undefined = x; |
Object {a: 1, self: Object} |
unknownVar |
-ReferenceError: unknownVar is not defined |
+Uncaught ReferenceError: unknownVar is not defined VM:2 |