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

Side by Side Diff: src/log.cc

Issue 1285183010: Remove grab-bag includes of v8.h from everywhere. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Minor stylistic issue. 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 unified diff | Download patch
« no previous file with comments | « src/lithium-codegen.cc ('k') | src/log-inl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "src/log.h" 5 #include "src/log.h"
6 6
7 #include <cstdarg> 7 #include <cstdarg>
8 #include <sstream> 8 #include <sstream>
9 9
10 #include "src/v8.h"
11
12 #include "src/bailout-reason.h" 10 #include "src/bailout-reason.h"
13 #include "src/base/platform/platform.h" 11 #include "src/base/platform/platform.h"
14 #include "src/bootstrapper.h" 12 #include "src/bootstrapper.h"
15 #include "src/code-stubs.h" 13 #include "src/code-stubs.h"
16 #include "src/cpu-profiler.h" 14 #include "src/cpu-profiler.h"
17 #include "src/deoptimizer.h" 15 #include "src/deoptimizer.h"
18 #include "src/global-handles.h" 16 #include "src/global-handles.h"
19 #include "src/log-inl.h" 17 #include "src/log-inl.h"
20 #include "src/log-utils.h" 18 #include "src/log-utils.h"
21 #include "src/macro-assembler.h" 19 #include "src/macro-assembler.h"
(...skipping 1882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1904 removeCodeEventListener(jit_logger_); 1902 removeCodeEventListener(jit_logger_);
1905 delete jit_logger_; 1903 delete jit_logger_;
1906 jit_logger_ = NULL; 1904 jit_logger_ = NULL;
1907 } 1905 }
1908 1906
1909 return log_->Close(); 1907 return log_->Close();
1910 } 1908 }
1911 1909
1912 } // namespace internal 1910 } // namespace internal
1913 } // namespace v8 1911 } // namespace v8
OLDNEW
« no previous file with comments | « src/lithium-codegen.cc ('k') | src/log-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698