Trying to fix btek bustage.

git-svn-id: svn://10.0.0.236/trunk@174730 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%propagandism.org 2005-06-16 21:52:44 +00:00
parent 00a70b539f
commit f51ef7380a
2 changed files with 4 additions and 3 deletions

View File

@ -128,7 +128,7 @@ static PRBool gDontCareForIMEOnFocusPassword = PR_FALSE;
// Value of "ime.password.onBlur.dontCare"
static PRBool gDontCareForIMEOnBlurPassword = PR_FALSE;
nsIParserService* nsEditor::sParserService;
nsIParserService* sParserService;
//---------------------------------------------------------------------------
//

View File

@ -88,6 +88,9 @@ class nsISelectionController;
class nsIDOMEventReceiver;
class nsIParserService;
// Defined in nsEditor.cpp
extern nsIParserService *sParserService;
#define kMOZEditorBogusNodeAttr NS_LITERAL_STRING("_moz_editor_bogus_node")
#define kMOZEditorBogusNodeValue NS_LITERAL_STRING("TRUE")
@ -587,8 +590,6 @@ public:
protected:
static nsIParserService *sParserService;
PRUint32 mModCount; // number of modifications (for undo/redo stack)
PRUint32 mFlags; // behavior flags. See nsPlaintextEditor.h for the flags we use.