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

Unified Diff: third_party/WebKit/Source/core/dom/ClassCollection.h

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. 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/dom/ClassCollection.h
diff --git a/third_party/WebKit/Source/core/dom/ClassCollection.h b/third_party/WebKit/Source/core/dom/ClassCollection.h
index 2cc3d73d06652c66d3673cb904687a80df65dcfe..ee6cd5d3e08e891cb3aacf4271632001236cd494 100644
--- a/third_party/WebKit/Source/core/dom/ClassCollection.h
+++ b/third_party/WebKit/Source/core/dom/ClassCollection.h
@@ -38,8 +38,10 @@ namespace blink {
class ClassCollection final : public HTMLCollection {
public:
- // classNames argument is an AtomicString because it is common for Elements to share the same class names.
- // It is also used to construct a SpaceSplitString (m_classNames) and its constructor requires an AtomicString.
+ // classNames argument is an AtomicString because it is common for Elements to
+ // share the same class names. It is also used to construct a
+ // SpaceSplitString (m_classNames) and its constructor requires an
+ // AtomicString.
static ClassCollection* create(ContainerNode& rootNode,
CollectionType type,
const AtomicString& classNames) {
« no previous file with comments | « third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp ('k') | third_party/WebKit/Source/core/dom/CompositorProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698