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..3a140ca04651d6d14c15a9bae152e815cfa5ecf2 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 HTMLInputElement* findNextFocusableRadioButton(HTMLInputElement*, bool); |
}; |
} // namespace blink |