summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/win/Interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/win/Interfaces')
-rw-r--r--Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl3
-rw-r--r--Source/WebKit/win/Interfaces/WebKit.idl1
2 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl b/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
index 68cbcf3..e3fabd3 100644
--- a/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
+++ b/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
@@ -121,4 +121,7 @@ interface IWebPreferencesPrivate : IUnknown
HRESULT hyperlinkAuditingEnabled(BOOL *hyperlinkAuditingEnabled);
HRESULT setHyperlinkAuditingEnabled(BOOL hyperlinkAuditingEnabled);
+
+ HRESULT setLoadsSiteIconsIgnoringImageLoadingPreference([in] BOOL enabled);
+ HRESULT loadsSiteIconsIgnoringImageLoadingPreference([out, retval] BOOL* enabled);
}
diff --git a/Source/WebKit/win/Interfaces/WebKit.idl b/Source/WebKit/win/Interfaces/WebKit.idl
index 3f401be..88158a4 100644
--- a/Source/WebKit/win/Interfaces/WebKit.idl
+++ b/Source/WebKit/win/Interfaces/WebKit.idl
@@ -301,4 +301,3 @@ library WebKit
[default] interface IWebUserContentURLPattern;
}
}
-