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

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

Issue 699703002: Clean up virtual function in Source/html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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: Source/core/html/forms/RadioInputType.h
diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h
index 07a5d6a3af1b4c275dcddbfd1efde427ad5c4090..8a35d1e9be1833478c27a12539f070f1efe6602d 100644
--- a/Source/core/html/forms/RadioInputType.h
+++ b/Source/core/html/forms/RadioInputType.h
@@ -52,7 +52,7 @@ private:
virtual PassOwnPtrWillBeRawPtr<ClickHandlingState> willDispatchClick() override;
virtual void didDispatchClick(Event*, const ClickHandlingState&) override;
virtual bool shouldAppearIndeterminate() const override;
- virtual HTMLInputElement* findNextFocusableRadioButtonInGroup(HTMLInputElement*, bool);
+ HTMLInputElement* findNextFocusableRadioButtonInGroup(HTMLInputElement*, bool);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698