| Index: src/profiler/profile-generator.h
|
| diff --git a/src/profiler/profile-generator.h b/src/profiler/profile-generator.h
|
| index 4b5869987032d2b2bd3fd580549d52a280777a9b..187de105f4b16150c1dc4c7e70ce3ceefa95a8db 100644
|
| --- a/src/profiler/profile-generator.h
|
| +++ b/src/profiler/profile-generator.h
|
| @@ -114,7 +114,7 @@ class CodeEntry {
|
|
|
| private:
|
| class TagField : public BitField<Logger::LogEventsAndTags, 0, 8> {};
|
| - class BuiltinIdField : public BitField<Builtins::Name, 8, 8> {};
|
| + class BuiltinIdField : public BitField<Builtins::Name, 8, 24> {};
|
|
|
| uint32_t bit_field_;
|
| const char* name_prefix_;
|
|
|