| 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..21a2e147586961eb0054f68bd46ee569fdb6e337 100644
|
| --- a/Source/core/css/resolver/StyleAdjuster.h
|
| +++ b/Source/core/css/resolver/StyleAdjuster.h
|
| @@ -48,7 +48,6 @@ private:
|
| void adjustStyleForDisplay(ComputedStyle& styleToAdjust, const ComputedStyle& parentStyle);
|
| void adjustStyleForHTMLElement(ComputedStyle& styleToAdjust, const ComputedStyle& parentStyle, HTMLElement&);
|
| void adjustOverflow(ComputedStyle& styleToAdjust);
|
| - void adjustStyleForAlignment(ComputedStyle& styleToAdjust, const ComputedStyle& parentStyle);
|
|
|
| bool m_useQuirksModeStyles;
|
| };
|
|
|