Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h |
| diff --git a/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h b/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h |
| index 48c6e2fce2b70043f15526cb81ccf7e7bea87fe9..bda45d5bbf7602c31dbb6f3cd0eb6789862f50fb 100644 |
| --- a/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h |
| +++ b/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h |
| @@ -44,6 +44,7 @@ public: |
| void removeButton(HTMLInputElement*); |
| HTMLInputElement* checkedButtonForGroup(const AtomicString& groupName) const; |
| bool isInRequiredGroup(HTMLInputElement*) const; |
| + unsigned sizeOfGroup(const HTMLInputElement*) const; |
|
tkent
2016/03/01 01:43:00
I'd like to name it "groupSizeFor"
je_julie(Not used)
2016/03/01 13:46:07
I'll change it at next patch.
|
| private: |
| using NameToGroupMap = WillBeHeapHashMap<AtomicString, OwnPtrWillBeMember<RadioButtonGroup>, CaseFoldingHash>; |