diff --git a/mozilla/widget/src/gtk/nsTextAreaWidget.h b/mozilla/widget/src/gtk/nsTextAreaWidget.h index 0c7a9eec689..28461a23a5e 100644 --- a/mozilla/widget/src/gtk/nsTextAreaWidget.h +++ b/mozilla/widget/src/gtk/nsTextAreaWidget.h @@ -44,6 +44,11 @@ public: protected: NS_METHOD CreateNative(GtkWidget *parentWindow); + +private: + PRBool mMakeReadOnly; + PRBool mMakePassword; }; + #endif // nsTextAreaWidget_h__