Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.cpp

Issue 2279133002: Remove CSSVariables RuntimeEnabledFeatures flag (status=stable) (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698