Chromium Code Reviews| Index: chrome/browser/resources/tracing/timeline_model.js |
| diff --git a/chrome/browser/resources/tracing/timeline_model.js b/chrome/browser/resources/tracing/timeline_model.js |
| index a87370c17821a5b212ed8c2297fe83d4201841c4..ef3af21e802e2924fae49a0b3b142c692c7adc41 100644 |
| --- a/chrome/browser/resources/tracing/timeline_model.js |
| +++ b/chrome/browser/resources/tracing/timeline_model.js |
| @@ -283,7 +283,7 @@ cr.define('tracing', function() { |
| // Store the slice in a non-nested subrow. |
| var thread = self.getOrCreateProcess(event.pid). |
| - getOrCreateThread(event.tid); |
| + getOrCreateThread(event.tid); |
|
James Hawkins
2011/11/10 01:06:13
4 space indentation when wrapping lines.
nduca
2011/11/10 02:24:35
Done.
|
| thread.addNonNestedSlice(slice.slice); |
| delete state.openNonNestedSlices[name]; |
| } else { |
| @@ -338,7 +338,7 @@ cr.define('tracing', function() { |
| } |
| } else { |
| this.importErrors.push('Unrecognized event phase: ' + event.ph + |
| - '(' + event.name + ')'); |
| + '(' + event.name + ')'); |
| } |
| } |
| this.pruneEmptyThreads(); |