| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js
|
| index d7ca7c8b726dea720632991c3986066bf2b09eca..8a943494d9a49ab5a20e4831dc6cbe8d1fa4b07e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js
|
| @@ -36,6 +36,7 @@ WebInspector.TimelineController.prototype = {
|
| var categoriesArray = [
|
| "-*",
|
| "devtools.timeline",
|
| + "v8.execute",
|
| disabledByDefault("devtools.timeline"),
|
| disabledByDefault("devtools.timeline.frame"),
|
| WebInspector.TracingModel.TopLevelEventCategory,
|
|
|