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

Unified Diff: third_party/WebKit/Source/core/dom/DOMStringList.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/DOMStringList.h
diff --git a/third_party/WebKit/Source/core/dom/DOMStringList.h b/third_party/WebKit/Source/core/dom/DOMStringList.h
index e071da9ae67e23866b156460d33adb61f1e06cb0..8e27a79d8d5bc079d96a1a3cf875b7bb5a6b4bd6 100644
--- a/third_party/WebKit/Source/core/dom/DOMStringList.h
+++ b/third_party/WebKit/Source/core/dom/DOMStringList.h
@@ -36,8 +36,8 @@ namespace blink {
class ExecutionContext;
-// FIXME: Some consumers of this class may benefit from lazily fetching items rather
-// than creating the list statically as is currently the only option.
+// FIXME: Some consumers of this class may benefit from lazily fetching items
+// rather than creating the list statically as is currently the only option.
class CORE_EXPORT DOMStringList final
: public GarbageCollectedFinalized<DOMStringList>,
public ScriptWrappable {
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMImplementation.cpp ('k') | third_party/WebKit/Source/core/dom/DOMStringList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698