Chromium Code Reviews| Index: Source/core/xml/XSLStyleSheet.h | 
| diff --git a/Source/core/xml/XSLStyleSheet.h b/Source/core/xml/XSLStyleSheet.h | 
| index 2aefaf0996c388d7dc2d9e8348a6c5260ff71d03..f757e878ba31257546ed49a5188e76a2ebcee5c8 100644 | 
| --- a/Source/core/xml/XSLStyleSheet.h | 
| +++ b/Source/core/xml/XSLStyleSheet.h | 
| @@ -108,7 +108,7 @@ private: | 
| KURL m_finalURL; | 
| bool m_isDisabled; | 
| - WillBeHeapVector<OwnPtrWillBeMember<XSLImportRule>> m_children; | 
| + PersistentHeapVectorWillBeHeapVector<Member<XSLImportRule>> m_children; | 
| bool m_embedded; | 
| bool m_processed; |