Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(802)

Unified Diff: Source/core/inspector/TraceEventDispatcher.cpp

Issue 408443002: Remove TRACE_EVENT_PHASE_INSTANT_WITH_SCOPE (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use 'I' for phase id to match Chromium Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/TraceEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/TraceEventDispatcher.cpp
diff --git a/Source/core/inspector/TraceEventDispatcher.cpp b/Source/core/inspector/TraceEventDispatcher.cpp
index cf104e9a61361d509c6b68148b41c2fe0a3648ae..5d17d2f7789c078ef186d2517358a3172cacddb9 100644
--- a/Source/core/inspector/TraceEventDispatcher.cpp
+++ b/Source/core/inspector/TraceEventDispatcher.cpp
@@ -43,8 +43,6 @@ void TraceEventDispatcher::dispatchEventOnAnyThread(char phase, const unsigned c
int numArgs, const char* const* argNames, const unsigned char* argTypes, const unsigned long long* argValues,
unsigned char flags, double timestamp)
{
- if (phase == TRACE_EVENT_PHASE_INSTANT_WITH_SCOPE)
- phase = TRACE_EVENT_PHASE_INSTANT;
TraceEventDispatcher* self = instance();
{
MutexLocker locker(self->m_mutex);
« no previous file with comments | « no previous file | Source/platform/TraceEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698