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

Unified Diff: Source/core/page/PageConsole.cpp

Issue 41423002: Devirtualize PageConsole and MHTMLArchive destructors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 | « Source/core/page/PageConsole.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PageConsole.cpp
diff --git a/Source/core/page/PageConsole.cpp b/Source/core/page/PageConsole.cpp
index 0cd21cb68eee051593ad0a4bf2830ba84e84b299..be4a6af91e524701670305f27d0938eb8421da61 100644
--- a/Source/core/page/PageConsole.cpp
+++ b/Source/core/page/PageConsole.cpp
@@ -55,8 +55,6 @@ PageConsole::PageConsole(Page* page)
{
}
-PageConsole::~PageConsole() { }
-
void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message)
{
addMessage(source, level, message, String(), 0, 0, 0, 0, 0);
« no previous file with comments | « Source/core/page/PageConsole.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698