| Index: third_party/WebKit/Source/devtools/front_end/sdk/NetworkLog.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/NetworkLog.js b/third_party/WebKit/Source/devtools/front_end/sdk/NetworkLog.js
|
| index b33346e59e89c5a433389d67164bced36e8449f8..f61c76b93337f9fa592dfb768a8f68516665deed 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/NetworkLog.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/NetworkLog.js
|
| @@ -134,7 +134,7 @@ SDK.NetworkLog = class {
|
|
|
| if (request.redirectSource) {
|
| type = SDK.NetworkRequest.InitiatorType.Redirect;
|
| - url = request.redirectSource.url;
|
| + url = request.redirectSource.url();
|
| } else if (initiator) {
|
| if (initiator.type === Protocol.Network.InitiatorType.Parser) {
|
| type = SDK.NetworkRequest.InitiatorType.Parser;
|
|
|