| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 8188e6012b3af91a0b81babb7c48af57ac993297..579565e066cf12e57ea1587261104206f944ed2b 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -1430,7 +1430,6 @@ const Vector<AppliedTextDecoration>& ComputedStyle::appliedTextDecorations() con
|
|
|
| StyleVariableData* ComputedStyle::variables() const
|
| {
|
| - ASSERT(RuntimeEnabledFeatures::cssVariablesEnabled());
|
| return m_rareInheritedData->variables.get();
|
| }
|
|
|
|
|