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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 years, 6 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/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index e23bbf49d80e4a7274b5d61a8b9a9a9f88baccd2..d232815546e8190abb270158d1534bcf8d737c56 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -152,7 +152,7 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
bool HasOpenedPopup() const override { return false; }
PopupMenu* OpenPopupMenu(LocalFrame&, HTMLSelectElement&) override;
PagePopup* OpenPagePopup(PagePopupClient*) override { return nullptr; }
- void ClosePagePopup(PagePopup*) override{};
+ void ClosePagePopup(PagePopup*) override {}
DOMWindow* PagePopupWindowForTesting() const override { return nullptr; }
bool TabsToLinks() override { return false; }

Powered by Google App Engine
This is Rietveld 408576698