Index: Source/core/css/CSSParser.h |
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h |
index 56f7710fe08b6abe92c213e564bc17c79152d816..cae29a1ea53c026846cf4d0641648bbdcdf8141d 100644 |
--- a/Source/core/css/CSSParser.h |
+++ b/Source/core/css/CSSParser.h |
@@ -252,9 +252,7 @@ public: |
void addTextDecorationProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important); |
bool parseTextDecoration(CSSPropertyID propId, bool important); |
-#if ENABLE(CSS3_TEXT) |
bool parseTextUnderlinePosition(bool important); |
-#endif // CSS3_TEXT |
PassRefPtr<CSSValue> parseTextIndent(); |