Bug 1419771 - Fixing compilation issue, r=me - CLOSED TREE

This commit is contained in:
Andrea Marchesini 2018-01-08 15:07:16 +01:00
Родитель ef718efc2b
Коммит 2a49ddf8b7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -243,7 +243,7 @@ class nsXMLContentSerializer : public nsIContentSerializer {
* by setting aForceFormat to true.
* @return boolean true if the element can be output
*/
virtual bool CheckElementStart(Element* aElement,
virtual bool CheckElementStart(mozilla::dom::Element* aElement,
bool & aForceFormat,
nsAString& aStr,
nsresult& aResult);