| Index: Source/core/css/StyleRule.cpp
|
| diff --git a/Source/core/css/StyleRule.cpp b/Source/core/css/StyleRule.cpp
|
| index 3b16271c9e2558802c154ea4624b758b77135b79..5e4a6ec9288e24d258c1fcf3fda565fb106a73f9 100644
|
| --- a/Source/core/css/StyleRule.cpp
|
| +++ b/Source/core/css/StyleRule.cpp
|
| @@ -426,14 +426,12 @@ void StyleRuleRegion::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObject
|
| StyleRuleViewport::StyleRuleViewport()
|
| : StyleRuleBase(Viewport, 0)
|
| {
|
| - ASSERT(RuntimeEnabledFeatures::cssViewportEnabled());
|
| }
|
|
|
| StyleRuleViewport::StyleRuleViewport(const StyleRuleViewport& o)
|
| : StyleRuleBase(o)
|
| , m_properties(o.m_properties->mutableCopy())
|
| {
|
| - ASSERT(RuntimeEnabledFeatures::cssViewportEnabled());
|
| }
|
|
|
| StyleRuleViewport::~StyleRuleViewport()
|
|
|