| Index: Source/platform/ThreadTimers.cpp
|
| diff --git a/Source/platform/ThreadTimers.cpp b/Source/platform/ThreadTimers.cpp
|
| index 05c8bc8c945c1ba8f57819eb2b7b9adede362848..afac766be4370610b3ab274da6c6bf79aa06e2e6 100644
|
| --- a/Source/platform/ThreadTimers.cpp
|
| +++ b/Source/platform/ThreadTimers.cpp
|
| @@ -102,7 +102,7 @@ void ThreadTimers::updateSharedTimer()
|
|
|
| void ThreadTimers::sharedTimerFired()
|
| {
|
| - TRACE_EVENT_SET_SAMPLING_STATE("Blink", "Internal");
|
| + TRACE_EVENT_SET_SAMPLING_STATE("Blink", "BlinkInternal");
|
|
|
| // Redirect to non-static method.
|
| PlatformThreadData::current().threadTimers().sharedTimerFiredInternal();
|
|
|