summaryrefslogtreecommitdiffstats
path: root/WebKit/win/Interfaces/IWebFrame.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/Interfaces/IWebFrame.idl')
-rw-r--r--WebKit/win/Interfaces/IWebFrame.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit/win/Interfaces/IWebFrame.idl b/WebKit/win/Interfaces/IWebFrame.idl
index 30af7b9..da2a78f 100644
--- a/WebKit/win/Interfaces/IWebFrame.idl
+++ b/WebKit/win/Interfaces/IWebFrame.idl
@@ -254,4 +254,10 @@ interface IWebFrame : IUnknown
@param flag YES to mark the frame as not searchable
*/
HRESULT setExcludeFromTextSearch([in] BOOL flag);
+
+ /*!
+ @method reloadFromOrigin
+ @discussion Performs HTTP/1.1 end-to-end reload.
+ */
+ HRESULT reloadFromOrigin();
}