Index: src/api.h |
diff --git a/src/api.h b/src/api.h |
index 6fcaa90a5ebe2160f0a8bc15a60b6a7706201a5f..bceca72e678fc073f11fcc17111577c17052234d 100644 |
--- a/src/api.h |
+++ b/src/api.h |
@@ -110,7 +110,7 @@ class RegisteredExtension { |
V(StackFrame, JSObject) \ |
V(Proxy, JSProxy) \ |
V(NativeWeakMap, JSWeakMap) \ |
- V(DebugInterface::Script, Script) |
+ V(debug::Script, Script) |
class Utils { |
public: |