| Index: third_party/WebKit/Source/devtools/front_end/sources/JavaScriptOutlineDialog.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptOutlineDialog.js b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptOutlineDialog.js
|
| index f431c29fefc1e2ebe32a989aab1d13edb88e5135..ab25ee9ef0d64d31770204ad63da8891ed913e99 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptOutlineDialog.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptOutlineDialog.js
|
| @@ -25,7 +25,7 @@ WebInspector.JavaScriptOutlineDialog = function(uiSourceCode, selectItemCallback
|
| */
|
| WebInspector.JavaScriptOutlineDialog.show = function(uiSourceCode, selectItemCallback)
|
| {
|
| - new WebInspector.FilteredListWidget(new WebInspector.JavaScriptOutlineDialog(uiSourceCode, selectItemCallback), false).showAsDialog();
|
| + new WebInspector.FilteredListWidget(new WebInspector.JavaScriptOutlineDialog(uiSourceCode, selectItemCallback)).showAsDialog();
|
| }
|
|
|
| WebInspector.JavaScriptOutlineDialog.prototype = {
|
|
|