diff options
Diffstat (limited to 'third_party/WebKit/WebKit2/Shared/API/c/WKBase.h')
-rw-r--r-- | third_party/WebKit/WebKit2/Shared/API/c/WKBase.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/WebKit/WebKit2/Shared/API/c/WKBase.h b/third_party/WebKit/WebKit2/Shared/API/c/WKBase.h index cf5bb5b..0e7984a 100644 --- a/third_party/WebKit/WebKit2/Shared/API/c/WKBase.h +++ b/third_party/WebKit/WebKit2/Shared/API/c/WKBase.h @@ -44,11 +44,12 @@ typedef const struct OpaqueWKDictionary* WKDictionaryRef; typedef struct OpaqueWKDictionary* WKMutableDictionaryRef; typedef const struct OpaqueWKBoolean* WKBooleanRef; +typedef const struct OpaqueWKCertificateInfo* WKCertificateInfoRef; typedef const struct OpaqueWKContextMenuItem* WKContextMenuItemRef; typedef const struct OpaqueWKData* WKDataRef; typedef const struct OpaqueWKDouble* WKDoubleRef; typedef const struct OpaqueWKError* WKErrorRef; -typedef const struct OpaqueWKCertificateInfo* WKCertificateInfoRef; +typedef const struct OpaqueWKImage* WKImageRef; typedef const struct OpaqueWKSecurityOrigin* WKSecurityOriginRef; typedef const struct OpaqueWKSerializedScriptValue* WKSerializedScriptValueRef; typedef const struct OpaqueWKString* WKStringRef; |