diff options
author | Andrei Popescu <andreip@google.com> | 2010-02-26 13:31:12 +0000 |
---|---|---|
committer | Andrei Popescu <andreip@google.com> | 2010-02-26 13:31:12 +0000 |
commit | 402d937239b0e2fd11bf2f4fe972ad78aa9fd481 (patch) | |
tree | b9d769439a27fa48d7171e1a669e98f519591b94 /src/bootstrapper.h | |
parent | 2007755a32dfa1ac843f501dec4fb872f8bbcc52 (diff) | |
download | android_external_v8-402d937239b0e2fd11bf2f4fe972ad78aa9fd481.tar.gz android_external_v8-402d937239b0e2fd11bf2f4fe972ad78aa9fd481.tar.bz2 android_external_v8-402d937239b0e2fd11bf2f4fe972ad78aa9fd481.zip |
update V8 to TOT snapshot branch
Diffstat (limited to 'src/bootstrapper.h')
-rw-r--r-- | src/bootstrapper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bootstrapper.h b/src/bootstrapper.h index 19fc39aa..f905a28b 100644 --- a/src/bootstrapper.h +++ b/src/bootstrapper.h @@ -74,9 +74,6 @@ class Bootstrapper : public AllStatic { // Accessors for the native scripts cache. Used in lazy loading. static Handle<String> NativesSourceLookup(int index); - // Append code that needs fixup at the end of boot strapping. - static void AddFixup(Code* code, MacroAssembler* masm); - // Tells whether bootstrapping is active. static bool IsActive() { return BootstrapperActive::IsActive(); } |