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

Unified Diff: third_party/WebKit/Source/web/WebElement.cpp

Issue 2389633002: reflow comments in web/ (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/web/WebElement.cpp
diff --git a/third_party/WebKit/Source/web/WebElement.cpp b/third_party/WebKit/Source/web/WebElement.cpp
index ba10029b5af794df52b7a48a9bf8a968ebefa75f..b0f3f6af74e9f1701d689ff15d3fbaf809b0938d 100644
--- a/third_party/WebKit/Source/web/WebElement.cpp
+++ b/third_party/WebKit/Source/web/WebElement.cpp
@@ -54,8 +54,8 @@ bool WebElement::isTextFormControlElement() const {
return constUnwrap<Element>()->isTextFormControl();
}
-// TODO(dglazkov): Remove. Consumers of this code should use Node:hasEditableStyle.
-// http://crbug.com/612560
+// TODO(dglazkov): Remove. Consumers of this code should use
+// Node:hasEditableStyle. http://crbug.com/612560
bool WebElement::isEditable() const {
const Element* element = constUnwrap<Element>();
« no previous file with comments | « third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp ('k') | third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698