| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index dca47aaaa67d0ccab271055ecc7fcb07fa14c6c3..79bd788cbc41f909dbe71f3f4a9711658c050731 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -308,7 +308,6 @@ 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;
|
|
|