Bug 114004

Summary: Remove the chromium code for WebCore's indexeddb module
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, dgrogan, jsbell, mark.lam, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch rniwa: review+

Description Benjamin Poulain 2013-04-05 00:10:00 PDT
Remove the chromium code for WebCore's indexeddb module
Comment 1 Benjamin Poulain 2013-04-05 00:10:42 PDT
Created attachment 196587 [details]
Patch
Comment 2 Ryosuke Niwa 2013-04-05 00:52:04 PDT
Comment on attachment 196587 [details]
Patch

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

> Source/WebCore/Modules/indexeddb/IDBTracing.h:-42
> -#include "Logging.h"
> -#define IDB_TRACE(a) LOG(StorageAPI, a)

Don’t we need to keep this definition?
Comment 3 Benjamin Poulain 2013-04-05 01:36:56 PDT
Created attachment 196597 [details]
Patch
Comment 4 Benjamin Poulain 2013-04-05 12:38:45 PDT
Committed r147786: <http://trac.webkit.org/changeset/147786>