[webkit-reviews] review granted: [Bug 35134] Crash when a plugin calls NPN_SetStatus(0) : [Attachment 49049] ...and WebKitTools part

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 17:18:41 PST 2010


mitz at webkit.org has granted Alexey Proskuryakov <ap at webkit.org>'s request for
review:
Bug 35134: Crash when a plugin calls NPN_SetStatus(0)
https://bugs.webkit.org/show_bug.cgi?id=35134

Attachment 49049: ...and WebKitTools part
https://bugs.webkit.org/attachment.cgi?id=49049&action=review

------- Additional Comments from mitz at webkit.org
> +    } else if (name == pluginMethodIdentifiers[ID_SET_STATUS]) {
> +	   return testSetStatus(plugin, args, argCount, result);
>      }

No braces around one-line clause.


More information about the webkit-reviews mailing list