Index: WebCore/css/CSSComputedStyleDeclaration.cpp |
=================================================================== |
--- WebCore/css/CSSComputedStyleDeclaration.cpp (revision 148420) |
+++ WebCore/css/CSSComputedStyleDeclaration.cpp (working copy) |
@@ -224,10 +224,8 @@ |
CSSPropertyWebkitBackgroundComposite, |
CSSPropertyWebkitBackgroundOrigin, |
CSSPropertyWebkitBackgroundSize, |
-#if ENABLE(CSS_COMPOSITING) |
CSSPropertyWebkitBlendMode, |
CSSPropertyWebkitBackgroundBlendMode, |
-#endif |
CSSPropertyWebkitBorderFit, |
CSSPropertyWebkitBorderHorizontalSpacing, |
CSSPropertyWebkitBorderImage, |
@@ -2606,7 +2604,6 @@ |
case CSSPropertyWebkitFilter: |
return valueForFilter(renderer, style.get()); |
#endif |
-#if ENABLE(CSS_COMPOSITING) |
case CSSPropertyWebkitBlendMode: |
return cssValuePool().createValue(style->blendMode()); |
@@ -2621,7 +2618,6 @@ |
return list.release(); |
} |
-#endif |
case CSSPropertyBackground: |
return getBackgroundShorthandValue(); |
case CSSPropertyBorder: { |