Upgrade V8 to version 4.9.385.28

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

FPIIM-449

Change-Id: I4b2e74289d4bf3667f2f3dc8aa2e541f63e26eb4
diff --git a/src/small-pointer-list.h b/src/small-pointer-list.h
index 241689e..9ece249 100644
--- a/src/small-pointer-list.h
+++ b/src/small-pointer-list.h
@@ -170,6 +170,7 @@
   DISALLOW_COPY_AND_ASSIGN(SmallPointerList);
 };
 
-} }  // namespace v8::internal
+}  // namespace internal
+}  // namespace v8
 
 #endif  // V8_SMALL_POINTER_LIST_H_