| 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 08c8a1be5c80e648218b279a5b92fc594ffcb72e..e242e32ca77fe62450c48969f77d3b952078e0b2 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -127,7 +127,7 @@ class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
|
| private:
|
| bool ignoresLoadRequest() const;
|
| bool isScriptForEventSupported() const;
|
| - void logScriptMimetype(ScriptResource*, LocalFrame*, String);
|
| + void logScriptMIMEType(LocalFrame*, ScriptResource*, const String&);
|
|
|
| bool fetchScript(const String& sourceUrl, FetchRequest::DeferOption);
|
| bool doExecuteScript(const ScriptSourceCode&);
|
|
|