Index: third_party/WebKit/Source/core/css/CSSGradientValue.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSGradientValue.cpp b/third_party/WebKit/Source/core/css/CSSGradientValue.cpp |
index 32f7a3546eb6ebf8412f6d717dd472c7fe6b8e2c..32740d37cd1b17d145ebcaad6e72ea5ead595891 100644 |
--- a/third_party/WebKit/Source/core/css/CSSGradientValue.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSGradientValue.cpp |
@@ -573,7 +573,7 @@ bool CSSGradientValue::knownToBeOpaque(const LayoutObject& object) const |
return true; |
} |
-void CSSGradientValue::getStopColors(HeapVector<Color>& stopColors, const LayoutObject& object) const |
+void CSSGradientValue::getStopColors(Vector<Color>& stopColors, const LayoutObject& object) const |
{ |
for (auto& stop : m_stops) { |
if (!stop.isHint()) |