Backed out 4 changesets (bug 525063) on request from Andi. a=backout
Backed out changeset 516c4fb1e4b8 (bug 525063) Backed out changeset 6ff8aaef2866 (bug 525063) Backed out changeset bf13e4103150 (bug 525063) Backed out changeset d7d2f08e051c (bug 525063)
This commit is contained in:
@@ -38,7 +38,6 @@ class TextInputProcessorNotification final :
|
||||
public:
|
||||
explicit TextInputProcessorNotification(const char* aType)
|
||||
: mType(aType)
|
||||
, mTextChangeData{}
|
||||
{
|
||||
}
|
||||
|
||||
@@ -279,10 +278,7 @@ private:
|
||||
SelectionChangeDataBase mSelectionChangeData;
|
||||
};
|
||||
|
||||
TextInputProcessorNotification()
|
||||
: mTextChangeData{}
|
||||
{
|
||||
}
|
||||
TextInputProcessorNotification() { }
|
||||
};
|
||||
|
||||
NS_IMPL_ISUPPORTS(TextInputProcessorNotification,
|
||||
|
||||
Reference in New Issue
Block a user