Index: third_party/WebKit/Source/core/html/forms/RadioInputType.h |
diff --git a/third_party/WebKit/Source/core/html/forms/RadioInputType.h b/third_party/WebKit/Source/core/html/forms/RadioInputType.h |
index cab15bfa392bd3d790d8d2a52962b8206e9bece8..4c89d70411972684028c8d99b5e013e364ec9e02 100644 |
--- a/third_party/WebKit/Source/core/html/forms/RadioInputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/RadioInputType.h |
@@ -31,6 +31,7 @@ |
#ifndef RadioInputType_h |
#define RadioInputType_h |
+#include "core/CoreExport.h" |
#include "core/html/forms/BaseCheckableInputType.h" |
namespace blink { |
@@ -38,6 +39,7 @@ namespace blink { |
class RadioInputType final : public BaseCheckableInputType { |
public: |
static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&); |
+ CORE_EXPORT static HTMLInputElement* nextRadioButtonInGroup(HTMLInputElement* , bool forward); |
private: |
RadioInputType(HTMLInputElement& element) : BaseCheckableInputType(element) { } |