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

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

Issue 107183004: 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
« no previous file with comments | « Source/core/html/HTMLLabelElement.idl ('k') | Source/core/html/HTMLLegendElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLLegendElement.h
diff --git a/Source/core/html/HTMLLegendElement.h b/Source/core/html/HTMLLegendElement.h
index 4a8c2fa6caa3943aaf9d3629f1bbb42e6970de63..74290a8ea33c715dc70752d899b7c0dbc40b3f33 100644
--- a/Source/core/html/HTMLLegendElement.h
+++ b/Source/core/html/HTMLLegendElement.h
@@ -34,6 +34,8 @@ class HTMLLegendElement FINAL : public HTMLElement {
public:
static PassRefPtr<HTMLLegendElement> create(Document&);
+ HTMLFormElement* form() const;
+
private:
explicit HTMLLegendElement(Document&);
@@ -42,7 +44,6 @@ private:
virtual void accessKeyAction(bool sendMouseEvents);
virtual void focus(bool restorePreviousSelection, FocusDirection) OVERRIDE;
- virtual HTMLFormElement* virtualForm() const OVERRIDE;
};
DEFINE_NODE_TYPE_CASTS(HTMLLegendElement, hasTagName(HTMLNames::legendTag));
« no previous file with comments | « Source/core/html/HTMLLabelElement.idl ('k') | Source/core/html/HTMLLegendElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698