Index: src/date-delay.js |
=================================================================== |
--- src/date-delay.js (revision 1587) |
+++ src/date-delay.js (working copy) |
@@ -407,6 +407,8 @@ |
// Helper functions. |
function GetTimeFrom(aDate) { |
+ var foo; |
+ if (IS_DATE(aDate)) foo = %_ValueOf(aDate); |
Kevin Millikin (Chromium)
2009/03/24 13:29:30
Hvabehar?
|
if (IS_DATE(aDate)) return %_ValueOf(aDate); |
throw new $TypeError('this is not a Date object.'); |
} |