Index: third_party/WebKit/Source/platform/Timer.cpp |
diff --git a/third_party/WebKit/Source/platform/Timer.cpp b/third_party/WebKit/Source/platform/Timer.cpp |
index c298a77ea8f20e00eb8b0abeb091df4c7950f2b4..18202fe630183598c3b5d0f50fda86782a8d6ca0 100644 |
--- a/third_party/WebKit/Source/platform/Timer.cpp |
+++ b/third_party/WebKit/Source/platform/Timer.cpp |
@@ -127,7 +127,6 @@ void TimerBase::runInternal() { |
<< "Timer posted by " << m_location.function_name() << " " |
<< m_location.file_name() << " was run on a different thread"; |
#endif |
- TRACE_EVENT_SET_SAMPLING_STATE("blink", "BlinkInternal"); |
if (m_repeatInterval) { |
double now = timerMonotonicallyIncreasingTime(); |
@@ -142,7 +141,6 @@ void TimerBase::runInternal() { |
m_nextFireTime = 0; |
} |
fired(); |
- TRACE_EVENT_SET_SAMPLING_STATE("blink", "Sleeping"); |
} |
bool TimerBase::Comparator::operator()(const TimerBase* a, |