[webkit-reviews] review granted: [Bug 83004] [Plugins] delete ws_info regardless of window mode : [Attachment 137433] delete without null checking.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 17 00:46:05 PDT 2012


Simon Hausmann <hausmann at webkit.org> has granted Kwangmin Bang
<justine.bang at samsung.com>'s request for review:
Bug 83004: [Plugins] delete ws_info regardless of window mode
https://bugs.webkit.org/show_bug.cgi?id=83004

Attachment 137433: delete without null checking.
https://bugs.webkit.org/attachment.cgi?id=137433&action=review

------- Additional Comments from Simon Hausmann <hausmann at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=137433&action=review


> Source/WebCore/plugins/PluginView.cpp:369
> +    delete static_cast<NPSetWindowCallbackStruct *>(m_npWindow.ws_info);

Small coding style glitch, space after *. I'll fix it when landing.


More information about the webkit-reviews mailing list