mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 03:21:10 +00:00
call SetFlags from Init, so plaintext logic gets executed.
This commit is contained in:
parent
fde9da42d0
commit
151ee02b62
@ -50,8 +50,8 @@ static NS_DEFINE_CID(kCContentIteratorCID, NS_CONTENTITERATOR_CID);
|
||||
|
||||
nsTextEditRules::nsTextEditRules(PRUint32 aFlags)
|
||||
: mEditor(nsnull)
|
||||
, mFlags(aFlags)
|
||||
{
|
||||
SetFlags(aFlags);
|
||||
}
|
||||
|
||||
nsTextEditRules::~nsTextEditRules()
|
||||
|
@ -50,8 +50,8 @@ static NS_DEFINE_CID(kCContentIteratorCID, NS_CONTENTITERATOR_CID);
|
||||
|
||||
nsTextEditRules::nsTextEditRules(PRUint32 aFlags)
|
||||
: mEditor(nsnull)
|
||||
, mFlags(aFlags)
|
||||
{
|
||||
SetFlags(aFlags);
|
||||
}
|
||||
|
||||
nsTextEditRules::~nsTextEditRules()
|
||||
|
Loading…
x
Reference in New Issue
Block a user