X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2Fplatform%2FWidget.h;h=029cc7869ae346ddc2ec4e71f90200544e0d24e3;hp=2f22069a17949ecc97054040ddf46f41fe5bec12;hb=c9ec4b9cd7bb2025d7711abc1406459711a4b657;hpb=2c512b904279024b7f4e925773043abaf41558ef diff --git a/WebCore/platform/Widget.h b/WebCore/platform/Widget.h index 2f22069a1794..029cc7869ae3 100644 --- a/WebCore/platform/Widget.h +++ b/WebCore/platform/Widget.h @@ -137,7 +137,6 @@ public: virtual void setFocus(); void setCursor(const Cursor&); - Cursor cursor(); virtual void show(); virtual void hide(); @@ -193,7 +192,7 @@ private: IntRect m_frame; // Not used when a native widget exists. -#if PLATFORM(MAC) || PLATFORM(GTK) +#if PLATFORM(MAC) WidgetPrivate* m_data; #endif };