зеркало из https://github.com/mozilla/gecko-dev.git
Fix selection bustage, which was a post-merge error on my part.
This commit is contained in:
Родитель
147deab593
Коммит
ef131779ca
|
@ -536,8 +536,6 @@ PresShell::Init(nsIDocument* aDocument,
|
|||
|
||||
#endif
|
||||
|
||||
mSelection = selection;
|
||||
|
||||
// Important: this has to happen after the selection has been set up
|
||||
#ifdef SHOW_CARET
|
||||
nsCaretProperties *caretProperties = NewCaretProperties();
|
||||
|
|
|
@ -536,8 +536,6 @@ PresShell::Init(nsIDocument* aDocument,
|
|||
|
||||
#endif
|
||||
|
||||
mSelection = selection;
|
||||
|
||||
// Important: this has to happen after the selection has been set up
|
||||
#ifdef SHOW_CARET
|
||||
nsCaretProperties *caretProperties = NewCaretProperties();
|
||||
|
|
Загрузка…
Ссылка в новой задаче