diff options
| author | Ben Murdoch <benm@google.com> | 2011-11-30 16:03:39 +0000 |
|---|---|---|
| committer | Ben Murdoch <benm@google.com> | 2011-12-02 17:28:02 +0000 |
| commit | 69a99ed0b2b2ef69d393c371b03db3a98aaf880e (patch) | |
| tree | 6438154d0f3ab526b9206f8860fa4db5cf073c11 /src/v8.cc | |
| parent | 3fb3ca8c7ca439d408449a395897395c0faae8d1 (diff) | |
| download | android_external_v8-69a99ed0b2b2ef69d393c371b03db3a98aaf880e.tar.gz android_external_v8-69a99ed0b2b2ef69d393c371b03db3a98aaf880e.tar.bz2 android_external_v8-69a99ed0b2b2ef69d393c371b03db3a98aaf880e.zip | |
Upgrade to V8 3.5
Merge V8 3.5.10.24
Simple merge required updates to makefiles only.
Bug: 5688872
Change-Id: I0acdb9a1a53919d84e9a7525308e8371739d2f06
Diffstat (limited to 'src/v8.cc')
| -rw-r--r-- | src/v8.cc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include "v8.h" #include "isolate.h" +#include "elements.h" #include "bootstrapper.h" #include "debug.h" #include "deoptimizer.h" @@ -212,6 +213,8 @@ void V8::InitializeOncePerProcess() { // Peephole optimization might interfere with deoptimization. FLAG_peephole_optimization = !use_crankshaft_; + + ElementsAccessor::InitializeOncePerProcess(); } } } // namespace v8::internal |
