RESOLVED FIXED Bug 78045
Crash on http://www.rickshawbags.com/
https://bugs.webkit.org/show_bug.cgi?id=78045
Summary Crash on http://www.rickshawbags.com/
Gavin Barraclough
Reported 2012-02-07 14:51:41 PST
This is a bug introduced by https://bugs.webkit.org/show_bug.cgi?id=71933, isVariableObject() checks were excluding StaticScopeObjects, this patch inadvertently changed them to be included.
Attachments
Fix (1.82 KB, patch)
2012-02-07 14:56 PST, Gavin Barraclough
darin: review+
Gavin Barraclough
Comment 1 2012-02-07 14:53:06 PST
Gavin Barraclough
Comment 2 2012-02-07 14:56:58 PST
Darin Adler
Comment 3 2012-02-07 15:13:15 PST
Comment on attachment 125938 [details] Fix View in context: https://bugs.webkit.org/attachment.cgi?id=125938&action=review > Source/JavaScriptCore/ChangeLog:8 > + Problem URL is: http://www.rickshawbags.com/customize/custom-bag#!thl=rickshaw/bag() Can we make an automated regression test out of this?
Gavin Barraclough
Comment 4 2012-02-07 15:46:19 PST
(In reply to comment #3) > Can we make an automated regression test out of this? Good question – I don't yet know. This patch just reverts an undesired change in behavior, I'm still investigating exactly why this change resulted in the bug that it did. Fixed in r106999.
Note You need to log in before you can comment on or make changes to this bug.