[webkit-reviews] review granted: [Bug 25042] destroying webview widget directly causes crash. : [Attachment 29252] Test pack, show and destroy early

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 6 01:40:32 PDT 2009


Holger Freyther <zecke at selfish.org> has granted Christian Dywan
<christian at twotoasts.de>'s request for review:
Bug 25042: destroying webview widget directly causes crash.
https://bugs.webkit.org/show_bug.cgi?id=25042

Attachment 29252: Test pack, show and destroy early
https://bugs.webkit.org/attachment.cgi?id=29252&action=review

------- Additional Comments from Holger Freyther <zecke at selfish.org>
> diff --git a/WebKit/gtk/tests/testwebframe.c
b/WebKit/gtk/tests/testwebframe.c
> index e2da29c..2797fa0 100644
> --- a/WebKit/gtk/tests/testwebframe.c
> +++ b/WebKit/gtk/tests/testwebframe.c
> @@ -26,14 +26,22 @@
>  static void test_webkit_web_frame_create_destroy(void)
>  {
>      WebKitWebView* webView;
> -    g_test_bug("21837");
> +    GtkWidget *window;

placement of '*' is inconsistent. Please make it consistent when landing. :)


More information about the webkit-reviews mailing list