Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / EventTracer.cpp
index 5d35f6c..594803a 100644 (file)
@@ -36,7 +36,7 @@
 #include "wtf/Assertions.h"
 #include <stdio.h>
 
-namespace WebCore {
+namespace blink {
 
 COMPILE_ASSERT(sizeof(blink::Platform::TraceEventHandle) == sizeof(TraceEvent::TraceEventHandle), TraceEventHandle_types_must_be_compatible);
 
@@ -104,4 +104,4 @@ void EventTracer::updateTraceEventDuration(const unsigned char* categoryEnabledF
     blink::Platform::current()->updateTraceEventDuration(categoryEnabledFlag, name, handle);
 }
 
-} // namespace WebCore
+} // namespace blink