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:
Sebastian Hengst
2018-04-13 16:01:28 +03:00
parent a990cf411c
commit d91e9954eb
453 changed files with 2341 additions and 4462 deletions

View File

@@ -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,