| Index: third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
|
| index 0f9428ccee13f49df14104465171e64454c55cf4..37d0a06fbc967884c595a6e873a1f32d18855c7f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
|
| @@ -446,7 +446,7 @@ Network.NetworkLogViewColumns = class {
|
| var dialog = new UI.Dialog();
|
| manageCustomHeaders.show(dialog.contentElement);
|
| dialog.setSizeBehavior(UI.GlassPane.SizeBehavior.MeasureContent);
|
| - dialog.showDialog(this._networkLogView.element);
|
| + dialog.show(this._networkLogView.element);
|
| }
|
|
|
| /**
|
|
|