Fix v8 external snapshot code for Windows.

Needed to land https://codereview.chromium.org/826083004/.

BUG=421063, 439661
R=tsepez@chromium.org

Review URL: https://codereview.chromium.org/848443002

Patch from Ross McIlroy <rmcilroy@chromium.org>.
diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc
index b217f89..9e1527d 100644
--- a/samples/pdfium_test.cc
+++ b/samples/pdfium_test.cc
@@ -105,7 +105,7 @@
     return false;
   }
   result_data->data = const_cast<const char*>(data_buffer);
-  result_data->raw_size = data_length;
+  result_data->raw_size = static_cast<int>(data_length);
   return true;
 }
 #endif  // V8_USE_EXTERNAL_STARTUP_DATA