| Index: Source/core/css/StyleRuleImport.h
|
| diff --git a/Source/core/css/StyleRuleImport.h b/Source/core/css/StyleRuleImport.h
|
| index ec9a0003c8a8f2eab8a00c494afebcb807370690..fd8e314be65fcde150df7e45f0cf2f3f457e539b 100644
|
| --- a/Source/core/css/StyleRuleImport.h
|
| +++ b/Source/core/css/StyleRuleImport.h
|
| @@ -42,7 +42,7 @@ public:
|
|
|
| StyleSheetContents* parentStyleSheet() const { return m_parentStyleSheet; }
|
| void setParentStyleSheet(StyleSheetContents* sheet) { ASSERT(sheet); m_parentStyleSheet = sheet; }
|
| - void clearParentStyleSheet() { m_parentStyleSheet = 0; }
|
| + void clearParentStyleSheet() { m_parentStyleSheet = nullptr; }
|
|
|
| String href() const { return m_strHref; }
|
| StyleSheetContents* styleSheet() const { return m_styleSheet.get(); }
|
|
|