| 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 7f259fa5317cd13d275149347ca40aa84436742e..b1b6b62d4b4783914bf5b56307e26477cec623a2 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
|
| @@ -2,4 +2,6 @@ Tests that console dumps native function without exception.
|
|
|
| Math.random
|
| random() { [native code] }
|
| +document.appendChild
|
| +appendChild() { [native code] }
|
|
|
|
|