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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-native-function-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/console/console-native-function-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-native-function-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-native-function-expected.txt
index b1b6b62d4b4783914bf5b56307e26477cec623a2..a9813806df72f53c9f78893995763826771f32af 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-native-function-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-native-function-expected.txt
@@ -1,7 +1,7 @@
Tests that console dumps native function without exception.
Math.random
-random() { [native code] }
+function random() { [native code] }
document.appendChild
-appendChild() { [native code] }
+function appendChild() { [native code] }

Powered by Google App Engine
This is Rietveld 408576698