Bug 1112073 - Linux non-unified build bustage fix. a=bustage

This commit is contained in:
Nikhil Marathe 2015-01-14 14:01:02 -08:00
parent 60d4b5d56f
commit 28357981b4

View File

@ -13,10 +13,13 @@
#include "mozilla/dom/FetchBinding.h" #include "mozilla/dom/FetchBinding.h"
#include "mozilla/dom/Headers.h" #include "mozilla/dom/Headers.h"
#include "mozilla/dom/Promise.h" #include "mozilla/dom/Promise.h"
#include "mozilla/dom/URL.h"
#include "mozilla/dom/workers/bindings/URL.h"
#include "nsDOMString.h" #include "nsDOMString.h"
#include "InternalResponse.h" #include "InternalResponse.h"
#include "WorkerPrivate.h"
namespace mozilla { namespace mozilla {
namespace dom { namespace dom {