| Index: third_party/WebKit/LayoutTests/inspector/console/console-link-to-snippet.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-link-to-snippet.html b/third_party/WebKit/LayoutTests/inspector/console/console-link-to-snippet.html
|
| index c84e352e0320eb2f65f796bc8c1123c4c5b6216d..2420e354c33d60f66eb5011add8646ee16a7eb25 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-link-to-snippet.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-link-to-snippet.html
|
| @@ -62,7 +62,7 @@ function test()
|
| {
|
| var callback;
|
| var promise = new Promise(fullfill => callback = fullfill);
|
| - uiSourceCode.rename(newName, () => callback(uiSourceCode));
|
| + uiSourceCode.rename(newName).then(() => callback(uiSourceCode));
|
| return promise;
|
| }
|
|
|
|
|