Index: Source/devtools/front_end/sources/FilteredItemSelectionDialog.js |
diff --git a/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js b/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js |
index 12d0b1d3fbebaf8d5ca4e5d84be6ed54bd26f60c..e0558bbaf64925890dd4472c6149223c1cd6122f 100644 |
--- a/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js |
+++ b/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js |
@@ -538,7 +538,7 @@ WebInspector.JavaScriptOutlineDialog = function(uiSourceCode, selectItemCallback |
WebInspector.JavaScriptOutlineDialog.show = function(view, uiSourceCode, selectItemCallback) |
{ |
if (WebInspector.Dialog.currentInstance()) |
- return null; |
+ return; |
var filteredItemSelectionDialog = new WebInspector.FilteredItemSelectionDialog(new WebInspector.JavaScriptOutlineDialog(uiSourceCode, selectItemCallback)); |
WebInspector.Dialog.show(view.element, filteredItemSelectionDialog); |
} |