| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index d8be6d097f8bc0de5131fbecaa4d880f706c8bff..80f7f95e2823d1ecbd4b84ceb5f913588219d0cc 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1648,7 +1648,7 @@ private:
|
| RefPtr<ComputedStyle> m_style;
|
|
|
| // Oilpan: This untraced pointer to the owning Node is considered safe.
|
| - RawPtrWillBeUntracedMember<Node> m_node;
|
| + UntracedMember<Node> m_node;
|
|
|
| LayoutObject* m_parent;
|
| LayoutObject* m_previous;
|
|
|