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