Index: Source/devtools/front_end/elements/PlatformFontsSidebarPane.js |
diff --git a/Source/devtools/front_end/elements/PlatformFontsSidebarPane.js b/Source/devtools/front_end/elements/PlatformFontsSidebarPane.js |
index 7082d196c1ff4d634aa167e725ca7d2062549804..4693c7f6dd0f992037bfcade96ef04d14bf51383 100644 |
--- a/Source/devtools/front_end/elements/PlatformFontsSidebarPane.js |
+++ b/Source/devtools/front_end/elements/PlatformFontsSidebarPane.js |
@@ -46,9 +46,8 @@ WebInspector.PlatformFontsSidebarPane = function() |
WebInspector.PlatformFontsSidebarPane.prototype = { |
/** |
* @override |
- * @param {!WebInspector.DOMNode} changedNode |
*/ |
- onDOMNodeChanged: function(changedNode) |
+ onDOMModelChanged: function() |
{ |
this.update(); |
}, |