| Index: content/public/common/content_descriptors.h
|
| diff --git a/content/public/common/content_descriptors.h b/content/public/common/content_descriptors.h
|
| index ff282ae4be234873d1bebe35af841e7e7eb8fce1..fa67a0fc9941355cc92d602c1c51b1d7372d7169 100644
|
| --- a/content/public/common/content_descriptors.h
|
| +++ b/content/public/common/content_descriptors.h
|
| @@ -16,13 +16,11 @@ enum {
|
| kMojoIPCChannel,
|
|
|
| #if defined(V8_USE_EXTERNAL_STARTUP_DATA)
|
| + kV8NativesDataDescriptor,
|
| #if defined(OS_ANDROID)
|
| - kV8NativesDataDescriptor32,
|
| kV8SnapshotDataDescriptor32,
|
| - kV8NativesDataDescriptor64,
|
| kV8SnapshotDataDescriptor64,
|
| #else
|
| - kV8NativesDataDescriptor,
|
| kV8SnapshotDataDescriptor,
|
| #endif
|
| #endif
|
|
|