Index: third_party/WebKit/Source/core/css/CSSGradientValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSGradientValue.h b/third_party/WebKit/Source/core/css/CSSGradientValue.h |
index 78e085ddaee92009cb92f43525dbe3b4f81ff927..5163be895bfee02face31e6386ab973611ffcdc0 100644 |
--- a/third_party/WebKit/Source/core/css/CSSGradientValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSGradientValue.h |
@@ -111,7 +111,7 @@ public: |
void loadSubimages(Document*) { } |
- void getStopColors(HeapVector<Color>& stopColors, const LayoutObject&) const; |
+ void getStopColors(Vector<Color>& stopColors, const LayoutObject&) const; |
DECLARE_TRACE_AFTER_DISPATCH(); |