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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user