Chromium Code Reviews| Index: Source/core/rendering/RenderTableSection.h |
| diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h |
| index 8d67b733ad332a1e09e0c3f3c019d89291ffbe29..8488546ad3c80d477af8ac220ff20ec4ca100907 100644 |
| --- a/Source/core/rendering/RenderTableSection.h |
| +++ b/Source/core/rendering/RenderTableSection.h |
| @@ -324,12 +324,9 @@ DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTableSection, isTableSection()); |
| } // namespace blink |
| +#if ENABLE(OILPAN) |
|
haraken
2014/10/15 05:26:35
This #if needs to be in the below 'namespace WTF'.
|
| 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; |
| }; |