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

Unified Diff: webkit/glue/devtools/js/inspector_controller_impl.js

Issue 348056: Highlight node with mouse over it while selecting element to inspect (Closed)
Patch Set: Created 11 years, 1 month 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 | « webkit/glue/devtools/js/devtools.js ('k') | webkit/glue/webdevtoolsfrontend_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/js/inspector_controller_impl.js
diff --git a/webkit/glue/devtools/js/inspector_controller_impl.js b/webkit/glue/devtools/js/inspector_controller_impl.js
index e327bc31d35e4c4e002915baa480083ad8d7d3e0..1c9f510d99edc25e353ba00674b69d8e58d38d05 100644
--- a/webkit/glue/devtools/js/inspector_controller_impl.js
+++ b/webkit/glue/devtools/js/inspector_controller_impl.js
@@ -95,7 +95,7 @@ devtools.InspectorControllerImpl.prototype.search = function(sourceRow, query) {
*/
devtools.InspectorControllerImpl.prototype.toggleNodeSearch = function() {
devtools.InspectorController.prototype.toggleNodeSearch.call(this);
- DevToolsHost.toggleInspectElementMode(this.searchingForNode());
+ this.callInspectorController_.call(this, 'toggleNodeSearch');
};
« no previous file with comments | « webkit/glue/devtools/js/devtools.js ('k') | webkit/glue/webdevtoolsfrontend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698