| Index: src/bootstrapper.h
|
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
|
| index ce8db3a7d2c1d1fa7ffa161848463e5ccdd32620..39d9e2dfc4724d9b12c3bf1ac367139f733c9718 100644
|
| --- a/src/bootstrapper.h
|
| +++ b/src/bootstrapper.h
|
| @@ -61,7 +61,7 @@ class SourceCodeCache final BASE_EMBEDDED {
|
| DISALLOW_COPY_AND_ASSIGN(SourceCodeCache);
|
| };
|
|
|
| -enum ContextType { FULL_CONTEXT, THIN_CONTEXT };
|
| +enum ContextType { FULL_CONTEXT, THIN_CONTEXT, DEBUG_CONTEXT };
|
|
|
| // The Boostrapper is the public interface for creating a JavaScript global
|
| // context.
|
|
|