| Index: third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| index 17a6bbfc235f58f114bff9694988bd213ebdb840..3ddf11a888d26e5302612c4a62fe46e624d04250 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| @@ -68,8 +68,6 @@ class CORE_EXPORT StyleRareInheritedData
|
| bool operator!=(const StyleRareInheritedData& o) const {
|
| return !(*this == o);
|
| }
|
| - bool ShadowDataEquivalent(const StyleRareInheritedData&) const;
|
| - bool QuotesDataEquivalent(const StyleRareInheritedData&) const;
|
|
|
| Persistent<StyleImage> list_style_image_;
|
|
|
|
|