| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 32e1fa32e74331c3ee25009be5782afb06a8a1ff..17b50cd2b6f7fcdec384843cc5a73d81228eaf06 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2693,6 +2693,12 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| case CSSPropertyBackgroundRepeatY:
|
| break;
|
|
|
| +#if ENABLE(CSS_CALLBACKS)
|
| + case CSSPropertyInternalCallback:
|
| + // This property is hidden from the web.
|
| + return 0;
|
| +#endif
|
| +
|
| /* Unimplemented CSS 3 properties (including CSS3 shorthand properties) */
|
| case CSSPropertyWebkitTextEmphasis:
|
| case CSSPropertyTextLineThroughColor:
|
|
|