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

Unified Diff: third_party/WebKit/Source/core/css/CSSSelectorList.h

Issue 2392343005: Reflow comments in core/css (Closed)
Patch Set: Revert clang-format 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/css/CSSSelectorList.h
diff --git a/third_party/WebKit/Source/core/css/CSSSelectorList.h b/third_party/WebKit/Source/core/css/CSSSelectorList.h
index 6c6f21a2fb8c561f56e1de4906678e1e72ab172f..ad7bc10d37e273383049bcaf2d401a01ad468913 100644
--- a/third_party/WebKit/Source/core/css/CSSSelectorList.h
+++ b/third_party/WebKit/Source/core/css/CSSSelectorList.h
@@ -93,8 +93,9 @@ class CORE_EXPORT CSSSelectorList {
CSSSelectorList(const CSSSelectorList&) = delete;
CSSSelectorList& operator=(const CSSSelectorList&) = delete;
- // End of a multipart selector is indicated by m_isLastInTagHistory bit in the last item.
- // End of the array is indicated by m_isLastInSelectorList bit in the last item.
+ // End of a multipart selector is indicated by m_isLastInTagHistory bit in the
+ // last item. End of the array is indicated by m_isLastInSelectorList bit in
+ // the last item.
CSSSelector* m_selectorArray;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSSelector.cpp ('k') | third_party/WebKit/Source/core/css/CSSSelectorList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698