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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFieldSetElement.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/HTMLFieldSetElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
index 262dca187e87669f7598202d3dc8d33e29cb27a6..1b04e07894cfa44555fcb5be81aa71c5bb0a3344 100644
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
@@ -66,7 +66,8 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement {
void refreshElementsIfNeeded() const;
mutable FormAssociatedElement::List m_associatedElements;
- // When dom tree is modified, we have to refresh the m_associatedElements array.
+ // When dom tree is modified, we have to refresh the m_associatedElements
+ // array.
mutable uint64_t m_documentVersion;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698