mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1006982 - Fix -Wuninitialized warning in libeditor. r=ehsan
This commit is contained in:
parent
63b125908b
commit
7d29b2efc6
@ -648,7 +648,7 @@ nsHTMLEditor::HandleKeyPressEvent(nsIDOMKeyEvent* aKeyEvent)
|
||||
}
|
||||
|
||||
bool handled = false;
|
||||
nsresult rv;
|
||||
nsresult rv = NS_OK;
|
||||
if (nsHTMLEditUtils::IsTableElement(blockParent)) {
|
||||
rv = TabInTable(nativeKeyEvent->IsShift(), &handled);
|
||||
if (handled) {
|
||||
|
Loading…
Reference in New Issue
Block a user