Merge V8 5.2.361.47  DO NOT MERGE

https://chromium.googlesource.com/v8/v8/+/5.2.361.47

FPIIM-449

Change-Id: Ibec421b85a9b88cb3a432ada642e469fe7e78346
(cherry picked from commit bcf72ee8e3b26f1d0726869c7ddb3921c68b09a8)
diff --git a/src/startup-data-util.cc b/src/startup-data-util.cc
index e20ec21..4e0ad97 100644
--- a/src/startup-data-util.cc
+++ b/src/startup-data-util.cc
@@ -9,7 +9,6 @@
 
 #include "src/base/logging.h"
 #include "src/base/platform/platform.h"
-#include "src/flags.h"
 #include "src/utils.h"
 
 
@@ -108,9 +107,7 @@
   char* natives;
   char* snapshot;
   LoadFromFiles(RelativePath(&natives, directory_path, "natives_blob.bin"),
-                RelativePath(&snapshot, directory_path,
-                             FLAG_ignition ? "snapshot_blob_ignition.bin"
-                                           : "snapshot_blob.bin"));
+                RelativePath(&snapshot, directory_path, "snapshot_blob.bin"));
   free(natives);
   free(snapshot);
 #endif  // V8_USE_EXTERNAL_STARTUP_DATA