| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index a0e8c8c2c3e750cb632db338224aa64cc4df1632..4fd350b125235110d2cdd38dca886eb57a68097d 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2693,6 +2693,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:
|
|
|