| Index: third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| index 5b6edf6146d29c190761b79d6a6e7f6d9dfa98e8..0ccaaaa3ed112795558e02c2fc287ce78373e016 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| @@ -57,8 +57,9 @@ class RetainedDOMInfo final : public RetainedObjectInfo {
|
| v8::Local<v8::Value> wrapper);
|
|
|
| private:
|
| - // V8 guarantees to keep RetainedObjectInfos alive only during a GC or heap snapshotting round, when renderer
|
| - // doesn't get control. This allows us to use raw pointers.
|
| + // V8 guarantees to keep RetainedObjectInfos alive only during a GC or heap
|
| + // snapshotting round, when renderer doesn't get control. This allows us to
|
| + // use raw pointers.
|
| UntracedMember<Node> m_root;
|
| };
|
|
|
|
|