[webkit-reviews] review granted: [Bug 26561] Remove memcpy from ScriptSourceCode::source() : [Attachment 31576] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 18:12:48 PDT 2009


Darin Adler <darin at apple.com> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 26561: Remove memcpy from ScriptSourceCode::source()
https://bugs.webkit.org/show_bug.cgi?id=26561

Attachment 31576: patch
https://bugs.webkit.org/attachment.cgi?id=31576&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
It's not really buried all that deeply. I seriously think you could just do
static_cast<StringSourceProvider*>(m_code->provider())->source(). r=me


More information about the webkit-reviews mailing list