| Index: Source/core/html/DOMURL.cpp
|
| diff --git a/Source/core/html/DOMURL.cpp b/Source/core/html/DOMURL.cpp
|
| index cf6585dff3ca0229c958fef01503c3a35db2a5f7..4c395cc0e108a78fe33ec29d9daa1e5cb4c4d712 100644
|
| --- a/Source/core/html/DOMURL.cpp
|
| +++ b/Source/core/html/DOMURL.cpp
|
| @@ -31,7 +31,6 @@
|
| #include "ActiveDOMObject.h"
|
| #include "Blob.h"
|
| #include "BlobURL.h"
|
| -#include "KURL.h"
|
| #include "MediaSource.h"
|
| #include "MediaSourceRegistry.h"
|
| #include "MemoryCache.h"
|
| @@ -39,6 +38,7 @@
|
| #include "ScriptExecutionContext.h"
|
| #include "SecurityOrigin.h"
|
| #include "ThreadableBlobRegistry.h"
|
| +#include "core/platform/KURL.h"
|
| #include "core/platform/network/ResourceRequest.h"
|
| #include <wtf/MainThread.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|