| Index: sky/engine/core/css/CSSValue.h
|
| diff --git a/sky/engine/core/css/CSSValue.h b/sky/engine/core/css/CSSValue.h
|
| index a923d2742620d982b5197c7070b5ed1e83ed8e4b..7a719f7c26cd096ef38003d645eafdca7d05b41b 100644
|
| --- a/sky/engine/core/css/CSSValue.h
|
| +++ b/sky/engine/core/css/CSSValue.h
|
| @@ -79,7 +79,6 @@ public:
|
| bool isBorderImageSliceValue() const { return m_classType == BorderImageSliceClass; }
|
| bool isFontFeatureValue() const { return m_classType == FontFeatureClass; }
|
| bool isFontValue() const { return m_classType == FontClass; }
|
| - bool isFontFaceSrcValue() const { return m_classType == FontFaceSrcClass; }
|
| bool isFunctionValue() const { return m_classType == FunctionClass; }
|
| bool isImageGeneratorValue() const { return m_classType >= LinearGradientClass && m_classType <= RadialGradientClass; }
|
| bool isGradientValue() const { return m_classType >= LinearGradientClass && m_classType <= RadialGradientClass; }
|
| @@ -127,7 +126,6 @@ protected:
|
| BorderImageSliceClass,
|
| FontFeatureClass,
|
| FontClass,
|
| - FontFaceSrcClass,
|
| FunctionClass,
|
|
|
| InheritedClass,
|
|
|