diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-03-29 16:42:39 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-03-29 16:42:39 -0700 |
commit | 52b295400d4a0d63de6f1ab332c230591572c6dc (patch) | |
tree | cfa346d3927021af678ddea04272a983b889f67d /deps/v8/src/runtime.h | |
parent | 7c77a56b4af0e8c61c47417a8c0f7334262593ea (diff) | |
download | node-new-52b295400d4a0d63de6f1ab332c230591572c6dc.tar.gz |
Revert "Upgrade V8 to 2.2.0"
Experiencing strange errors on all platforms due to this commit. EG
http://buildbot.nodejs.org:8010/builders/Linux%20AMD64/builds/107/steps/shell_2/logs/stdio
This reverts commit 40ea061c30a9f6be21a35239341a259847f8cac5.
Diffstat (limited to 'deps/v8/src/runtime.h')
-rw-r--r-- | deps/v8/src/runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/runtime.h b/deps/v8/src/runtime.h index a55a27135b..42af3df88a 100644 --- a/deps/v8/src/runtime.h +++ b/deps/v8/src/runtime.h @@ -154,7 +154,6 @@ namespace internal { F(RegExpCompile, 3, 1) \ F(RegExpExec, 4, 1) \ F(RegExpExecMultiple, 4, 1) \ - F(RegExpInitializeObject, 5, 1) \ \ /* Strings */ \ F(StringCharCodeAt, 2, 1) \ |