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