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

Unified Diff: regexp2000/src/factory.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/factory.h
diff --git a/regexp2000/src/factory.h b/regexp2000/src/factory.h
index 89e2d698fcd61e82f7edcaa4c9e99d21b3e99b45..053d634f6aa786afbfc360ac7d83a783f7504e78 100644
--- a/regexp2000/src/factory.h
+++ b/regexp2000/src/factory.h
@@ -147,7 +147,8 @@ class Factory : public AllStatic {
// the old generation).
static Handle<Proxy> NewProxy(const AccessorDescriptor* proxy);
- static Handle<ByteArray> NewByteArray(int length);
+ static Handle<ByteArray> NewByteArray(int length,
+ PretenureFlag pretenure = NOT_TENURED);
static Handle<Map> NewMap(InstanceType type, int instance_size);

Powered by Google App Engine
This is Rietveld 408576698