summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/src/WebNotification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebNotification.cpp')
-rw-r--r--Source/WebKit/chromium/src/WebNotification.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/WebKit/chromium/src/WebNotification.cpp b/Source/WebKit/chromium/src/WebNotification.cpp
index c3b1f51..1f2640c 100644
--- a/Source/WebKit/chromium/src/WebNotification.cpp
+++ b/Source/WebKit/chromium/src/WebNotification.cpp
@@ -96,12 +96,6 @@ WebString WebNotification::body() const
return m_private->contents().body();
}
-// FIXME: remove dir() when unreferenced. Being replaced by direction().
-WebString WebNotification::dir() const
-{
- return m_private->dir();
-}
-
WebTextDirection WebNotification::direction() const
{
return (m_private->direction() == RTL) ?