| Index: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| index a98a6bdbeb2108c8a2e6c1ba092564b68c7ba93d..f5057d5fd2f3d3e83cffeba41af13e817d22b418 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| @@ -224,7 +224,7 @@ WebInspector.GlassPane.prototype = {
|
| WebInspector._glassPane;
|
|
|
| /**
|
| - * @type {!Array.<!WebInspector.Widget|!WebInspector.Dialog>}
|
| + * @type {!Array.<!WebInspector.Widget|!Node>}
|
| */
|
| WebInspector.GlassPane.DefaultFocusedViewStack = [];
|
|
|
|
|