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

Unified Diff: src/ic/ic.cc

Issue 2039913002: Make api-arguments.h not include inline headers. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-includes-type-feedback-vector
Patch Set: Addressed comments. Created 4 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
« no previous file with comments | « src/api-arguments-inl.h ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/ic.cc
diff --git a/src/ic/ic.cc b/src/ic/ic.cc
index 4a8882a5363d1cd71290b5774beccca316bfe6ee..47584c1ad75e63380ec692482fcfc9a4f3cc0178 100644
--- a/src/ic/ic.cc
+++ b/src/ic/ic.cc
@@ -5,8 +5,8 @@
#include "src/ic/ic.h"
#include "src/accessors.h"
+#include "src/api-arguments-inl.h"
#include "src/api.h"
-#include "src/api-arguments.h"
#include "src/arguments.h"
#include "src/base/bits.h"
#include "src/codegen.h"
@@ -16,14 +16,14 @@
#include "src/frames-inl.h"
#include "src/ic/call-optimization.h"
#include "src/ic/handler-compiler.h"
-#include "src/ic/ic-inl.h"
#include "src/ic/ic-compiler.h"
+#include "src/ic/ic-inl.h"
#include "src/ic/stub-cache.h"
#include "src/isolate-inl.h"
#include "src/macro-assembler.h"
#include "src/prototype.h"
-#include "src/runtime/runtime.h"
#include "src/runtime/runtime-utils.h"
+#include "src/runtime/runtime.h"
#include "src/tracing/trace-event.h"
namespace v8 {
« no previous file with comments | « src/api-arguments-inl.h ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698