| Index: Source/core/css/resolver/StyleAdjuster.cpp
|
| diff --git a/Source/core/css/resolver/StyleAdjuster.cpp b/Source/core/css/resolver/StyleAdjuster.cpp
|
| index 89cdfefc173b462bf453fdb94f5fa806a9b72293..c3d1301f6ef8809e9d559fbd2c0128a08f6a0236 100644
|
| --- a/Source/core/css/resolver/StyleAdjuster.cpp
|
| +++ b/Source/core/css/resolver/StyleAdjuster.cpp
|
| @@ -218,7 +218,7 @@ void StyleAdjuster::adjustRenderStyle(RenderStyle* style, RenderStyle* parentSty
|
|
|
| // Let the theme also have a crack at adjusting the style.
|
| if (style->hasAppearance())
|
| - LayoutTheme::theme().adjustStyle(style, e, cachedUAStyle);
|
| + LayoutTheme::theme().adjustStyle(*style, e, cachedUAStyle);
|
|
|
| // If we have first-letter pseudo style, transitions, or animations, do not share this style.
|
| if (style->hasPseudoStyle(FIRST_LETTER) || style->transitions() || style->animations())
|
|
|