| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 870d2062507107426e08fa8bea1b6d40247ef83a..8b0ad291ce91118b2ac5545a41077253f2fe29a7 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2778,6 +2778,9 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| case CSSPropertyBackgroundRepeatX:
|
| case CSSPropertyBackgroundRepeatY:
|
| break;
|
| + case CSSPropertyInternalCallback:
|
| + // This property is hidden from the web.
|
| + return 0;
|
|
|
| /* Unimplemented CSS 3 properties (including CSS3 shorthand properties) */
|
| case CSSPropertyWebkitTextEmphasis:
|
|
|