| Index: Source/core/rendering/style/RenderStyle.cpp
|
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
|
| index 2e89c6ad2a93cc18ebfb541e5bf60b72ffdd25f4..929b8943a02e4ba4496945f7e38a1b2ed932c580 100644
|
| --- a/Source/core/rendering/style/RenderStyle.cpp
|
| +++ b/Source/core/rendering/style/RenderStyle.cpp
|
| @@ -1006,8 +1006,6 @@ const CounterDirectives RenderStyle::getCounterDirectives(const AtomicString& id
|
|
|
| const AtomicString& RenderStyle::hyphenString() const
|
| {
|
| - ASSERT(hyphens() != HyphensNone);
|
| -
|
| const AtomicString& hyphenationString = rareInheritedData.get()->hyphenationString;
|
| if (!hyphenationString.isNull())
|
| return hyphenationString;
|
|
|