Chromium Code Reviews| 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..b0b4f9696f537c1360da142e7ecf6f214a2302ee 100644 |
| --- a/content/public/common/content_descriptors.h |
| +++ b/content/public/common/content_descriptors.h |
| @@ -14,15 +14,13 @@ enum { |
| kCrashDumpSignal = kIPCDescriptorMax, |
| kSandboxIPCChannel, // https://chromium.googlesource.com/chromium/src/+/master/docs/linux_sandbox_ipc.md |
| kMojoIPCChannel, |
| + kV8NativesDataDescriptor, |
|
Torne
2016/06/20 13:10:50
This should still be inside the #ifdef V8_USE_EXTE
michaelbai
2016/06/20 18:52:03
oops, thanks for spotting this.
|
| #if defined(V8_USE_EXTERNAL_STARTUP_DATA) |
| #if defined(OS_ANDROID) |
| - kV8NativesDataDescriptor32, |
| kV8SnapshotDataDescriptor32, |
| - kV8NativesDataDescriptor64, |
| kV8SnapshotDataDescriptor64, |
| #else |
| - kV8NativesDataDescriptor, |
| kV8SnapshotDataDescriptor, |
| #endif |
| #endif |