Index: Source/core/css/parser/CSSPropertyParser.h |
diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h |
index 9be081e8fcb01645b60a4d26f74bfb0d0a690c1c..1512a83f331ea038f8b1247ea6379aa41eb86fc5 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.h |
+++ b/Source/core/css/parser/CSSPropertyParser.h |
@@ -92,6 +92,7 @@ private: |
bool inViewport() const { return m_inViewport; } |
bool parseViewportProperty(CSSPropertyID propId, bool important); |
bool parseViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important); |
+ bool parseFontFaceDescriptor(CSSPropertyID); |
KURL completeURL(const String& url) const; |