| Index: Source/devtools/front_end/sources/NavigatorView.js
|
| diff --git a/Source/devtools/front_end/sources/NavigatorView.js b/Source/devtools/front_end/sources/NavigatorView.js
|
| index 0db57839f6204ef047c7e149f061ed0980a19e35..9ff239d3b5fa8c804cabb68816f340351994f280 100644
|
| --- a/Source/devtools/front_end/sources/NavigatorView.js
|
| +++ b/Source/devtools/front_end/sources/NavigatorView.js
|
| @@ -63,6 +63,10 @@ WebInspector.NavigatorView.Events = {
|
| ItemRenamed: "ItemRenamed",
|
| }
|
|
|
| +/**
|
| + * @param {string} type
|
| + * @return {string}
|
| + */
|
| WebInspector.NavigatorView.iconClassForType = function(type)
|
| {
|
| if (type === WebInspector.NavigatorTreeOutline.Types.Domain)
|
|
|