| Index: third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| index 1f205435852044187fc012b5cd7cd2f0d583970e..01098dfb34bb819a9a014518bd0922bd7913841e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| @@ -1430,7 +1430,7 @@ WebInspector.NetworkLogView.prototype = {
|
| content = request.asDataURL();
|
| InspectorFrontendHost.copyText(content || "");
|
| }
|
| - request.requestContent(callback);
|
| + request.requestContent().then(callback);
|
| },
|
|
|
| /**
|
|
|