| Index: third_party/WebKit/Source/core/dom/StyleSheetCandidate.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleSheetCandidate.h b/third_party/WebKit/Source/core/dom/StyleSheetCandidate.h
|
| index 366e30cb276cdfaa81ab4479afa627d11d87e187..c87529bf15323812413a240615ffdd889200229a 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleSheetCandidate.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleSheetCandidate.h
|
| @@ -72,7 +72,7 @@ private:
|
|
|
| static Type typeOf(Node&);
|
|
|
| - RawPtrWillBeMember<Node> m_node;
|
| + Member<Node> m_node;
|
| Type m_type;
|
| };
|
|
|
|
|