| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 85812ca28cc8679cd9a9504967dc4405554f1dfa..7c9e4366ed7847641fbb3b6042cff7f2d5e31783 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -95,6 +95,10 @@ Handle<String> Bootstrapper::NativesSourceLookup(int index) {
|
|
|
| void Bootstrapper::Initialize(bool create_heap_objects) {
|
| extensions_cache_.Initialize(create_heap_objects);
|
| +}
|
| +
|
| +
|
| +void Bootstrapper::InitializeOncePerProcess() {
|
| GCExtension::Register();
|
| ExternalizeStringExtension::Register();
|
| StatisticsExtension::Register();
|
|
|