Comment #2 on issue 22196 by bugdro...@chromium.org: Chrome: Crash Report -  
Stack Signature: WebPluginImpl::paint(skia::PlatformCanvas  
*,WebKit::WebRect const &)-813F32
http://code.google.com/p/chromium/issues/detail?id=22196

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=26552

------------------------------------------------------------------------
r26552 | ana...@chromium.org | 2009-09-17 22:20:38 -0700 (Thu, 17 Sep 2009)  
| 12 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webplugin_impl.cc?r1=26552&r2=26551

The WebPluginImpl::paint function can be invoked when the delegate_ member  
is NULL. This scenario
can happen if a plugin is reinitialized, in which case the plugin instance  
is torn down and a new one
is initialized. If the second initialization fails, we have a plugin  
instance in the renderer which has
a NULL delegate_.

Fix is to add a NULL check for the delegate in the paint function.

Fixes http://code.google.com/p/chromium/issues/detail?id=22196

Bug=22196

Review URL: http://codereview.chromium.org/215018
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to