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

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

Issue 680193003: IDL: Generate union type containers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months 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/HTMLFormElement.h
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
index 7404e5a885191d20bf38a323627d2d288cd31fd0..cf6f6896714cf29ad6fd30e121c19e7fb8042131 100644
--- a/Source/core/html/HTMLFormElement.h
+++ b/Source/core/html/HTMLFormElement.h
@@ -39,6 +39,7 @@ class GenericEventQueue;
class HTMLFormControlElement;
class HTMLFormControlsCollection;
class HTMLImageElement;
+class RadioNodeListOrElement;
class HTMLFormElement final : public HTMLElement {
DEFINE_WRAPPERTYPEINFO();
@@ -117,7 +118,7 @@ public:
const FormAssociatedElement::List& associatedElements() const;
const WillBeHeapVector<RawPtrWillBeMember<HTMLImageElement> >& imageElements();
- void anonymousNamedGetter(const AtomicString& name, RefPtrWillBeRawPtr<RadioNodeList>&, RefPtrWillBeRawPtr<Element>&);
+ void anonymousNamedGetter(const AtomicString& name, RadioNodeListOrElement&);
private:
explicit HTMLFormElement(Document&);

Powered by Google App Engine
This is Rietveld 408576698