| Index: Source/core/css/CSSFontFace.h
|
| diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
|
| index 3fbbe86a9025e102574224c0c7b0cfc305bf14de..3dc47dcbeff711cba1231ebe21c2c47df8e35dab 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);
|
|
|