| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 9a18d3e1ae0993029e654458ef3012d8c4474731..5031bb57a6ce906c360c90654c6da454078cdbbe 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2702,6 +2702,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:
|
|
|