Index: Source/core/html/forms/RadioInputType.h |
diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h |
index 07a5d6a3af1b4c275dcddbfd1efde427ad5c4090..8a35d1e9be1833478c27a12539f070f1efe6602d 100644 |
--- a/Source/core/html/forms/RadioInputType.h |
+++ b/Source/core/html/forms/RadioInputType.h |
@@ -52,7 +52,7 @@ private: |
virtual PassOwnPtrWillBeRawPtr<ClickHandlingState> willDispatchClick() override; |
virtual void didDispatchClick(Event*, const ClickHandlingState&) override; |
virtual bool shouldAppearIndeterminate() const override; |
- virtual HTMLInputElement* findNextFocusableRadioButtonInGroup(HTMLInputElement*, bool); |
+ HTMLInputElement* findNextFocusableRadioButtonInGroup(HTMLInputElement*, bool); |
}; |
} // namespace blink |