Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: third_party/WebKit/Source/core/html/forms/RadioInputType.h

Issue 1798043002: Removed CORE_EXPORT from APIs at NodeTraversal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..4f8f3fe0804c93fe25a21988d6450a0a426af997 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 {
@@ -56,6 +57,8 @@ private:
HTMLInputElement* findNextFocusableRadioButtonInGroup(HTMLInputElement*, bool);
};
+CORE_EXPORT HTMLElement* nextElement(const HTMLElement&, HTMLFormElement* stayWithin, bool forward);
tkent 2016/03/14 23:30:14 I don't want to expose nextElement(). I'd like to
+
} // namespace blink
#endif // RadioInputType_h
« no previous file with comments | « third_party/WebKit/Source/core/dom/NodeTraversal.h ('k') | third_party/WebKit/Source/core/html/forms/RadioInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698