| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 77bc06430c7f4730b27412dd56742a9f6354b31a..173b0bf03ec60b15aaab2f6ade588e465f4bd4fd 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6964,7 +6964,7 @@ class Script: public Struct {
|
| static const int kCompilationTypeBit = 0;
|
| static const int kCompilationStateBit = 1;
|
| static const int kOriginOptionsShift = 2;
|
| - static const int kOriginOptionsSize = 3;
|
| + static const int kOriginOptionsSize = 4;
|
| static const int kOriginOptionsMask = ((1 << kOriginOptionsSize) - 1)
|
| << kOriginOptionsShift;
|
|
|
|
|