| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index edf275fb242cb567cfbe21a909e9f6092b17b53d..502bc59f72924eeb51167ae372dffdcaaa58b57c 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2690,9 +2690,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:
|
|
|