| Index: Source/core/css/resolver/StyleAdjuster.h
|
| diff --git a/Source/core/css/resolver/StyleAdjuster.h b/Source/core/css/resolver/StyleAdjuster.h
|
| index 98cd83881d4be8de890a9d4e05e56829cb7f5468..3df7838fc1cc9f41e6108698fc314518e0eae133 100644
|
| --- a/Source/core/css/resolver/StyleAdjuster.h
|
| +++ b/Source/core/css/resolver/StyleAdjuster.h
|
| @@ -26,7 +26,6 @@
|
|
|
| namespace blink {
|
|
|
| -class AuthorStyleInfo;
|
| class Element;
|
| class HTMLElement;
|
| class ComputedStyle;
|
| @@ -41,7 +40,7 @@ public:
|
| : m_useQuirksModeStyles(useQuirksModeStyles)
|
| { }
|
|
|
| - void adjustComputedStyle(ComputedStyle& styleToAdjust, const ComputedStyle& parentStyle, Element*, const AuthorStyleInfo&);
|
| + void adjustComputedStyle(ComputedStyle& styleToAdjust, const ComputedStyle& parentStyle, Element*);
|
|
|
| private:
|
| void adjustStyleForFirstLetter(ComputedStyle&);
|
|
|