| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index b7055d10cbce70c9eea0ac4bb0e076cb476ab1ae..afd3815dabe9330257960d9f5346445d5e0ffd74 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6969,7 +6969,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;
|
|
|
|
|