Chromium Code Reviews| 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>&); |
|
haraken
2013/05/23 12:11:45
Nit: Variable names are unnecessary.
|
| private: |
| HTMLOptionsCollection(Node*); |