Bug 1552162. Fix unified build bustage in nsPrintObject.cpp. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D31446

--HG--
extra : rebase_source : b4ef894cfd919455788c82392d385a41b27c77be
extra : amend_source : d5c3542c4cb15185e65bf85872231a6e8e3055cd
This commit is contained in:
Jonathan Watt 2019-05-01 17:03:35 +01:00
Родитель d06b81ce65
Коммит 18dcb56a18
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -22,7 +22,9 @@
#include "mozilla/dom/Document.h"
#include "mozilla/dom/Element.h"
using mozilla::PresShell;
using mozilla::dom::BrowsingContext;
using mozilla::dom::Document;
using mozilla::dom::Element;
//---------------------------------------------------