Bug 128059 - [EFL] REGRESSION(r163234) EFL debug build is broken
Summary: [EFL] REGRESSION(r163234) EFL debug build is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-01 19:53 PST by Hunseop Jeong
Modified: 2014-02-01 23:57 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2014-02-01 20:06 PST, Hunseop Jeong
no flags Details | Formatted Diff | Diff
Patch (1.28 KB, patch)
2014-02-01 21:35 PST, Hunseop Jeong
no flags Details | Formatted Diff | Diff
Patch (1.27 KB, patch)
2014-02-01 22:08 PST, Hunseop Jeong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2014-02-01 19:53:56 PST
EFL debug build is broken after r163234 on EFL.
Comment 1 Hunseop Jeong 2014-02-01 20:06:25 PST
Created attachment 222902 [details]
Patch
Comment 2 Ryuan Choi 2014-02-01 20:39:08 PST
Comment on attachment 222902 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=222902&action=review

> Source/WebCore/ChangeLog:6
> +        Reviewed by NOBODY (OOPS!).

Because this is build fix, you can make the patch as "Unreviewed build fix"

> Source/WebCore/ChangeLog:11
> +        Fixed the broken build on EFL after r163234.
> +
> +        * Modules/indexeddb/IDBKeyData.cpp:
> +        (WebCore::IDBKeyData::loggingString): Added the default: case.

I am not sure whether it is EFL specific.

Maybe "Debug build is broken with INDEXED_DATABASE

> Source/WebCore/Modules/indexeddb/IDBKeyData.cpp:279
>      }

Like other statements,

Can we add it out of switch() with "ASSERT_NOT_REACHED();"
Comment 3 Hunseop Jeong 2014-02-01 21:35:14 PST
Created attachment 222906 [details]
Patch
Comment 4 Gyuyoung Kim 2014-02-01 21:48:55 PST
Comment on attachment 222906 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=222906&action=review

You don't need to request review in unreviewed case.

> Source/WebCore/ChangeLog:3
> +        [EFL] REGRESSION(r163234) EFL debug build is broken

Remove [EFL] prefix.

> Source/WebCore/ChangeLog:6
> +        Unriewed. Debug build is broken with INDEXED_DATABASE.

Typo. Unreviewed.
Comment 5 Hunseop Jeong 2014-02-01 22:08:21 PST
Created attachment 222909 [details]
Patch
Comment 6 WebKit Commit Bot 2014-02-01 23:57:43 PST
Comment on attachment 222909 [details]
Patch

Clearing flags on attachment: 222909

Committed r163261: <http://trac.webkit.org/changeset/163261>
Comment 7 WebKit Commit Bot 2014-02-01 23:57:46 PST
All reviewed patches have been landed.  Closing bug.