Bug 57100

Summary: V8IDBKeyCustom.cpp does not compile with INDEXED_DATABASE disabled
Product: WebKit Reporter: Steve Block <steveblock>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, andreip, eric, steveblock, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Steve Block 2011-03-25 06:25:34 PDT
The namespace and ENABLE guard are closed in the wrong order.

See http://trac.webkit.org/browser/trunk/Source/WebCore/bindings/v8/custom/V8IDBKeyCustom.cpp
Comment 1 Andrei Popescu 2011-03-28 09:52:41 PDT
Created attachment 87159 [details]
Patch
Comment 2 Steve Block 2011-03-28 10:06:53 PDT
Comment on attachment 87159 [details]
Patch

r=me
Comment 3 Andrei Popescu 2011-03-28 11:18:54 PDT
Committed r82138: <http://trac.webkit.org/changeset/82138>

Steve, I can't close the bug for some reason. Do you mind if you do it? Thanks!
Comment 4 WebKit Review Bot 2011-03-28 12:33:20 PDT
http://trac.webkit.org/changeset/82138 might have broken SnowLeopard Intel Release (Tests)
Comment 5 Steve Block 2011-03-29 02:09:36 PDT
The bot seems happy now, and this is a compile-time only change, so I'm assuming this was fixed elsewhere.