| Index: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
|
| index fbd395b0546bb4c75aa89484aaad029e6ba84b8a..44af90a2f358bca12f3c1e20e6152f69c84e9115 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
|
| @@ -1004,9 +1004,6 @@ void InspectorCSSAgent::getComputedStyleForNode(ErrorString* errorString, int no
|
| .setValue(computedStyleInfo->getPropertyValue(propertyId)).build());
|
| }
|
|
|
| - if (!RuntimeEnabledFeatures::cssVariablesEnabled())
|
| - return;
|
| -
|
| std::unique_ptr<HashMap<AtomicString, RefPtr<CSSVariableData>>> variables = computedStyleInfo->getVariables();
|
|
|
| if (variables && !variables->isEmpty()) {
|
|
|