| Index: third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-4-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-4-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-4-expected.txt
|
| index 810ae02ece599a4217807cacb4ec13ba8ca39ef4..99019b565a98b2f10d01d4c338079a6a894c3a01 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-4-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-4-expected.txt
|
| @@ -5,12 +5,13 @@ Running: testAsyncFunction
|
| Text:
|
| async function foo() { }
|
| Outline:
|
| - foo():0:15
|
| + async foo():0:15
|
|
|
| Running: testGeneratorFunction
|
| Text:
|
| function* foo() { }
|
| Outline:
|
| + *foo():0:10
|
|
|
| Running: testMismatchBrackets
|
| Text:
|
|
|