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 00bcca6123ac82b211e3336b6e16277902eb6b2c..b1b306d27a8b1bca120e7e4a9639e374a85c45cc 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp |
@@ -173,7 +173,7 @@ void blendWithColorsFromGradient(CSSGradientValue* gradient, |
return; |
} |
- Color existingColor = colors.first(); |
+ Color existingColor = colors.front(); |
colors.clear(); |
for (auto stopColor : stopColors) { |
foundNonTransparentColor = |