diff options
Diffstat (limited to 'Source/WebCore/css/CSSValue.h')
-rw-r--r-- | Source/WebCore/css/CSSValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSValue.h b/Source/WebCore/css/CSSValue.h index b1e262c67..b4e8a89e7 100644 --- a/Source/WebCore/css/CSSValue.h +++ b/Source/WebCore/css/CSSValue.h @@ -30,7 +30,7 @@ namespace WebCore { class StyleSheetContents; - + // 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. |