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

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

Issue 2586143004: Blur immediately if an attribute change made an element unfocasable. (Closed)
Patch Set: rebase 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/HTMLFieldSetElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
index 9b25e0d60a8fc0db040f5b375d1f94d48762d234..08184e9bebbc6e79475cfa42b45b182ae0c3c928 100644
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
@@ -58,7 +58,7 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement {
bool isSubmittableElement() override;
bool alwaysCreateUserAgentShadowRoot() const override { return false; }
- static void invalidateDisabledStateUnder(Element&);
+ Element* invalidateDisabledStateUnder(Element&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698