[Webkit-unassigned] [Bug 109842] [WK2] Write a test to simulate crashed WebProcess followed by Window resize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 16:01:38 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109842


Benjamin Poulain <benjamin at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #188659|review?                     |review+
               Flag|                            |




--- Comment #15 from Benjamin Poulain <benjamin at webkit.org>  2013-02-15 16:03:55 PST ---
(From update of attachment 188659)
View in context: https://bugs.webkit.org/attachment.cgi?id=188659&action=review

> Tools/TestWebKitAPI/Tests/WebKit2/ResizeWindowAfterCrash.cpp:39
> +    : webView(context)
> +    , firstLoad(false)
> +    , resizeAfterCrash(false)
> +    { }

Should be: 
    TestStatesData(WKContextRef context)
        : webView(context)
        , firstLoad(false)
        , resizeAfterCrash(false)
    {
    }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list