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

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

Issue 1104163003: Devtools: [ElementsPanel] Add dom listeners in sidebars (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@move-force-state
Patch Set: Address comments Created 5 years, 7 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
« no previous file with comments | « no previous file | Source/devtools/front_end/elements/ElementsPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/ComputedStyleSidebarPane.js
diff --git a/Source/devtools/front_end/elements/ComputedStyleSidebarPane.js b/Source/devtools/front_end/elements/ComputedStyleSidebarPane.js
index 52b6eb727496fa758491c8db9602cf404dd7f228..7c5a9792c843932ef564e9b44809600a826de3fc 100644
--- a/Source/devtools/front_end/elements/ComputedStyleSidebarPane.js
+++ b/Source/devtools/front_end/elements/ComputedStyleSidebarPane.js
@@ -259,9 +259,8 @@ WebInspector.ComputedStyleSidebarPane.prototype = {
/**
* @override
- * @param {!WebInspector.DOMNode} changedNode
*/
- onDOMNodeChanged: function(changedNode)
+ onDOMModelChanged: function()
{
this._resetCache();
this.update();
« no previous file with comments | « no previous file | Source/devtools/front_end/elements/ElementsPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698