lib/watir-webdriver/cookies.rb in watir-webdriver-0.5.4 vs lib/watir-webdriver/cookies.rb in watir-webdriver-0.5.5

- old
+ new

@@ -30,10 +30,10 @@ def to_time(t) if t.respond_to?(:to_time) t.to_time else - Time.local t.year, t.month, t.day, t.hour, t.min, t.sec + ::Time.local t.year, t.month, t.day, t.hour, t.min, t.sec end end end end