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] } |