Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: regexp2000/src/heap.h

Issue 11271: Building on regexp-ia32. (Closed)
Patch Set: Made it compile correctly. Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698