| Index: Source/core/css/CSSValue.h
|
| diff --git a/Source/core/css/CSSValue.h b/Source/core/css/CSSValue.h
|
| index 18c0cb6a65b1638ed4e3c51f145bee2a87c06310..9fe4b6090abdf4f8c44c1ea65fb330d520524ade 100644
|
| --- a/Source/core/css/CSSValue.h
|
| +++ b/Source/core/css/CSSValue.h
|
| @@ -31,6 +31,8 @@ namespace WebCore {
|
|
|
| class StyleSheetContents;
|
|
|
| +enum CssTextFormattingFlags { QuoteCSSStringIfNeeded, AlwaysQuoteCSSString };
|
| +
|
| // FIXME: The current CSSValue and subclasses should be turned into internal types (StyleValue).
|
| // The few subtypes that are actually exposed in CSSOM can be seen in the cloneForCSSOM() function.
|
| // They should be handled by separate wrapper classes.
|
|
|