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

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

Issue 467043: Revert 34040 - DevTools: make possible profiling of scripts doing heavy calcu... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years 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/profiler_agent.js ('k') | webkit/glue/devtools/profiler_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/js/tests.js
===================================================================
--- webkit/glue/devtools/js/tests.js (revision 34040)
+++ webkit/glue/devtools/js/tests.js (working copy)
@@ -430,8 +430,8 @@
});
var ticksCount = 0;
var tickRecord = '\nt,';
- this.addSniffer(RemoteProfilerAgent, 'DidGetLogLines',
- function(posIgnored, log) {
+ this.addSniffer(RemoteDebuggerAgent, 'DidGetNextLogLines',
+ function(log) {
var pos = 0;
while ((pos = log.indexOf(tickRecord, pos)) != -1) {
pos += tickRecord.length;
« no previous file with comments | « webkit/glue/devtools/js/profiler_agent.js ('k') | webkit/glue/devtools/profiler_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698