Bug 63014

Summary: Remove some unsafe static_cast in rendering/
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Layout and RenderingAssignee: Julien Chaffraix <jchaffraix>
Status: RESOLVED FIXED    
Severity: Minor CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Trivial fix: Use the proper conversion methods. none

Description Julien Chaffraix 2011-06-20 14:30:09 PDT
There was a couple of helper methods that were introduced to do some checks in DEBUG before doing a static_cast. Let's use them instead.
Comment 1 Julien Chaffraix 2011-06-20 14:34:03 PDT
Created attachment 97859 [details]
Trivial fix: Use the proper conversion methods.
Comment 2 WebKit Review Bot 2011-06-20 16:14:36 PDT
Comment on attachment 97859 [details]
Trivial fix: Use the proper conversion methods.

Clearing flags on attachment: 97859

Committed r89304: <http://trac.webkit.org/changeset/89304>
Comment 3 WebKit Review Bot 2011-06-20 16:14:39 PDT
All reviewed patches have been landed.  Closing bug.