Index: Source/core/html/forms/RadioInputType.h |
diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h |
index b330c68ba541569c48da525b7ecacbacebac5f2f..07a5d6a3af1b4c275dcddbfd1efde427ad5c4090 100644 |
--- a/Source/core/html/forms/RadioInputType.h |
+++ b/Source/core/html/forms/RadioInputType.h |
@@ -52,6 +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); |
}; |
} // namespace blink |