Chromium Code Reviews| Index: src/weakmap.js |
| diff --git a/src/weakmap.js b/src/weakmap.js |
| index 3d261e5afda2e18502f3af41661b96cdd977258b..2c28f4d8249acc41bc255757efe6b39836f3c046 100644 |
| --- a/src/weakmap.js |
| +++ b/src/weakmap.js |
| @@ -81,6 +81,7 @@ function WeakMapDelete(key) { |
| // ------------------------------------------------------------------- |
| function SetupWeakMap() { |
|
Erik Corry
2011/08/31 05:46:04
SetUpWeakMap
|
| + %AssertIsBootstrapping(); |
| // Set up the WeakMap constructor function. |
| %SetCode($WeakMap, WeakMapConstructor); |