Index: Source/core/html/forms/RadioInputType.h |
diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h |
index 7ee41caaa590fd82cf9a2635848ed8e345f8bc46..76b4f0a7890eee097c0265c440ceccaefd3adf3f 100644 |
--- a/Source/core/html/forms/RadioInputType.h |
+++ b/Source/core/html/forms/RadioInputType.h |
@@ -53,6 +53,7 @@ private: |
virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE; |
virtual bool isRadioButton() const OVERRIDE; |
virtual bool supportsIndeterminateAppearance() const OVERRIDE; |
+ virtual HTMLElement* findNextFocusableRadioButton(HTMLInputElement*, bool); |
}; |
} // namespace blink |