| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 7696f213d8697b8bb6d83a7b7e924da7ec232a32..b303996e9e8861a3be912f46d73d4a86c707234b 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2749,15 +2749,6 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValu
|
| case CSSPropertyUserZoom:
|
| break;
|
|
|
| - // Internal properties that shouldn't be exposed throught getComputedStyle.
|
| - case CSSPropertyInternalMarqueeDirection:
|
| - case CSSPropertyInternalMarqueeIncrement:
|
| - case CSSPropertyInternalMarqueeRepetition:
|
| - case CSSPropertyInternalMarqueeSpeed:
|
| - case CSSPropertyInternalMarqueeStyle:
|
| - ASSERT_NOT_REACHED();
|
| - return nullptr;
|
| -
|
| case CSSPropertyBufferedRendering:
|
| case CSSPropertyClipPath:
|
| case CSSPropertyClipRule:
|
|
|