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

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

Issue 339016: Renames addItemToTimeline to addRecordToTimeline due to WebKit... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/js/inject_dispatch.js
===================================================================
--- webkit/glue/devtools/js/inject_dispatch.js (revision 30106)
+++ webkit/glue/devtools/js/inject_dispatch.js (working copy)
@@ -33,7 +33,7 @@
* @param {string} method name of the dispatch method.
**/
ApuAgentDispatcher.dispatchToApu = function(method, args) {
- if (method != 'addItemToTimeline' &&
+ if (method != 'addRecordToTimeline' &&
method != 'updateResource' &&
method != 'addResource') {
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698