Index: Source/core/dom/ScriptLoader.h |
diff --git a/Source/core/dom/ScriptLoader.h b/Source/core/dom/ScriptLoader.h |
index 473876e74816733eb816d00691ce7e2b402e0072..accc1cdb287502b39aba109b1a264b3896f9ba6c 100644 |
--- a/Source/core/dom/ScriptLoader.h |
+++ b/Source/core/dom/ScriptLoader.h |
@@ -21,6 +21,7 @@ |
#ifndef ScriptLoader_h |
#define ScriptLoader_h |
+#include "core/fetch/FetchRequest.h" |
#include "core/fetch/ResourceClient.h" |
#include "core/fetch/ResourcePtr.h" |
#include "wtf/text/TextPosition.h" |
@@ -77,7 +78,7 @@ private: |
bool ignoresLoadRequest() const; |
bool isScriptForEventSupported() const; |
- bool fetchScript(const String& sourceUrl); |
+ bool fetchScript(const String& sourceUrl, FetchRequest::DeferOption); |
void stopLoadRequest(); |
ScriptLoaderClient* client() const; |