Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1057)

Unified Diff: content/app/content_main_runner.cc

Issue 2075283003: Remove natives_blob.bin's arch dependence. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove natives_blob.bin's arch dependence. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build_overrides/v8.gni ('k') | content/browser/child_process_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « build_overrides/v8.gni ('k') | content/browser/child_process_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698