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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-native-function-expected.txt

Issue 2878243002: Revert of DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: Created 3 years, 7 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 35501668cdac7bf5f72482e83d83717880fb7eac..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