зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1155488 - Mark nsIPresShell::mHiddenInvalidationObserverRefreshDriver as MOZ_UNSAFE_REF; r=roc
This commit is contained in:
Родитель
923ff8e7e4
Коммит
a1a0553b7d
|
@ -1682,7 +1682,10 @@ protected:
|
|||
// GetRootFrame() can be inlined:
|
||||
nsFrameManagerBase* mFrameManager;
|
||||
mozilla::WeakPtr<nsDocShell> mForwardingContainer;
|
||||
nsRefreshDriver* mHiddenInvalidationObserverRefreshDriver;
|
||||
nsRefreshDriver* MOZ_UNSAFE_REF("These two objects hold weak references "
|
||||
"to each other, and the validity of this "
|
||||
"member is ensured by the logic in nsIPresShell.")
|
||||
mHiddenInvalidationObserverRefreshDriver;
|
||||
#ifdef ACCESSIBILITY
|
||||
mozilla::a11y::DocAccessible* mDocAccessible;
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче