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

Unified Diff: Source/core/html/HTMLTextAreaElement.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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
« no previous file with comments | « Source/core/html/HTMLTableElement.cpp ('k') | Source/core/html/HTMLTextAreaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTextAreaElement.h
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
index 09533a762e63e6d9efb01573820b143929863183..3deace89c12ee64a1a7b7a47a4a93f8eb99c58ca 100644
--- a/Source/core/html/HTMLTextAreaElement.h
+++ b/Source/core/html/HTMLTextAreaElement.h
@@ -52,7 +52,7 @@ public:
virtual bool valueMissing() const OVERRIDE;
virtual bool tooLong() const OVERRIDE;
bool isValidValue(const String&) const;
-
+
virtual HTMLElement* innerTextElement() const;
void rendererWillBeDestroyed();
@@ -82,7 +82,7 @@ private:
virtual bool isRequiredFormControl() const { return isRequired(); }
virtual void defaultEventHandler(Event*);
-
+
virtual void subtreeHasChanged();
virtual bool isEnumeratable() const { return true; }
« no previous file with comments | « Source/core/html/HTMLTableElement.cpp ('k') | Source/core/html/HTMLTextAreaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698