Chromium Code Reviews| Index: src/math.js |
| diff --git a/src/math.js b/src/math.js |
| index 436a41f5c44400609fe7cc446f318ca36ca6aacd..f9139c651660038836b32c551610a1f91e264dcd 100644 |
| --- a/src/math.js |
| +++ b/src/math.js |
| @@ -372,7 +372,7 @@ function MathLog1p(x) { |
| function SetUpMath() { |
| %CheckIsBootstrapping(); |
| - %SetPrototype($Math, $Object.prototype); |
| + %InternalSetPrototype($Math, $Object.prototype); |
| %AddNamedProperty(global, "Math", $Math, DONT_ENUM); |
| %FunctionSetInstanceClassName(MathConstructor, 'Math'); |