summaryrefslogtreecommitdiffstats
path: root/webkit/api/public
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/api/public')
-rw-r--r--webkit/api/public/WebURLRequest.h2
-rw-r--r--webkit/api/public/WebURLResponse.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/api/public/WebURLRequest.h b/webkit/api/public/WebURLRequest.h
index 6499b85..1f3b506 100644
--- a/webkit/api/public/WebURLRequest.h
+++ b/webkit/api/public/WebURLRequest.h
@@ -79,7 +79,7 @@ namespace WebKit {
WEBKIT_API void reset();
WEBKIT_API void assign(const WebURLRequest&);
- bool isNull() const { return m_private == 0; }
+ WEBKIT_API bool isNull() const;
WEBKIT_API WebURL url() const;
WEBKIT_API void setURL(const WebURL&);
diff --git a/webkit/api/public/WebURLResponse.h b/webkit/api/public/WebURLResponse.h
index 2fb51b2..cb17d65 100644
--- a/webkit/api/public/WebURLResponse.h
+++ b/webkit/api/public/WebURLResponse.h
@@ -62,7 +62,7 @@ namespace WebKit {
WEBKIT_API void reset();
WEBKIT_API void assign(const WebURLResponse&);
- bool isNull() const { return m_private == 0; }
+ WEBKIT_API bool isNull() const;
WEBKIT_API WebURL url() const;
WEBKIT_API void setURL(const WebURL&);