Bug 920377 part.18 Get rid of nsTextRangeStyle r=roc

This commit is contained in:
Masayuki Nakano
2013-10-01 16:22:59 +09:00
parent 36c92a3fec
commit 3ad4e4d61c
13 changed files with 39 additions and 37 deletions

View File

@@ -289,9 +289,9 @@ struct ParamTraits<mozilla::WidgetKeyboardEvent>
};
template<>
struct ParamTraits<nsTextRangeStyle>
struct ParamTraits<mozilla::TextRangeStyle>
{
typedef nsTextRangeStyle paramType;
typedef mozilla::TextRangeStyle paramType;
static void Write(Message* aMsg, const paramType& aParam)
{