Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 4d26a50effab4b26237c500876f90cc6784da36f..14a119f0e85e3be738d9649be869de6085d1c7b6 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -150,9 +150,6 @@ |
class GlobalHandles; |
} // namespace internal |
-namespace debug { |
-class ConsoleCallArguments; |
-} // namespace debug |
// --- Handles --- |
@@ -3569,7 +3566,6 @@ |
protected: |
friend class internal::FunctionCallbackArguments; |
friend class internal::CustomArguments<FunctionCallbackInfo>; |
- friend class debug::ConsoleCallArguments; |
static const int kHolderIndex = 0; |
static const int kIsolateIndex = 1; |
static const int kReturnValueDefaultValueIndex = 2; |