[Webkit-unassigned] [Bug 30033] [chromium] DateExtension has reliability bot crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 15:27:44 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30033





--- Comment #11 from Adam Barth <abarth at webkit.org>  2009-10-05 15:27:44 PDT ---
> > > > This seems overly complicated.  Why not just get the "Date" property of the
> > > > context's global object?
> 
> It prevents this problem because the modified "Date" object won't have the
> hidden property on it, so the code will early return.

Oh, I'm just saying that you replace the "eval the string Date" code with "get
the Date property of the global object".  I agree that you should continue to
store the hidden property on the Date object itself.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list