| Index: Source/core/layout/style/SVGLayoutStyle.h
|
| diff --git a/Source/core/layout/style/SVGLayoutStyle.h b/Source/core/layout/style/SVGLayoutStyle.h
|
| index c5797732f03c4bd9722690c8ab7cd46a740d4374..dffeaac9b8b029311be5d76b1f736784b82fb115 100644
|
| --- a/Source/core/layout/style/SVGLayoutStyle.h
|
| +++ b/Source/core/layout/style/SVGLayoutStyle.h
|
| @@ -42,7 +42,7 @@ public:
|
|
|
| bool inheritedNotEqual(const SVGLayoutStyle*) const;
|
| void inheritFrom(const SVGLayoutStyle*);
|
| - void copyNonInheritedFrom(const SVGLayoutStyle*);
|
| + void copyNonInheritedFromCached(const SVGLayoutStyle*);
|
|
|
| StyleDifference diff(const SVGLayoutStyle*) const;
|
|
|
|
|