| Index: Source/core/css/CSSFontFace.h
|
| diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
|
| index 33f64e91ea604999ff3cf2592f3497e854fa7427..96ddbf5260129278445eda3afb66c0753fe5dd9d 100644
|
| --- a/Source/core/css/CSSFontFace.h
|
| +++ b/Source/core/css/CSSFontFace.h
|
| @@ -65,9 +65,6 @@ public:
|
|
|
| bool isValid() const { return !m_sources.isEmpty(); }
|
|
|
| - // FIXME: Should not be exposed (used by tentative CORS fallback code).
|
| - CSSFontSelector* fontSelector() const;
|
| -
|
| void addSource(PassOwnPtrWillBeRawPtr<CSSFontFaceSource>);
|
|
|
| void didBeginLoad();
|
|
|