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

Unified Diff: src/api-natives.h

Issue 1290453002: Realize IWYU pattern for handles.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. 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/accessors.h ('k') | src/compiler/simplified-operator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api-natives.h
diff --git a/src/api-natives.h b/src/api-natives.h
index 224c78a6adb421fcb62ad75394ab4af83bfaac3b..c5e398296cfb840c52efb0679177ac3995aa8e04 100644
--- a/src/api-natives.h
+++ b/src/api-natives.h
@@ -6,10 +6,15 @@
#define V8_API_NATIVES_H_
#include "src/handles.h"
+#include "src/property-details.h"
namespace v8 {
namespace internal {
+// Forward declarations.
+class ObjectTemplateInfo;
+class TemplateInfo;
+
class ApiNatives {
public:
static const int kInitialFunctionCacheSize = 256;
« no previous file with comments | « src/accessors.h ('k') | src/compiler/simplified-operator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698