[Webkit-unassigned] [Bug 76676] Web Inspector: CodeGeneratorInspector.py: add optional runtime validator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 08:55:08 PST 2012


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


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123612|review?                     |review-
               Flag|                            |




--- Comment #14 from Yury Semikhatsky <yurys at chromium.org>  2012-01-24 08:55:08 PST ---
(From update of attachment 123612)
Please use static_cast on raw pointers instead of reinterpret cast on RefPtr<>* in cases like this:

*(reinterpret_cast<RefPtr<CallFrame>*>(&object))

-- 
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