Bug 1937785 - Make PresShell::GetMobileViewportManager return a raw pointer. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D234261
This commit is contained in:
@@ -11346,7 +11346,7 @@ void PresShell::SetIsActive(bool aIsActive) {
|
||||
}
|
||||
}
|
||||
|
||||
RefPtr<MobileViewportManager> PresShell::GetMobileViewportManager() const {
|
||||
MobileViewportManager* PresShell::GetMobileViewportManager() const {
|
||||
return mMobileViewportManager;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user