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

Unified Diff: src/objects.h

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 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: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index a494778a989c3c3963f8ba288b18ec5fa5359b58..ef3cd34a9a78a28207a9936b8447bf65a9806533 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -8,6 +8,7 @@
#include "src/allocation.h"
#include "src/assert-scope.h"
#include "src/builtins.h"
+#include "src/checks.h"
#include "src/elements-kind.h"
#include "src/field-index.h"
#include "src/flags.h"
@@ -15,7 +16,6 @@
#include "src/property-details.h"
#include "src/smart-pointers.h"
#include "src/unicode-inl.h"
-#include "src/v8checks.h"
#include "src/zone.h"
#if V8_TARGET_ARCH_ARM
« src/base/macros.h ('K') | « src/natives-external.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698