summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebNotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebNotification.h')
-rw-r--r--WebKit/chromium/public/WebNotification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/chromium/public/WebNotification.h b/WebKit/chromium/public/WebNotification.h
index 787d4f3..f872111 100644
--- a/WebKit/chromium/public/WebNotification.h
+++ b/WebKit/chromium/public/WebNotification.h
@@ -64,7 +64,7 @@ public:
// Operators required to put WebNotification in an ordered map.
bool equals(const WebNotification& other) const { return m_private == other.m_private; }
- bool lessThan(const WebNotification& other) const;
+ WEBKIT_API bool lessThan(const WebNotification& other) const;
// Is the notification HTML vs. icon-title-text?
WEBKIT_API bool isHTML() const;