Bug 108278

Summary: webdatabase: Rename DBBackend::Server to DatabaseServer
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: WebCore Misc.Assignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, ggaren, gyuyoung.kim, rakuco, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 107475    
Attachments:
Description Flags
the patch. ggaren: review+

Description Mark Lam 2013-01-29 18:28:32 PST
This is a sub-task of https://bugs.webkit.org/show_bug.cgi?id=107475.  Breaking out as a step for easier review.  This patch should be mostly a rename operation.  The only change other than a rename is to remove the DBBackend namespace (which has proven to be unhelpful so far in the refactoring effort).  Effectively, there are no semantic changes.
Comment 1 Mark Lam 2013-01-29 19:58:29 PST
Created attachment 185384 [details]
the patch.
Comment 2 Mark Lam 2013-01-29 20:00:01 PST
Comment on attachment 185384 [details]
the patch.

The patch looks good to me.  May I have a review please?  Thanks.
Comment 3 Geoffrey Garen 2013-01-29 20:02:07 PST
Comment on attachment 185384 [details]
the patch.

rs=me if it builds
Comment 4 Mark Lam 2013-01-29 20:08:40 PST
Landed in r141216: <http://trac.webkit.org/changeset/141216>.