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

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

Issue 15724005: [Binding] Support primitive type for union member (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: do not inherit getter. rename DoNotCheckJSProperty to OverrideBuiltins Created 7 years, 7 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/HTMLFormControlsCollection.h
diff --git a/Source/core/html/HTMLFormControlsCollection.h b/Source/core/html/HTMLFormControlsCollection.h
index 8a205faaa134831053593bcbe59e72f1dd7a6762..eafaaea46811046be214e74c09e85c0a8f89995d 100644
--- a/Source/core/html/HTMLFormControlsCollection.h
+++ b/Source/core/html/HTMLFormControlsCollection.h
@@ -43,7 +43,7 @@ public:
virtual ~HTMLFormControlsCollection();
virtual Node* namedItem(const AtomicString& name) const;
- void namedGetter(const AtomicString& name, RefPtr<RadioNodeList>&, RefPtr<Node>&);
+ void namedGetter(const AtomicString& name, bool&, RefPtr<RadioNodeList>&, bool&, RefPtr<Node>&);
private:
HTMLFormControlsCollection(Node*);

Powered by Google App Engine
This is Rietveld 408576698