| Index: Source/core/rendering/style/StyleRareNonInheritedData.cpp
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.cpp b/Source/core/rendering/style/StyleRareNonInheritedData.cpp
|
| index 1880b7bd767da486e4fb3f946b6453366c8f01fc..f358fa8f063dad5b30d3723671b01ea935786359 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.cpp
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.cpp
|
| @@ -22,7 +22,7 @@
|
| #include "config.h"
|
| #include "core/rendering/style/StyleRareNonInheritedData.h"
|
|
|
| -#include "core/css/StyleResolver.h"
|
| +#include "core/css/resolver/StyleResolver.h"
|
| #include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/rendering/RenderCounter.h"
|
| #include "core/rendering/style/ContentData.h"
|
| @@ -255,7 +255,7 @@ bool StyleRareNonInheritedData::counterDataEquivalent(const StyleRareNonInherite
|
| {
|
| if (m_counterDirectives.get() == o.m_counterDirectives.get())
|
| return true;
|
| -
|
| +
|
| if (m_counterDirectives && o.m_counterDirectives && *m_counterDirectives == *o.m_counterDirectives)
|
| return true;
|
|
|
|
|