webengine/osswebengine/WebCore/platform/Widget.h
changeset 15 60c5402cb945
parent 0 dd21522fd290
--- a/webengine/osswebengine/WebCore/platform/Widget.h	Thu Sep 24 12:53:48 2009 +0300
+++ b/webengine/osswebengine/WebCore/platform/Widget.h	Mon Oct 26 08:28:45 2009 +0200
@@ -118,9 +118,12 @@
         // e.g., in overflow:auto sections.  The clip rects coordinates are in the containing window's coordinate space.
         // This clip includes any clips that the widget itself sets up for its children.
         virtual IntRect windowClipRect() const;
-
+#if PLATFORM(SYMBIAN)
+        virtual void handleEvent(Event* event);
+#else
         virtual void handleEvent(Event*) { }
-
+#endif
+        
 #if PLATFORM(WIN)
         void setContainingWindow(HWND);
         HWND containingWindow() const;