| Index: Source/devtools/front_end/sources/StyleSheetOutlineDialog.js
|
| diff --git a/Source/devtools/front_end/sources/StyleSheetOutlineDialog.js b/Source/devtools/front_end/sources/StyleSheetOutlineDialog.js
|
| index 3754282de8820d8bb7de9d3c047a094de5063e30..05b5f9a6ea0f1e5715e83327545977b79a179e04 100644
|
| --- a/Source/devtools/front_end/sources/StyleSheetOutlineDialog.js
|
| +++ b/Source/devtools/front_end/sources/StyleSheetOutlineDialog.js
|
| @@ -49,7 +49,7 @@ WebInspector.StyleSheetOutlineDialog = function(uiSourceCode, selectItemCallback
|
| WebInspector.StyleSheetOutlineDialog.show = function(view, uiSourceCode, selectItemCallback)
|
| {
|
| if (WebInspector.Dialog.currentInstance())
|
| - return null;
|
| + return;
|
| var delegate = new WebInspector.StyleSheetOutlineDialog(uiSourceCode, selectItemCallback);
|
| var filteredItemSelectionDialog = new WebInspector.FilteredItemSelectionDialog(delegate);
|
| WebInspector.Dialog.show(view.element, filteredItemSelectionDialog);
|
|
|