| Index: sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| index 3768253c3b7dbee636f68352fa8504c05f2a73ea..6ffbf8110094fbfa02e7cad20b7d6216b9d1b303 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2361,11 +2361,6 @@ PassRefPtr<MutableStylePropertySet> CSSComputedStyleDeclaration::copyPropertiesI
|
| return MutableStylePropertySet::create(list.data(), list.size());
|
| }
|
|
|
| -CSSRule* CSSComputedStyleDeclaration::parentRule() const
|
| -{
|
| - return 0;
|
| -}
|
| -
|
| PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(const String& propertyName)
|
| {
|
| CSSPropertyID propertyID = cssPropertyID(propertyName);
|
|
|