webengine/osswebengine/WebCore/platform/PlatformKeyboardEvent.h
branchCompilerCompatibility
changeset 51 ee8307949dae
parent 16 a359256acfc6
--- 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; }