| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index 80fc77d853353c754487a19394727bd475894afc..c5c5690278b83f2900de7138df1112864b44d1a7 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -307,6 +307,7 @@ private:
|
|
|
| virtual void willChangeForm() OVERRIDE;
|
| virtual void didChangeForm() OVERRIDE;
|
| + static void addToRadioButtonGroupCallback(Element*);
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
| virtual void didMoveToNewDocument(Document* oldDocument) OVERRIDE;
|
|
|