| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 3ba4a5b933c0bbb7ba18e8144d76444f8ee1b768..49b943477696f1c5f4e09ad8bb130efbdf095c58 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -178,10 +178,8 @@ base::LazyInstance<ContentUtilityClient>
|
|
|
| #if defined(V8_USE_EXTERNAL_STARTUP_DATA) && defined(OS_ANDROID)
|
| #if defined __LP64__
|
| -#define kV8NativesDataDescriptor kV8NativesDataDescriptor64
|
| #define kV8SnapshotDataDescriptor kV8SnapshotDataDescriptor64
|
| #else
|
| -#define kV8NativesDataDescriptor kV8NativesDataDescriptor32
|
| #define kV8SnapshotDataDescriptor kV8SnapshotDataDescriptor32
|
| #endif
|
| #endif
|
|
|