mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
forgot to initialize this
This commit is contained in:
parent
b0fb7f6753
commit
d30a3a5508
@ -781,6 +781,7 @@ nsSelection::nsSelection()
|
||||
if (mDomSelections[index])
|
||||
autoCopyService->Listen(mDomSelections[index]);
|
||||
}
|
||||
mDisplaySelection = nsISelectionController::SELECTION_ON;
|
||||
}
|
||||
|
||||
|
||||
|
@ -781,6 +781,7 @@ nsSelection::nsSelection()
|
||||
if (mDomSelections[index])
|
||||
autoCopyService->Listen(mDomSelections[index]);
|
||||
}
|
||||
mDisplaySelection = nsISelectionController::SELECTION_ON;
|
||||
}
|
||||
|
||||
|
||||
|
@ -781,6 +781,7 @@ nsSelection::nsSelection()
|
||||
if (mDomSelections[index])
|
||||
autoCopyService->Listen(mDomSelections[index]);
|
||||
}
|
||||
mDisplaySelection = nsISelectionController::SELECTION_ON;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user