summaryrefslogtreecommitdiffstats
path: root/WebKit/win/Interfaces/IWebDataSource.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/Interfaces/IWebDataSource.idl')
-rw-r--r--WebKit/win/Interfaces/IWebDataSource.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/win/Interfaces/IWebDataSource.idl b/WebKit/win/Interfaces/IWebDataSource.idl
index 15bea1a..dd78d7e 100644
--- a/WebKit/win/Interfaces/IWebDataSource.idl
+++ b/WebKit/win/Interfaces/IWebDataSource.idl
@@ -214,4 +214,5 @@ interface IWebDataSourcePrivate : IUnknown
HRESULT overrideEncoding([out, retval] BSTR* encoding);
HRESULT setOverrideEncoding([in] BSTR encoding);
HRESULT mainDocumentError([out, retval] IWebError** error);
+ HRESULT setDeferMainResourceDataLoad([in] BOOL flag);
}