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

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElement.h

Issue 2745103008: INPUT element: Fix a DCHECK failure in RadioInputType::findNextFocusableRadioButtonInGroup. (Closed)
Patch Set: Add C++ unit test Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
index 77045bb05d11b7726b483830780e0900000d7777..c181b0ef5243761ac4f8f22ed95e4422584ab156 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
@@ -25,6 +25,7 @@
#ifndef HTMLInputElement_h
#define HTMLInputElement_h
+#include "base/gtest_prod_util.h"
#include "core/CoreExport.h"
#include "core/html/TextControlElement.h"
#include "core/html/forms/StepRange.h"
@@ -429,6 +430,8 @@ class CORE_EXPORT HTMLInputElement : public TextControlElement {
// element lives on.
Member<HTMLImageLoader> m_imageLoader;
Member<ListAttributeTargetObserver> m_listAttributeTargetObserver;
+
+ FRIEND_TEST_ALL_PREFIXES(HTMLInputElementTest, RadioKeyDownDCHECKFailure);
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698