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

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

Issue 15899009: Support indexed setter generation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: 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 e03e6ed30030564f038f0d0301b20005e6493731..e0b575cf73d723a7bc4c03ed5a1a414d65584b68 100644
--- a/Source/core/html/HTMLOptionsCollection.h
+++ b/Source/core/html/HTMLOptionsCollection.h
@@ -46,6 +46,7 @@ public:
void setLength(unsigned, ExceptionCode&);
void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Node>&);
+ bool anonymousIndexedSetter(unsigned, PassRefPtr<HTMLOptionElement>, bool isValueNull, bool isValueUndefined, ExceptionCode&);
private:
HTMLOptionsCollection(Node*);

Powered by Google App Engine
This is Rietveld 408576698