зеркало из https://github.com/mozilla/pjs.git
Trying to fix btek bustage.
This commit is contained in:
Родитель
b7355adbb1
Коммит
344b7992fc
|
@ -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;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче