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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h

Issue 2384273007: reflow comments in core/html/*.{cpp,h},core/html/imports (Closed)
Patch Set: comments 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/core/html/HTMLFrameOwnerElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
index c8838c82b1419955a554b5685eb780d6f2864718..035318e2b9abc871bdad5ae016288fc6488755d0 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
@@ -51,9 +51,9 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
void disconnectContentFrame();
- // Most subclasses use LayoutPart (either LayoutEmbeddedObject or LayoutIFrame)
- // except for HTMLObjectElement and HTMLEmbedElement which may return any
- // LayoutObject when using fallback content.
+ // Most subclasses use LayoutPart (either LayoutEmbeddedObject or
+ // LayoutIFrame) except for HTMLObjectElement and HTMLEmbedElement which may
+ // return any LayoutObject when using fallback content.
LayoutPart* layoutPart() const;
Document* getSVGDocument(ExceptionState&) const;

Powered by Google App Engine
This is Rietveld 408576698