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

Unified Diff: src/api-experimental.h

Issue 2654253002: [iwyu] Include handles.h less. (Closed)
Patch Set: Created 3 years, 11 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/builtins/builtins.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api-experimental.h
diff --git a/src/api-experimental.h b/src/api-experimental.h
index bc0bc55739b503ca0cbe37d698627a081882b1d7..5b1bc1b04a2b18ce0e983c4830c8bd1f9bd25748 100644
--- a/src/api-experimental.h
+++ b/src/api-experimental.h
@@ -5,11 +5,11 @@
#ifndef V8_API_EXPERIMENTAL_H_
#define V8_API_EXPERIMENTAL_H_
-#include "src/handles.h"
-
namespace v8 {
namespace internal {
class Code;
+template <typename T>
+class MaybeHandle;
} // internal;
namespace experimental {
class FastAccessorBuilder;
« no previous file with comments | « src/accessors.h ('k') | src/builtins/builtins.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698