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

Unified Diff: Source/devtools/front_end/screencast/ScreencastView.js

Issue 1154623005: DevTools: polish event listeners pane UI. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « Source/devtools/front_end/components/eventListenersView.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/screencast/ScreencastView.js
diff --git a/Source/devtools/front_end/screencast/ScreencastView.js b/Source/devtools/front_end/screencast/ScreencastView.js
index 17dcc12493b2b94e59d3646c85e36d83be1a72f6..62084c2bbe672d8e75d980fa8a3bf81be2256cbc 100644
--- a/Source/devtools/front_end/screencast/ScreencastView.js
+++ b/Source/devtools/front_end/screencast/ScreencastView.js
@@ -278,7 +278,7 @@ WebInspector.ScreencastView.prototype = {
}
var text = event.type === "keypress" ? String.fromCharCode(event.charCode) : undefined;
- this._target.inputAgent().dispatchKeyEvent({
+ this._target.inputAgent().invoke_dispatchKeyEvent({
type: type,
modifiers: this._modifiersForEvent(event),
timestamp: event.timeStamp / 1000,
« no previous file with comments | « Source/devtools/front_end/components/eventListenersView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698