Bug 40449

Summary: don't use Exception.message as it's deprecated in python 2.6+
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, cjerdonek, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch ap: review+

Description Ojan Vafai 2010-06-10 15:46:27 PDT
don't use Exception.message as it's deprecated in python 2.6+
Comment 1 Ojan Vafai 2010-06-10 15:47:05 PDT
Created attachment 58419 [details]
Patch
Comment 2 Ojan Vafai 2010-06-10 16:54:52 PDT
FWIW, this is causing a test to fail on the snow leopard bot.
Comment 3 Ojan Vafai 2010-06-10 17:27:16 PDT
Committed r60982: <http://trac.webkit.org/changeset/60982>