Use the right non-null event variable and clean up an indentation violation. r+sr=jst

This commit is contained in:
mrbkap%gmail.com 2006-02-13 23:33:45 +00:00
Родитель 7e8e7a6300
Коммит 6392ef0b7c
1 изменённых файлов: 12 добавлений и 11 удалений

Просмотреть файл

@ -1,4 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=2 sw=2 et tw=78: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
@ -58,7 +59,7 @@ nsDOMTextEvent::nsDOMTextEvent(nsPresContext* aPresContext,
//
// extract the IME composition string
//
nsTextEvent *te = NS_STATIC_CAST(nsTextEvent*, aEvent);
nsTextEvent *te = NS_STATIC_CAST(nsTextEvent*, mEvent);
mText = te->theText;
//