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

Unified Diff: src/factory.h

Issue 1350003: Pre-create properties on JSRegExp objects (Closed)
Patch Set: Created 10 years, 9 months 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: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 4307289dbd6d6eb7402242e38a879de906d728f0..2bc064c20abce1102b77a15a40423804c7a971cf 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -41,6 +41,7 @@ class ZoneScopeInfo;
class Factory : public AllStatic {
public:
+
Erik Corry 2010/03/26 13:51:34 Inadvertent edit?
Lasse Reichstein 2010/03/26 14:19:09 Yes, removed.
// Allocate a new fixed array with undefined entries.
static Handle<FixedArray> NewFixedArray(
int size,

Powered by Google App Engine
This is Rietveld 408576698