зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1373018: followup: Fix indentation in nsStyleContext::Destroy. r=whitespace-only
DONTBUILD MozReview-Commit-ID: AHOAL9rutnu
This commit is contained in:
Родитель
64929762a4
Коммит
eaa4d32db8
|
@ -614,9 +614,9 @@ nsStyleContext::Destroy()
|
|||
// instead. Don't call the global operator delete.
|
||||
presContext->PresShell()->
|
||||
FreeByObjectID(eArenaObjectID_GeckoStyleContext, this);
|
||||
} else {
|
||||
delete static_cast<ServoStyleContext*>(this);
|
||||
}
|
||||
} else {
|
||||
delete static_cast<ServoStyleContext*>(this);
|
||||
}
|
||||
}
|
||||
|
||||
already_AddRefed<nsStyleContext>
|
||||
|
|
Загрузка…
Ссылка в новой задаче