| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| index 001fe78863d67dab529f3ed3382dfe7546d76378..9ad392d0840c7891cda5525eb9718ab448ca127d 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| @@ -38,7 +38,6 @@
|
| #include "base/test/test_discardable_memory_allocator.h"
|
| #include "cc/blink/web_compositor_support_impl.h"
|
| #include "cc/test/ordered_simple_task_runner.h"
|
| -#include "platform/EventTracer.h"
|
| #include "platform/HTTPNames.h"
|
| #include "platform/heap/Heap.h"
|
| #include "platform/scheduler/base/test_time_source.h"
|
| @@ -254,7 +253,6 @@ ScopedUnittestsEnvironmentSetup::ScopedUnittestsEnvironmentSetup(int argc, char*
|
| ProcessHeap::init();
|
| ThreadState::attachMainThread();
|
| ThreadState::current()->registerTraceDOMWrappers(nullptr, nullptr, nullptr, nullptr);
|
| - EventTracer::initialize();
|
| HTTPNames::init();
|
| }
|
|
|
|
|