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

Unified Diff: third_party/WebKit/Source/core/xml/XPathValue.h

Issue 2389883005: reflow comments in core/xml* (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/core/xml/XPathValue.h
diff --git a/third_party/WebKit/Source/core/xml/XPathValue.h b/third_party/WebKit/Source/core/xml/XPathValue.h
index ca426126603c157709266421cb24dd98a5e127f9..d71e5ba5fc0e5510f6bec1cc48b14b07a988d9f6 100644
--- a/third_party/WebKit/Source/core/xml/XPathValue.h
+++ b/third_party/WebKit/Source/core/xml/XPathValue.h
@@ -62,7 +62,8 @@ class ValueData : public GarbageCollectedFinalized<ValueData> {
Member<NodeSet> m_nodeSet;
};
-// Copying Value objects makes their data partially shared, so care has to be taken when dealing with copies.
+// Copying Value objects makes their data partially shared, so care has to be
+// taken when dealing with copies.
class Value {
DISALLOW_NEW();

Powered by Google App Engine
This is Rietveld 408576698