| Index: Source/WebCore/rendering/style/RenderStyle.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/style/RenderStyle.cpp (revision 127609)
|
| +++ Source/WebCore/rendering/style/RenderStyle.cpp (working copy)
|
| @@ -580,9 +580,6 @@
|
| return StyleDifferenceLayout;
|
| }
|
|
|
| - if (!QuotesData::equals(rareInheritedData->quotes.get(), other->rareInheritedData->quotes.get()))
|
| - return StyleDifferenceLayout;
|
| -
|
| #if ENABLE(SVG)
|
| // SVGRenderStyle::diff() might have returned StyleDifferenceRepaint, eg. if fill changes.
|
| // If eg. the font-size changed at the same time, we're not allowed to return StyleDifferenceRepaint,
|
|
|