diff options
| author | Simon Hausmann <simon.hausmann@digia.com> | 2012-11-26 11:37:00 +0100 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@digia.com> | 2012-11-26 11:36:36 +0100 |
| commit | f474b2b60ec57205facd4eec2181ebe69b686772 (patch) | |
| tree | 42a132541a82c97039ea8a98b40e5012187ede28 /Tools/WebKitTestRunner/InjectedBundle/AccessibilityUIElement.cpp | |
| parent | 061d58bc0fa016cfeed744fd3e4663460635d69b (diff) | |
| download | qtwebkit-f474b2b60ec57205facd4eec2181ebe69b686772.tar.gz | |
Imported WebKit commit 76dac539db7ece7079963adfcfe878d8e2f7d861 (http://svn.webkit.org/repository/webkit/trunk@135696)
New snapshot that fixes build after QMacStyle removal
Change-Id: Idea95c96c73b49158d52861db2a4b8d2c51766b0
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Tools/WebKitTestRunner/InjectedBundle/AccessibilityUIElement.cpp')
| -rw-r--r-- | Tools/WebKitTestRunner/InjectedBundle/AccessibilityUIElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/WebKitTestRunner/InjectedBundle/AccessibilityUIElement.cpp b/Tools/WebKitTestRunner/InjectedBundle/AccessibilityUIElement.cpp index 42e25711c..edec732a2 100644 --- a/Tools/WebKitTestRunner/InjectedBundle/AccessibilityUIElement.cpp +++ b/Tools/WebKitTestRunner/InjectedBundle/AccessibilityUIElement.cpp @@ -52,9 +52,9 @@ bool AccessibilityUIElement::isValid() const { return m_element; } - + // Unsupported methods on various platforms. As they're implemented on other platforms this list should be modified. -#if !PLATFORM(MAC) && !PLATFORM(GTK) +#if !PLATFORM(MAC) && !PLATFORM(GTK) && !PLATFORM(EFL) AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement) { } AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement&) { } AccessibilityUIElement::~AccessibilityUIElement() { } |
