mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 920377 part.19 Get rid of nsTextRangeArray r=roc
This commit is contained in:
parent
ad66b1daf9
commit
8ad824bc91
@ -108,7 +108,6 @@ typedef mozilla::WidgetGUIEvent nsGUIEvent;
|
||||
typedef mozilla::WidgetInputEvent nsInputEvent;
|
||||
typedef mozilla::InternalUIEvent nsUIEvent;
|
||||
typedef mozilla::TextRange nsTextRange;
|
||||
typedef mozilla::TextRangeArray nsTextRangeArray;
|
||||
typedef mozilla::WidgetTextEvent nsTextEvent;
|
||||
typedef mozilla::WidgetCompositionEvent nsCompositionEvent;
|
||||
typedef mozilla::WidgetQueryContentEvent nsQueryContentEvent;
|
||||
|
@ -328,7 +328,7 @@ public:
|
||||
// Note that the range array may not specify a caret position; in that
|
||||
// case there will be no range of type NS_TEXTRANGE_CARETPOSITION in the
|
||||
// array.
|
||||
nsTextRangeArray rangeArray;
|
||||
TextRangeArray rangeArray;
|
||||
// Indicates whether the event signifies printable text.
|
||||
// XXX This is not a standard, and most platforms don't set this properly.
|
||||
// So, perhaps, we can get rid of this.
|
||||
@ -535,7 +535,6 @@ public:
|
||||
|
||||
// TODO: Remove following typedefs
|
||||
typedef mozilla::TextRange nsTextRange;
|
||||
typedef mozilla::TextRangeArray nsTextRangeArray;
|
||||
typedef mozilla::WidgetTextEvent nsTextEvent;
|
||||
typedef mozilla::WidgetCompositionEvent nsCompositionEvent;
|
||||
typedef mozilla::WidgetQueryContentEvent nsQueryContentEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user