| Index: Source/modules/serviceworkers/ServiceWorker.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorker.cpp b/Source/modules/serviceworkers/ServiceWorker.cpp
|
| index da801172e1098dcf0e2ffed160ac67797e66919e..fed70b650a5fc4e6b5a2853eb887c5d3613133ab 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorker.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorker.cpp
|
| @@ -31,9 +31,9 @@
|
| #include "config.h"
|
| #include "ServiceWorker.h"
|
|
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/ScriptPromiseResolver.h"
|
| -#include "bindings/v8/ScriptState.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ScriptPromiseResolver.h"
|
| +#include "bindings/core/v8/ScriptState.h"
|
| #include "core/dom/MessagePort.h"
|
| #include "core/events/Event.h"
|
| #include "modules/EventTargetModules.h"
|
|
|