diff options
Diffstat (limited to 'Source/WebKit/chromium/public/WebIntent.h')
-rw-r--r-- | Source/WebKit/chromium/public/WebIntent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/public/WebIntent.h b/Source/WebKit/chromium/public/WebIntent.h index cc080ad99..aefc3ebb3 100644 --- a/Source/WebKit/chromium/public/WebIntent.h +++ b/Source/WebKit/chromium/public/WebIntent.h @@ -48,6 +48,7 @@ namespace WebKit { class WebIntent { public: WebIntent() { } + WEBKIT_EXPORT WebIntent(const WebString& action, const WebString& type, const WebString& data); WebIntent(const WebIntent& other) { assign(other); } ~WebIntent() { reset(); } @@ -80,6 +81,7 @@ public: #if WEBKIT_IMPLEMENTATION WebIntent(const WTF::PassRefPtr<WebCore::Intent>&); + operator WebCore::Intent*() const; #endif private: |