| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| index 9390e994fd5e35426b8a65cd65dbb56e61bde6db..433607a959af3f486f2a032b5516fea218d4f10d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -22,6 +22,7 @@
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/page/Page.h"
|
| #include "core/paint/PaintLayer.h"
|
| +#include "core/workers/WorkerGlobalScope.h"
|
| #include "core/workers/WorkerThread.h"
|
| #include "core/xmlhttprequest/XMLHttpRequest.h"
|
| #include "platform/TracedValue.h"
|
|
|