mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Bug 1167665 - Mark css::Loader::mDocument as MOZ_NON_OWNING_REF. r=dbaron
--HG-- extra : rebase_source : 4cbfa9c3e9ffa81c58370d44f265bbe1e729d39b
This commit is contained in:
parent
e5cd9a9f59
commit
d5c9347475
@ -514,8 +514,9 @@ private:
|
||||
// Our array of "global" observers
|
||||
nsTObserverArray<nsCOMPtr<nsICSSLoaderObserver> > mObservers;
|
||||
|
||||
// the load data needs access to the document...
|
||||
nsIDocument* mDocument; // the document we live for
|
||||
// This reference is nulled by the Document in it's destructor through
|
||||
// DropDocumentReference().
|
||||
nsIDocument* MOZ_NON_OWNING_REF mDocument; // the document we live for
|
||||
|
||||
|
||||
// Number of datas still waiting to be notified on if we're notifying on a
|
||||
|
Loading…
x
Reference in New Issue
Block a user