summaryrefslogtreecommitdiffstats
path: root/WebKit/win/Interfaces/IWebFramePrivate.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/Interfaces/IWebFramePrivate.idl')
-rwxr-xr-xWebKit/win/Interfaces/IWebFramePrivate.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/win/Interfaces/IWebFramePrivate.idl b/WebKit/win/Interfaces/IWebFramePrivate.idl
index 96b42ab..a3366da 100755
--- a/WebKit/win/Interfaces/IWebFramePrivate.idl
+++ b/WebKit/win/Interfaces/IWebFramePrivate.idl
@@ -91,4 +91,6 @@ interface IWebFramePrivate : IUnknown
HRESULT numberOfActiveAnimations([out, retval] UINT* number);
HRESULT isDisplayingStandaloneImage([out, retval] BOOL* result);
+
+ HRESULT allowsFollowingLink([in] BSTR url, [out, retval] BOOL* result);
}