diff options
Diffstat (limited to 'WebCore/css/SVGCSSComputedStyleDeclaration.cpp')
-rw-r--r-- | WebCore/css/SVGCSSComputedStyleDeclaration.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/css/SVGCSSComputedStyleDeclaration.cpp b/WebCore/css/SVGCSSComputedStyleDeclaration.cpp index e598c7a..1375fc2 100644 --- a/WebCore/css/SVGCSSComputedStyleDeclaration.cpp +++ b/WebCore/css/SVGCSSComputedStyleDeclaration.cpp @@ -70,8 +70,6 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(int pro return CSSPrimitiveValue::create(svgStyle->floodOpacity(), CSSPrimitiveValue::CSS_NUMBER); case CSSPropertyStopOpacity: return CSSPrimitiveValue::create(svgStyle->stopOpacity(), CSSPrimitiveValue::CSS_NUMBER); - case CSSPropertyPointerEvents: - return CSSPrimitiveValue::create(svgStyle->pointerEvents()); case CSSPropertyColorInterpolation: return CSSPrimitiveValue::create(svgStyle->colorInterpolation()); case CSSPropertyColorInterpolationFilters: |