Index: Source/core/css/CSSFontFace.h |
diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h |
index 39ab613e646e976e2efaf04456ffb6dc12848c38..716c5a78b54e78f8d4e15d16ebe61639d71ccd07 100644 |
--- a/Source/core/css/CSSFontFace.h |
+++ b/Source/core/css/CSSFontFace.h |
@@ -65,6 +65,9 @@ public: |
bool isValid() const { return !m_sources.isEmpty(); } |
+ // FIXME: Should not be exposed (used by tentative CORS fallback code). |
+ CSSFontSelector* fontSelector() const; |
+ |
void addSource(PassOwnPtr<CSSFontFaceSource>); |
void beginLoadIfNeeded(CSSFontFaceSource*, CSSFontSelector* = 0); |