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

Unified Diff: Source/core/html/HTMLOptionsCollection.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/HTMLOptionsCollection.h
diff --git a/Source/core/html/HTMLOptionsCollection.h b/Source/core/html/HTMLOptionsCollection.h
index 1c2be6d29b6e0855a76db8cfb899170cc2282f2a..095a02646b3f02c2ba4f97175c8677161d2c7d8f 100644
--- a/Source/core/html/HTMLOptionsCollection.h
+++ b/Source/core/html/HTMLOptionsCollection.h
@@ -45,7 +45,7 @@ public:
void setSelectedIndex(int);
void setLength(unsigned, ExceptionCode&);
- void anonymousNamedGetter(const AtomicString& name, RefPtr<NodeList>&, RefPtr<Node>&);
+ void anonymousNamedGetter(const AtomicString& name, bool& returnValue1Enabled, RefPtr<NodeList>&, bool& returnValue2Enabled, RefPtr<Node>&);
private:
HTMLOptionsCollection(Node*);

Powered by Google App Engine
This is Rietveld 408576698