| Index: third_party/WebKit/LayoutTests/inspector/console/console-native-function.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-native-function.html b/third_party/WebKit/LayoutTests/inspector/console/console-native-function.html
|
| index 70f932b91209c7c205c1cca51f990b1bd09935eb..e61a5a5b01db9c8842b70dab65d3826b81fdf495 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-native-function.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-native-function.html
|
| @@ -7,7 +7,12 @@ function test()
|
| {
|
| InspectorTest.evaluateInConsole("Math.random", step1);
|
|
|
| - function step1(current, total)
|
| + function step1()
|
| + {
|
| + InspectorTest.evaluateInConsole("document.appendChild", step2);
|
| + }
|
| +
|
| + function step2()
|
| {
|
| InspectorTest.expandConsoleMessages(onExpanded);
|
| }
|
|
|