Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/uisourcecode-revisions.html |
| diff --git a/third_party/WebKit/LayoutTests/inspector/uisourcecode-revisions.html b/third_party/WebKit/LayoutTests/inspector/uisourcecode-revisions.html |
| index 2aee4b3606c59641ec5e47ff8912405812415217..08dd0eb3e29f8744af6c23832c6a31ebf58d04b9 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector/uisourcecode-revisions.html |
| +++ b/third_party/WebKit/LayoutTests/inspector/uisourcecode-revisions.html |
| @@ -14,12 +14,16 @@ function test() |
| { |
| callback("<script content>"); |
| } |
| + project.requestOriginalFileContent = function(uri) |
|
pfeldman
2017/02/15 23:33:38
Still some extra stuff
einbinder
2017/02/16 00:12:36
You were too fast.
|
| + { |
| + return Promise.resolve("<script content>"); |
| + } |
| project.setFileContent = function(uri, newContent, callback) |
| { |
| } |
| return project; |
| } |
| - |
| + |
| function dumpUISourceCodeWithRevisions(uiSourceCode) |
| { |
| var content = uiSourceCode._content; |