| Index: Source/core/dom/DocumentMarker.h
|
| diff --git a/Source/core/dom/DocumentMarker.h b/Source/core/dom/DocumentMarker.h
|
| index ded6b9d1c79cfc8474e51c108340494c53f3964f..ce0f5d0e40af88a857efee123c18f8b3935d7993 100644
|
| --- a/Source/core/dom/DocumentMarker.h
|
| +++ b/Source/core/dom/DocumentMarker.h
|
| @@ -152,4 +152,11 @@ public:
|
|
|
| } // namespace WebCore
|
|
|
| +namespace WTF {
|
| +
|
| +template<>
|
| +struct VectorTraits<WebCore::DocumentMarker> : SimpleClassVectorTraits<WebCore::DocumentMarker> { };
|
| +
|
| +} // namespace WTF
|
| +
|
| #endif // DocumentMarker_h
|
|
|