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

Unified Diff: Source/devtools/front_end/elements/PlatformFontsWidget.js

Issue 1210893002: DevTools: [CSS] introduce strong types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months 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: Source/devtools/front_end/elements/PlatformFontsWidget.js
diff --git a/Source/devtools/front_end/elements/PlatformFontsWidget.js b/Source/devtools/front_end/elements/PlatformFontsWidget.js
index 74f3e0606e91e8e288658c68d44eab3d4fa6f262..44ee32cebdfab146ca81ee367be523bee144e228 100644
--- a/Source/devtools/front_end/elements/PlatformFontsWidget.js
+++ b/Source/devtools/front_end/elements/PlatformFontsWidget.js
@@ -77,10 +77,9 @@ WebInspector.PlatformFontsWidget.prototype = {
/**
* @param {!WebInspector.DOMNode} node
* @param {!WebInspector.Throttler.FinishCallback} finishedCallback
- * @param {?string} cssFamilyName
* @param {?Array.<!CSSAgent.PlatformFontUsage>} platformFonts
*/
- _refreshUI: function(node, finishedCallback, cssFamilyName, platformFonts)
+ _refreshUI: function(node, finishedCallback, platformFonts)
{
if (this._sharedModel.node() !== node) {
finishedCallback();
« no previous file with comments | « Source/devtools/front_end/elements/MetricsSidebarPane.js ('k') | Source/devtools/front_end/elements/StylesSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698