Bug 38710

Summary: Fix guard around IndexedDatabase
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch
kenneth: review-, kenneth: commit-queue-
remove extra ChangeLog none

Description Laszlo Gombos 2010-05-06 17:50:43 PDT
In PageGroup.h this guard seems incorrect to me:

#if ENABLE(DOM_STORAGE)
        IndexedDatabase* indexedDatabase();
#endif
Comment 1 Laszlo Gombos 2010-05-06 17:53:33 PDT
Created attachment 55326 [details]
proposed patch
Comment 2 Kenneth Rohde Christiansen 2010-05-07 05:52:28 PDT
Comment on attachment 55326 [details]
proposed patch

> Index: ChangeLog
> ===================================================================
> --- ChangeLog	(revision 58924)
> +++ ChangeLog	(working copy)
> @@ -1,3 +1,12 @@
> +2010-05-06  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        [Qt] Build the ImageDiff tool for all platforms including Windows and Symbian
> +        https://bugs.webkit.org/show_bug.cgi?id=38706
> +
> +        * WebKit.pro:

This ChangeLog seems to be for another patch!
>
Comment 3 Laszlo Gombos 2010-05-07 14:38:48 PDT
Created attachment 55419 [details]
remove extra ChangeLog
Comment 4 WebKit Commit Bot 2010-05-08 12:05:56 PDT
Comment on attachment 55419 [details]
remove extra ChangeLog

Clearing flags on attachment: 55419

Committed r59034: <http://trac.webkit.org/changeset/59034>
Comment 5 WebKit Commit Bot 2010-05-08 12:06:01 PDT
All reviewed patches have been landed.  Closing bug.