Chromium Code Reviews| Index: Source/devtools/front_end/inspector.js |
| diff --git a/Source/devtools/front_end/inspector.js b/Source/devtools/front_end/inspector.js |
| old mode 100644 |
| new mode 100755 |
| index 53783037d6e1f424265cb7192566a0b98ccf8dfd..748c23ba40727feaf62fd56b8295fd1490c215f6 |
| --- a/Source/devtools/front_end/inspector.js |
| +++ b/Source/devtools/front_end/inspector.js |
| @@ -386,6 +386,8 @@ WebInspector._doLoadedDoneWithCapabilities = function() |
| this.cssModel = new WebInspector.CSSStyleModel(this.workspace); |
| this.timelineManager = new WebInspector.TimelineManager(); |
| this.profileManager = new WebInspector.ProfileManager(); |
| + this.powerProfiler = new WebInspector.PowerProfiler(); |
|
pfeldman
2014/01/09 11:38:52
Search for the following code and query for power
Pan
2014/02/24 09:49:47
thanks for your guide, done.
|
| + |
| this.tracingAgent = new WebInspector.TracingAgent(); |
| if (!WebInspector.WorkerManager.isWorkerFrontend()) |