| Index: Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp
|
| index a2e009773b7f8ef38631f1b08188933fc01b15ad..4cbde273b420259d12a0e7fe9e750f365439bc9a 100644
|
| --- a/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -333,7 +333,6 @@ StyleSharingList& StyleResolver::styleSharingList()
|
| // We never put things at depth 0 into the list since that's only the <html> element
|
| // and it has no siblings or cousins to share with.
|
| unsigned depth = std::max(std::min(m_styleSharingDepth, styleSharingMaxDepth), 1u) - 1u;
|
| - ASSERT(depth >= 0);
|
|
|
| if (!m_styleSharingLists[depth])
|
| m_styleSharingLists[depth] = adoptPtr(new StyleSharingList);
|
|
|