commit | 402d937239b0e2fd11bf2f4fe972ad78aa9fd481 | [log] [tgz] |
---|---|---|
author | Andrei Popescu <andreip@google.com> | Fri Feb 26 13:31:12 2010 +0000 |
committer | Andrei Popescu <andreip@google.com> | Fri Feb 26 13:31:12 2010 +0000 |
tree | b9d769439a27fa48d7171e1a669e98f519591b94 | |
parent | 2007755a32dfa1ac843f501dec4fb872f8bbcc52 [diff] [blame] |
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); }