Index: webkit/glue/plugins/webplugin_delegate_impl_gtk.cc |
=================================================================== |
--- webkit/glue/plugins/webplugin_delegate_impl_gtk.cc (revision 21013) |
+++ webkit/glue/plugins/webplugin_delegate_impl_gtk.cc (working copy) |
@@ -557,7 +557,6 @@ |
draw_rect.width(), draw_rect.height()); |
cairo_clip(context); |
cairo_paint(context); |
- cairo_destroy(context); |
Evan Martin
2009/07/18 00:51:41
i apologize for this code, it makes absolutely no
|
#ifdef DEBUG_RECTANGLES |
// Draw some debugging rectangles. |