author | Peter Fordham <peter.fordham@gmail.com> |
Thu, 04 Mar 2010 15:28:48 -0800 | |
branch | CompilerCompatibility |
changeset 51 | ee8307949dae |
parent 50 | 4bb128803766 |
child 52 | 4f66279b1086 |
webengine/osswebengine/WebCore/platform/PlatformKeyboardEvent.h | file | annotate | diff | comparison | revisions |
--- a/webengine/osswebengine/WebCore/platform/PlatformKeyboardEvent.h Thu Mar 04 15:18:13 2010 -0800 +++ b/webengine/osswebengine/WebCore/platform/PlatformKeyboardEvent.h Thu Mar 04 15:28:48 2010 -0800 @@ -61,7 +61,7 @@ public: #if PLATFORM(SYMBIAN) String text() const; -#elif +#else String text() const { return m_text; } #endif //PLATFORM(SYMBIAN) String unmodifiedText() const { return m_unmodifiedText; }