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

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

Issue 2617103002: Use a new Supplement constructor for Supplement<Document> (Part 1) (Closed)
Patch Set: temp Created 3 years, 11 months 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: third_party/WebKit/Source/core/css/FontFaceSet.h
diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.h b/third_party/WebKit/Source/core/css/FontFaceSet.h
index 78a27b4a005f3bfde08b145b18152bae3cbe77ca..a92f209f65a662ea08f55275b8945bd2eaa5dea6 100644
--- a/third_party/WebKit/Source/core/css/FontFaceSet.h
+++ b/third_party/WebKit/Source/core/css/FontFaceSet.h
@@ -155,7 +155,7 @@ class FontFaceSet final : public EventTargetWithInlineData,
bool m_recorded;
};
- FontFaceSet(Document&);
+ explicit FontFaceSet(Document&);
bool inActiveDocumentContext() const;
void addToLoadingFonts(FontFace*);
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSTiming.cpp ('k') | third_party/WebKit/Source/core/css/FontFaceSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698