| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index a3b37421bb043b53ad12903175b92eba90da1b11..0d5a2e99e17489b6a029a89d9c7279cf808893a1 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2663,7 +2663,7 @@ Genesis::Genesis(Isolate* isolate,
|
|
|
| Runtime::DefineObjectProperty(
|
| builtins,
|
| - factory()->InternalizeOneByteString(STATIC_ASCII_VECTOR("kTrig")),
|
| + factory()->InternalizeOneByteString(STATIC_ASCII_VECTOR("kMath")),
|
| Utils::OpenHandle(*trig_table), NONE).Assert();
|
| }
|
|
|
|
|