aboutsummaryrefslogtreecommitdiff
path: root/src/accessors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/accessors.h')
-rw-r--r--src/accessors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/accessors.h b/src/accessors.h
index f53d3098..a4d51fd1 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.
@@ -43,7 +44,6 @@ class AccessorInfo;
V(ScriptType) \
V(ScriptSourceUrl) \
V(ScriptSourceMappingUrl) \
- V(ScriptIsEmbedderDebugScript) \
V(StringLength)
#define ACCESSOR_SETTER_LIST(V) \