summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.cpp')
-rw-r--r--Source/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.cpp b/Source/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.cpp
index 01b9c1d..6ed11ea 100644
--- a/Source/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.cpp
+++ b/Source/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.cpp
@@ -388,13 +388,12 @@ void ChromeClientHaiku::formStateDidChange(const Node*)
notImplemented();
}
-PassOwnPtr<HTMLParserQuirks> ChromeClientHaiku::createHTMLParserQuirks()
+bool ChromeClientHaiku::selectItemWritingDirectionIsNatural()
{
- notImplemented();
- return 0;
+ return false;
}
-bool ChromeClientHaiku::selectItemWritingDirectionIsNatural()
+bool ChromeClientHaiku::selectItemAlignmentFollowsMenuWritingDirection()
{
return false;
}