diff options
Diffstat (limited to 'Source/WebCore/css/CSSPropertySourceData.h')
-rw-r--r-- | Source/WebCore/css/CSSPropertySourceData.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSPropertySourceData.h b/Source/WebCore/css/CSSPropertySourceData.h index 469bdb630..8982acf73 100644 --- a/Source/WebCore/css/CSSPropertySourceData.h +++ b/Source/WebCore/css/CSSPropertySourceData.h @@ -94,7 +94,9 @@ struct CSSRuleSourceData : public RefCounted<CSSRuleSourceData> { FONT_FACE_RULE, PAGE_RULE, KEYFRAMES_RULE, - REGION_RULE + REGION_RULE, + HOST_RULE, + VIEWPORT_RULE }; static PassRefPtr<CSSRuleSourceData> create(Type type) |