[Webkit-unassigned] [Bug 56375] [Qt] PageGroup::closeLocalStorage() should be called when the app quits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 2 11:29:37 PDT 2011


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


Antonio Gomes <tonikitoo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #91943|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #7 from Antonio Gomes <tonikitoo at webkit.org>  2011-05-02 11:29:37 PST ---
(From update of attachment 91943)
View in context: https://bugs.webkit.org/attachment.cgi?id=91943&action=review

> Source/WebKit/qt/Api/qwebpage.cpp:393
> +    // if destroying last WebPage instance. Release resources.

// If destroying last WebPage instance, release resources.

> Source/WebKit/qt/Api/qwebpage.cpp:394
> +    if (instanceCount <= 0)

How can it be less than 0?

> Source/WebKit/qt/Api/qwebpage_p.h:214
> +    static int  instanceCount; // Used to clean up when last instance destroyed.

unneeded two spaces.

-- 
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