Index: Source/core/css/CSSGradientValue.cpp |
diff --git a/Source/core/css/CSSGradientValue.cpp b/Source/core/css/CSSGradientValue.cpp |
index 7830aeae52f7f0f0a41d2781cb1704b6bd4c4654..2ca2957e1e3cf34664e41ce0242258c2977c5785 100644 |
--- a/Source/core/css/CSSGradientValue.cpp |
+++ b/Source/core/css/CSSGradientValue.cpp |
@@ -114,22 +114,6 @@ public: |
{ } |
}; |
-} // namespace blink |
- |
-// Escape out and declare VectorTraits for GradientStop before it is used |
-// in a HeapVector with an inline capacity. |
-namespace WTF { |
- |
-template<> |
-struct VectorTraits<blink::GradientStop> : SimpleClassVectorTraits<blink::GradientStop> { |
- // IsPod<> doesn't handle embedded structs/enums (e.g., Color.) |
- static const bool needsDestruction = false; |
-}; |
- |
-} // namespace WTF |
- |
-namespace blink { |
- |
PassRefPtrWillBeRawPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color currentColor) |
{ |
bool derived = false; |