| Index: Source/core/loader/cache/CachedResourceLoader.cpp
|
| diff --git a/Source/core/loader/cache/CachedResourceLoader.cpp b/Source/core/loader/cache/CachedResourceLoader.cpp
|
| index bc0615fe1723561b66bdefcab9b1ff107bf5fa09..c87792540a96b4531f6c4db481398467a47cc802 100644
|
| --- a/Source/core/loader/cache/CachedResourceLoader.cpp
|
| +++ b/Source/core/loader/cache/CachedResourceLoader.cpp
|
| @@ -27,12 +27,6 @@
|
| #include "config.h"
|
| #include "core/loader/cache/CachedResourceLoader.h"
|
|
|
| -#include <wtf/MemoryInstrumentationHashMap.h>
|
| -#include <wtf/MemoryInstrumentationHashSet.h>
|
| -#include <wtf/MemoryInstrumentationListHashSet.h>
|
| -#include <wtf/text/CString.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/UnusedParam.h>
|
| #include "bindings/v8/ScriptController.h"
|
| #include "core/dom/Document.h"
|
| #include "core/html/HTMLElement.h"
|
| @@ -53,7 +47,6 @@
|
| #include "core/loader/cache/CachedTextTrack.h"
|
| #include "core/loader/cache/CachedXSLStyleSheet.h"
|
| #include "core/loader/cache/MemoryCache.h"
|
| -#include "core/page/Console.h"
|
| #include "core/page/ContentSecurityPolicy.h"
|
| #include "core/page/DOMWindow.h"
|
| #include "core/page/Frame.h"
|
| @@ -64,6 +57,11 @@
|
| #include "public/platform/WebURL.h"
|
| #include "weborigin/SecurityOrigin.h"
|
| #include "weborigin/SecurityPolicy.h"
|
| +#include "wtf/MemoryInstrumentationHashMap.h"
|
| +#include "wtf/MemoryInstrumentationHashSet.h"
|
| +#include "wtf/MemoryInstrumentationListHashSet.h"
|
| +#include "wtf/text/CString.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| #define PRELOAD_DEBUG 0
|
|
|
|
|