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

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

Issue 93723003: Rename HTMLElement::form() to formOwner(). (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 7aaa73e7ff0d4c2246cb7a92aeaa0219fbad3992..9c0bb8c874ee88c6e0d6ad284dc0ba24757b34db 100644
--- a/Source/core/html/HTMLObjectElement.h
+++ b/Source/core/html/HTMLObjectElement.h
@@ -42,9 +42,6 @@ public:
virtual bool useFallbackContent() const OVERRIDE;
virtual void renderFallbackContent() OVERRIDE;
- // Implementations of FormAssociatedElement
- HTMLFormElement* form() const { return FormAssociatedElement::form(); }
tkent 2013/12/10 08:31:28 Why do you remove it?
sof 2013/12/10 08:35:29 FormAssociatedElement::form() implements it direct
-
virtual bool isFormControlElement() const { return false; }
virtual bool isEnumeratable() const { return true; }

Powered by Google App Engine
This is Rietveld 408576698