Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(797)

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/Linkifier.js

Issue 2594883002: DevTools: [Persistence] introduce badged icons instead of checkmarks (Closed)
Patch Set: missing jsdoc Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}
};

Powered by Google App Engine
This is Rietveld 408576698