| Index: Source/core/dom/ScriptLoader.h
|
| diff --git a/Source/core/dom/ScriptLoader.h b/Source/core/dom/ScriptLoader.h
|
| index 3e5775c179e0ab04b6d024c2dc8ee0b96b2a241f..9b4a7de9116a6f7d477d6924df526f6ccd860b77 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();
|
|
|