| Index: third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| index a29c1cc394709908380ffd419c1f4f54b27eca78..bcd25ca86326bed4fbdc209b5689d573562051c5 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| @@ -72,7 +72,7 @@ StyleSheetContents::StyleSheetContents(StyleRuleImport* ownerRule, const String&
|
| }
|
|
|
| StyleSheetContents::StyleSheetContents(const StyleSheetContents& o)
|
| - : m_ownerRule(nullptr)
|
| + : m_ownerRule(o.m_ownerRule)
|
| , m_originalURL(o.m_originalURL)
|
| , m_importRules(o.m_importRules.size())
|
| , m_namespaceRules(o.m_namespaceRules.size())
|
|
|