Index: Source/core/rendering/RenderTableSection.h |
diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h |
index e5781110b623474bbc4b5d4faff43cd5c90a252b..b9480d6a6b3215d8465264bbaced89f262f4d57e 100644 |
--- a/Source/core/rendering/RenderTableSection.h |
+++ b/Source/core/rendering/RenderTableSection.h |
@@ -324,17 +324,14 @@ DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTableSection, isTableSection()); |
} // namespace blink |
+#if ENABLE(OILPAN) |
namespace WTF { |
-#if ENABLE(OILPAN) |
-template<> struct VectorTraits<blink::RenderTableSection::CellStruct> : VectorTraitsBase<blink::RenderTableSection::CellStruct> { |
- static const bool needsDestruction = false; |
-}; |
template<> struct VectorTraits<blink::RenderTableSection::RowStruct> : VectorTraitsBase<blink::RenderTableSection::RowStruct> { |
static const bool needsDestruction = false; |
}; |
-#endif |
-} |
+} // namespace WTF |
+#endif |
#endif // RenderTableSection_h |