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

Unified Diff: src/profile-generator.cc

Issue 1283033003: Remove inline header includes from non-inline headers (1). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix GCC for realz. Created 5 years, 4 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 | « src/profile-generator.h ('k') | src/property.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profile-generator.cc
diff --git a/src/profile-generator.cc b/src/profile-generator.cc
index 006ca7f4bede98b5f7319ec878217cbe24acf931..d2e94b4758952337d36d11eb0fa1ff1ce473240e 100644
--- a/src/profile-generator.cc
+++ b/src/profile-generator.cc
@@ -12,6 +12,7 @@
#include "src/global-handles.h"
#include "src/sampler.h"
#include "src/scopeinfo.h"
+#include "src/splay-tree-inl.h"
#include "src/unicode.h"
namespace v8 {
@@ -377,6 +378,9 @@ void CpuProfile::Print() {
}
+CodeMap::~CodeMap() {}
+
+
const CodeMap::CodeTreeConfig::Key CodeMap::CodeTreeConfig::kNoKey = NULL;
« no previous file with comments | « src/profile-generator.h ('k') | src/property.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698