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

Unified Diff: src/accessors.h

Issue 1282503003: Remove several grab-bag includes from the v8.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/DEPS ('k') | src/api.h » ('j') | src/v8.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/accessors.h
diff --git a/src/accessors.h b/src/accessors.h
index 227af745b70a49328fbf9005eb5ed123c873b330..41397be79f70598b997ea708ef7d58b7ccfaec1a 100644
--- a/src/accessors.h
+++ b/src/accessors.h
@@ -5,8 +5,11 @@
#ifndef V8_ACCESSORS_H_
#define V8_ACCESSORS_H_
+#include "include/v8.h"
#include "src/allocation.h"
#include "src/globals.h"
+#include "src/handles.h"
+#include "src/property-details.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/DEPS ('k') | src/api.h » ('j') | src/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698