Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: Source/core/css/FontFaceSet.h

Issue 783423003: Make ScriptPromiseResolver RefCountedWillBeRefCountedGarbageCollected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/FontFaceSet.h
diff --git a/Source/core/css/FontFaceSet.h b/Source/core/css/FontFaceSet.h
index 108eb4a92a4bd0a0ab91f5e50a2a0684e1742364..8ca5e934073a8aad127d294f8983cab095996871 100644
--- a/Source/core/css/FontFaceSet.h
+++ b/Source/core/css/FontFaceSet.h
@@ -150,7 +150,7 @@ private:
WillBeHeapHashSet<RefPtrWillBeMember<FontFace> > m_loadingFonts;
bool m_shouldFireLoadingEvent;
- Vector<OwnPtr<FontsReadyPromiseResolver> > m_readyResolvers;
+ WillBeHeapVector<OwnPtrWillBeMember<FontsReadyPromiseResolver> > m_readyResolvers;
FontFaceArray m_loadedFonts;
FontFaceArray m_failedFonts;
WillBeHeapListHashSet<RefPtrWillBeMember<FontFace> > m_nonCSSConnectedFaces;

Powered by Google App Engine
This is Rietveld 408576698