| Index: third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js b/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| index 4926fac9712de8b707479812097b27abdee2146e..6b4cecc3616a96ad721ee42118986087bb3c9693 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| @@ -537,7 +537,7 @@ Components.Linkifier._infoSymbol = Symbol('Linkifier.info');
|
|
|
| /**
|
| * @typedef {{
|
| - * icon: ?UI.Icon,
|
| + * icon: ?Element,
|
| * enableDecorator: boolean,
|
| * uiLocation: ?Workspace.UILocation,
|
| * liveLocation: ?Bindings.LiveLocation,
|
| @@ -581,7 +581,7 @@ Components.LinkDecorator = function() {};
|
| Components.LinkDecorator.prototype = {
|
| /**
|
| * @param {!Workspace.UISourceCode} uiSourceCode
|
| - * @return {?UI.Icon}
|
| + * @return {?Element}
|
| */
|
| linkIcon(uiSourceCode) {}
|
| };
|
|
|