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; |