Index: src/debug/debug.js |
diff --git a/src/debug/debug.js b/src/debug/debug.js |
index 2d9f67a641dae9bb797c27e4ca0601636d630f47..a3c8244b370a6fe671ad101fe4ba3563e80fa37b 100644 |
--- a/src/debug/debug.js |
+++ b/src/debug/debug.js |
@@ -2601,6 +2601,9 @@ function ValueToProtocolValue_(value, mirror_serializer) { |
utils.InstallConstants(global, [ |
"Debug", Debug, |
"DebugCommandProcessor", DebugCommandProcessor, |
+ "BreakEvent", BreakEvent, |
+ "CompileEvent", CompileEvent, |
+ "BreakPoint", BreakPoint, |
]); |
// Functions needed by the debugger runtime. |