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

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

Issue 106423005: Only 'form associated' elements have a potential form owner. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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: Source/core/html/HTMLObjectElement.h
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h
index 9c0bb8c874ee88c6e0d6ad284dc0ba24757b34db..ea2a6a1022d7fdebef0467188f98564510753606 100644
--- a/Source/core/html/HTMLObjectElement.h
+++ b/Source/core/html/HTMLObjectElement.h
@@ -46,6 +46,7 @@ public:
virtual bool isEnumeratable() const { return true; }
virtual bool isInteractiveContent() const OVERRIDE;
+ virtual bool isFormAssociatedElement() const OVERRIDE { return true; }
virtual bool appendFormData(FormDataList&, bool);
virtual bool isObjectElement() const OVERRIDE { return true; }

Powered by Google App Engine
This is Rietveld 408576698