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

Unified Diff: src/accessors.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 | « no previous file | src/api-experimental.h » ('j') | no next file with comments »
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 218fb3572ff75ec345e9da422a4922f0cbfb094c..a4d51fd18abfc41c97d35f1746eb8a91d02d9ef4 100644
--- a/src/accessors.h
+++ b/src/accessors.h
@@ -8,7 +8,6 @@
#include "include/v8.h"
#include "src/allocation.h"
#include "src/globals.h"
-#include "src/handles.h"
#include "src/property-details.h"
namespace v8 {
@@ -16,6 +15,8 @@ namespace internal {
// Forward declarations.
class AccessorInfo;
+template <typename T>
+class Handle;
// The list of accessor descriptors. This is a second-order macro
// taking a macro to be applied to all accessor descriptor names.
« no previous file with comments | « no previous file | src/api-experimental.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698