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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFormControlElement.h

Issue 2586143004: Blur immediately if an attribute change made an element unfocasable. (Closed)
Patch Set: Update comments and a function name Created 4 years 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/html/HTMLFormControlElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
index b8f7c799b431d5fcd4c47fcc8f526f81f43f0460..933acecfb78f36e5ecff923c5480beac3fe13b33 100644
--- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
@@ -135,6 +135,10 @@ class CORE_EXPORT HTMLFormControlElement : public LabelableElement,
protected:
HTMLFormControlElement(const QualifiedName& tagName, Document&);
+ void attributeChanged(const QualifiedName&,
+ const AtomicString&,
+ const AtomicString&,
+ AttributeModificationReason) override;
void parseAttribute(const QualifiedName&,
const AtomicString&,
const AtomicString&) override;

Powered by Google App Engine
This is Rietveld 408576698