| Index: Source/platform/EventTracer.cpp
|
| diff --git a/Source/platform/EventTracer.cpp b/Source/platform/EventTracer.cpp
|
| index 5d35f6c6aa0d161d8a2b12cdc3a35dffa71d87e9..594803afa748cd329e1f8f1afab70c1b440744f1 100644
|
| --- a/Source/platform/EventTracer.cpp
|
| +++ b/Source/platform/EventTracer.cpp
|
| @@ -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
|
|
|