| Index: src/globals.h
|
| diff --git a/src/globals.h b/src/globals.h
|
| index f689c667b6cd3621d1a0b81d71c34aa9707a8853..e9bf70f0d4c8abe66b28182de8dd21407a5b569c 100644
|
| --- a/src/globals.h
|
| +++ b/src/globals.h
|
| @@ -591,7 +591,12 @@ enum VisitMode {
|
| };
|
|
|
| // Flag indicating whether code is built into the VM (one of the natives files).
|
| -enum NativesFlag { NOT_NATIVES_CODE, EXTENSION_CODE, NATIVES_CODE };
|
| +enum NativesFlag {
|
| + NOT_NATIVES_CODE,
|
| + EXTENSION_CODE,
|
| + NATIVES_CODE,
|
| + INSPECTOR_CODE
|
| +};
|
|
|
| // JavaScript defines two kinds of 'nil'.
|
| enum NilValue { kNullValue, kUndefinedValue };
|
|
|