| Index: Source/core/inspector/LayoutEditor.h
|
| diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h
|
| index e10463785a41ffe5ecd55157a168676779c17374..5e1da64807aff69bc076ce4ff8c4184e05a0c0d2 100644
|
| --- a/Source/core/inspector/LayoutEditor.h
|
| +++ b/Source/core/inspector/LayoutEditor.h
|
| @@ -61,7 +61,7 @@ private:
|
| CSSPrimitiveValue::UnitType m_valueUnitType;
|
| bool m_isDirty;
|
|
|
| - RefPtrWillBeRawPtr<CSSRuleList> m_matchedRules;
|
| + RefPtrWillBeMember<CSSRuleList> m_matchedRules;
|
| // When m_currentRuleIndex == m_matchedRules.length(), current style is inline style.
|
| unsigned m_currentRuleIndex;
|
| };
|
|
|