Chromium Code Reviews| Index: regexp2000/src/heap.h |
| diff --git a/regexp2000/src/heap.h b/regexp2000/src/heap.h |
| index ee73bd0ec1e1bd45f26f9f665e30b092a9b428d0..17f1c4d5cc54e8cd2bc75838e2407743e3709670 100644 |
| --- a/regexp2000/src/heap.h |
| +++ b/regexp2000/src/heap.h |
| @@ -559,7 +559,8 @@ class Heap : public AllStatic { |
| // Please note this function does not perform a garbage collection. |
| static Object* CreateCode(const CodeDesc& desc, |
| ScopeInfo<>* sinfo, |
| - Code::Flags flags); |
| + Code::Flags flags, |
| + Handle<Code>* self = NULL); |
|
Erik Corry
2008/11/21 13:03:04
We shouldn't mix handle and non-handle code. This
Lasse Reichstein
2008/11/24 08:32:33
Done.
|
| static Object* CopyCode(Code* code); |
| // Finds the symbol for string in the symbol table. |