Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h

Issue 2386173002: reflow comments in Source/bindings/core/v8 (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698