Bug 1468663 part 1: Fill in missing mozilla:: namespaces in layout headers that are referenced by files in layout/generic. r=emilio

This fixes some of the build-bustage that occurs when we disable unification in layout/generic.

Differential Revision: https://phabricator.services.mozilla.com/D1649
This commit is contained in:
Daniel Holbert
2018-06-15 16:14:29 +00:00
parent b15fee532e
commit 25b427efcb
2 changed files with 3 additions and 3 deletions

View File

@@ -155,8 +155,8 @@ public:
//==== NSISTATEFULFRAME
UniquePtr<PresState> SaveState() override;
NS_IMETHOD RestoreState(PresState* aState) override;
mozilla::UniquePtr<mozilla::PresState> SaveState() override;
NS_IMETHOD RestoreState(mozilla::PresState* aState) override;
//=== END NSISTATEFULFRAME