Bug 2139 - Replace #elif with #else becuase there's no test. CompilerCompatibility
authorPeter Fordham <peter.fordham@gmail.com>
Thu, 04 Mar 2010 15:28:48 -0800
branchCompilerCompatibility
changeset 51 ee8307949dae
parent 50 4bb128803766
child 52 4f66279b1086
Bug 2139 - Replace #elif with #else becuase there's no test.
webengine/osswebengine/WebCore/platform/PlatformKeyboardEvent.h
--- 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; }