| Index: third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptLoader.h b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| index b449c45f057cb462922183df9d12f379d0222103..6b53a6656812d0dddcb6820ace7ca86db20bc008 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -35,7 +35,7 @@ namespace blink {
|
| class Element;
|
| class ScriptLoaderClient;
|
| class ScriptSourceCode;
|
| -
|
| +class LocalFrame;
|
|
|
| class CORE_EXPORT ScriptLoader : public NoBaseWillBeGarbageCollectedFinalized<ScriptLoader>, private ScriptResourceClient {
|
| USING_FAST_MALLOC_WILL_BE_REMOVED(ScriptLoader);
|
| @@ -92,6 +92,7 @@ protected:
|
| private:
|
| bool ignoresLoadRequest() const;
|
| bool isScriptForEventSupported() const;
|
| + void logScriptMimetype(ScriptResource*, LocalFrame*, String);
|
|
|
| bool fetchScript(const String& sourceUrl, FetchRequest::DeferOption);
|
|
|
|
|