| Index: Source/devtools/front_end/settings/SettingsScreen.js
|
| diff --git a/Source/devtools/front_end/settings/SettingsScreen.js b/Source/devtools/front_end/settings/SettingsScreen.js
|
| index fceee6e883a39b4ee075efdb43966c0fafa466f7..8184ec8c1f54b080cd258ae5abe4c4d55ca9b222 100644
|
| --- a/Source/devtools/front_end/settings/SettingsScreen.js
|
| +++ b/Source/devtools/front_end/settings/SettingsScreen.js
|
| @@ -325,7 +325,7 @@ WebInspector.SettingsScreen.SkipStackFramePatternSettingUI.prototype = {
|
|
|
| _onManageButtonClick: function()
|
| {
|
| - WebInspector.FrameworkBlackboxDialog.show(WebInspector.inspectorView.element);
|
| + WebInspector.FrameworkBlackboxDialog.show();
|
| }
|
| }
|
|
|
| @@ -424,7 +424,7 @@ WebInspector.WorkspaceSettingsTab.prototype = {
|
| */
|
| _editFileSystem: function(id)
|
| {
|
| - WebInspector.EditFileSystemDialog.show(WebInspector.inspectorView.element, id);
|
| + WebInspector.EditFileSystemDialog.show(id);
|
| },
|
|
|
| /**
|
|
|