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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt

Issue 2369243004: [DevTools] Improved function preview everywhere (Closed)
Patch Set: addressed comments Created 4 years, 3 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: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt
index 4c3aad0f3ca8ee6bc4c23da6b0302e1f747f9f1a..679daad7a2a110d01ac72198ff88d2ff5eca5772 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt
@@ -6,7 +6,7 @@ Function location revealed: [7:18]
Running: testDumpFunctionDefinition
jumpToMe
-jumpToMe()
+function jumpToMe()
{
var result = 12345;
return window.foo || result;

Powered by Google App Engine
This is Rietveld 408576698