| Index: third_party/WebKit/Source/platform/heap/Visitor.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Visitor.h b/third_party/WebKit/Source/platform/heap/Visitor.h
|
| index 0c6d21c6381b1326320c8304b3e6858b7692dcc1..4e617546b5e5c6b40151aca316a3ca05db158161 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Visitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Visitor.h
|
| @@ -140,7 +140,7 @@ public:
|
| template<typename T>
|
| void trace(const Member<T>& t)
|
| {
|
| - mark(t.get());
|
| + mark(t.unsafeGet());
|
| }
|
|
|
| // Fallback method used only when we need to trace raw pointers of T.
|
|
|