| Index: third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| index 462e2ec2c6c9e6662b20c506d066c30d0fcc6e69..2b0f05d4deec4125d5b2e2233417b379b0580295 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| @@ -127,7 +127,7 @@ WebInspector.SourceFrame.prototype = {
|
| {
|
| if (!this._contentRequested) {
|
| this._contentRequested = true;
|
| - this._contentProvider.requestContent(this.setContent.bind(this));
|
| + this._contentProvider.requestContent().then(this.setContent.bind(this));
|
| }
|
| },
|
|
|
|
|