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