| Index: Source/core/dom/ScriptLoader.h
|
| diff --git a/Source/core/dom/ScriptLoader.h b/Source/core/dom/ScriptLoader.h
|
| index accc1cdb287502b39aba109b1a264b3896f9ba6c..3f1c391c3d7f6e14197f2bfa80a3fec11d674bac 100644
|
| --- a/Source/core/dom/ScriptLoader.h
|
| +++ b/Source/core/dom/ScriptLoader.h
|
| @@ -24,18 +24,18 @@
|
| #include "core/fetch/FetchRequest.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"
|
|
|
| namespace blink {
|
|
|
| -class ScriptResource;
|
| class Element;
|
| 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();
|
|
|