diff options
Diffstat (limited to 'dom/workers/ServiceWorkerInfo.cpp')
-rw-r--r-- | dom/workers/ServiceWorkerInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/workers/ServiceWorkerInfo.cpp b/dom/workers/ServiceWorkerInfo.cpp index fa08b97a6..04fba7f8e 100644 --- a/dom/workers/ServiceWorkerInfo.cpp +++ b/dom/workers/ServiceWorkerInfo.cpp @@ -6,6 +6,8 @@ #include "ServiceWorkerInfo.h" +#include "ServiceWorker.h" +#include "ServiceWorkerPrivate.h" #include "ServiceWorkerScriptCache.h" BEGIN_WORKERS_NAMESPACE |