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

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

Issue 1134593004: Reapply the patch r191685 with fixing the regression issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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: Source/core/html/HTMLTextAreaElement.h
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
index baa5f8121b7b8cfce423b597dd64375644ec90ab..9a88022a7c4804fe6f3a7dd324c0df5b2d110fe3 100644
--- a/Source/core/html/HTMLTextAreaElement.h
+++ b/Source/core/html/HTMLTextAreaElement.h
@@ -129,6 +129,7 @@ private:
virtual bool matchesReadOnlyPseudoClass() const override;
virtual bool matchesReadWritePseudoClass() const override;
+ virtual void copyNonAttributePropertiesFromElement(const Element&) override final;
// If the String* argument is 0, apply this->value().
bool valueMissing(const String*) const;
« no previous file with comments | « LayoutTests/fast/forms/tooLong-check-on-cloned-textcontrol-expected.txt ('k') | Source/core/html/HTMLTextAreaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698