Chromium Code Reviews| Index: src/scopes.cc |
| =================================================================== |
| --- src/scopes.cc (revision 4978) |
| +++ src/scopes.cc (working copy) |
| @@ -37,6 +37,8 @@ |
| // ---------------------------------------------------------------------------- |
| // A Zone allocator for use with LocalsMap. |
| +// TODO(isolates): It is probably worth it to change the Allocator class to |
| +// take a pointer to an isolate. |
| class ZoneAllocator: public Allocator { |
| public: |
| /* nothing to do */ |