| Index: Source/core/dom/ScriptLoader.h
|
| diff --git a/Source/core/dom/ScriptLoader.h b/Source/core/dom/ScriptLoader.h
|
| index 473876e74816733eb816d00691ce7e2b402e0072..0982a4c82df160513a993a1b4bc90afbb5b2273e 100644
|
| --- a/Source/core/dom/ScriptLoader.h
|
| +++ b/Source/core/dom/ScriptLoader.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef ScriptLoader_h
|
| #define ScriptLoader_h
|
|
|
| -#include "core/fetch/ResourceClient.h"
|
| #include "core/fetch/ResourcePtr.h"
|
| +#include "core/fetch/ScriptResource.h"
|
| #include "wtf/text/TextPosition.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -34,7 +34,7 @@ class ScriptLoaderClient;
|
| class ScriptSourceCode;
|
|
|
|
|
| -class ScriptLoader FINAL : private ResourceClient {
|
| +class ScriptLoader FINAL : private ScriptResourceClient {
|
| public:
|
| static PassOwnPtr<ScriptLoader> create(Element*, bool createdByParser, bool isEvaluated);
|
| virtual ~ScriptLoader();
|
|
|