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