update V8 to TOT snapshot branch
diff --git a/src/date.js b/src/date.js
index 2ffd006..7d8f458 100644
--- a/src/date.js
+++ b/src/date.js
@@ -730,8 +730,7 @@
 
 
 // ECMA 262 - 15.9.5.9
-function DateGetTime(logMarker) {
-  if (logMarker) %ProfileLogMarker(logMarker);
+function DateGetTime() {
   return DATE_VALUE(this);
 }