| Index: Source/platform/PlatformInstrumentation.cpp
|
| diff --git a/Source/platform/PlatformInstrumentation.cpp b/Source/platform/PlatformInstrumentation.cpp
|
| index 07edcbff1f40eae0699a8f0c3c7fca05a2fab7a8..0c3abab3896a57cc85772d2a8004a1508f8f94c8 100644
|
| --- a/Source/platform/PlatformInstrumentation.cpp
|
| +++ b/Source/platform/PlatformInstrumentation.cpp
|
| @@ -34,7 +34,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -const char PlatformInstrumentation::CategoryName[] = "devtools";
|
| +const char PlatformInstrumentation::CategoryName[] = TRACE_DISABLED_BY_DEFAULT("devtools.timeline");
|
|
|
| const char PlatformInstrumentation::ImageDecodeEvent[] = "Decode Image";
|
| const char PlatformInstrumentation::ImageResizeEvent[] = "Resize Image";
|
|
|