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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp

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/html/parser/HTMLDocumentParserTest.cpp
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
index 8725c8696ccfc29b57550b9698c0770bc356efa2..4d6fa7babbfc0035feb46aab49f8962533402393 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
@@ -25,7 +25,7 @@ class TestPrerendererClient : public GarbageCollected<TestPrerendererClient>,
: PrerendererClient(page), is_prefetch_only_(is_prefetch_only) {}
private:
- void WillAddPrerender(Prerender*) override{};
+ void WillAddPrerender(Prerender*) override {}
bool IsPrefetchOnly() override { return is_prefetch_only_; }
bool is_prefetch_only_;

Powered by Google App Engine
This is Rietveld 408576698