Index: Source/core/css/CSSComputedStyleDeclaration.cpp |
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp |
index ca0fac2eb51b3d6f76507e3835c9922100769490..8bb6738cf88e12901f541671d79bb96c3262b692 100644 |
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp |
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp |
@@ -2689,9 +2689,6 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValu |
case CSSPropertyBackgroundRepeatX: |
case CSSPropertyBackgroundRepeatY: |
break; |
- case CSSPropertyInternalCallback: |
- // This property is hidden from the web. |
- return nullptr; |
/* Unimplemented CSS 3 properties (including CSS3 shorthand properties) */ |
case CSSPropertyWebkitTextEmphasis: |