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

Unified Diff: LayoutTests/inspector/console/console-format-expected.txt

Issue 23692002: DevTools: Dump function location when printing it in console and support inspect() for functions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed test Created 7 years, 4 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 | « no previous file | Source/devtools/front_end/CPUProfileView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-format-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-expected.txt b/LayoutTests/inspector/console/console-format-expected.txt
index 8dd72bc985f51f8a70501a5dabe0899271881803..b3b9b4c8a429f42346fac1482f688bc42fa108fb 100644
--- a/LayoutTests/inspector/console/console-format-expected.txt
+++ b/LayoutTests/inspector/console/console-format-expected.txt
@@ -87,7 +87,7 @@ globals[5]
function () { return 1; } console-format.html:54
[function] console-format.html:55
globals[6]
-function () { return 1; }
+function () { return 1; } console-format.html:31
function () {
return 2;
} console-format.html:54
@@ -95,7 +95,7 @@ function () {
globals[7]
function () {
return 2;
- }
+ } console-format.html:32
0.12 console-format.html:54
[0.12] console-format.html:55
globals[8]
« no previous file with comments | « no previous file | Source/devtools/front_end/CPUProfileView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698