Index: Source/core/platform/ScrollableArea.cpp |
diff --git a/Source/core/platform/ScrollableArea.cpp b/Source/core/platform/ScrollableArea.cpp |
index 8bb6bed3891e6d812b19500b789fe85da2a37dda..de3a87f9c6e5d98405e1a55bc55b840f4ca704cf 100644 |
--- a/Source/core/platform/ScrollableArea.cpp |
+++ b/Source/core/platform/ScrollableArea.cpp |
@@ -156,7 +156,7 @@ void ScrollableArea::notifyScrollPositionChanged(const IntPoint& position) |
void ScrollableArea::scrollPositionChanged(const IntPoint& position) |
{ |
- TRACE_EVENT0("webkit", "ScrollableArea::scrollPositionChanged"); |
+ TRACE_EVENT0("webkit,impl-scroll", "ScrollableArea::scrollPositionChanged"); |
IntPoint oldPosition = scrollPosition(); |
// Tell the derived class to scroll its contents. |