Bug 140368 - Move DatabaseBackend functions back to Database
Summary: Move DatabaseBackend functions back to Database
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 12:38 PST by Anders Carlsson
Modified: 2015-01-12 13:58 PST (History)
1 user (show)

See Also:


Attachments
Patch (23.25 KB, patch)
2015-01-12 12:39 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (24.11 KB, patch)
2015-01-12 12:49 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-01-12 12:38:57 PST
Move DatabaseBackend functions back to Database
Comment 1 Anders Carlsson 2015-01-12 12:39:39 PST
Created attachment 244456 [details]
Patch
Comment 2 WebKit Commit Bot 2015-01-12 12:41:20 PST
Attachment 244456 [details] did not pass style-queue:


ERROR: Source/WebCore/Modules/webdatabase/DatabaseThread.cpp:260:  Should be indented on a separate line, with the colon or comma first on that line.  [whitespace/indent] [4]
Total errors found: 1 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2015-01-12 12:49:19 PST
Created attachment 244457 [details]
Patch
Comment 4 WebKit Commit Bot 2015-01-12 12:50:31 PST
Attachment 244457 [details] did not pass style-queue:


ERROR: Source/WebCore/Modules/webdatabase/DatabaseThread.cpp:260:  Should be indented on a separate line, with the colon or comma first on that line.  [whitespace/indent] [4]
Total errors found: 1 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Anders Carlsson 2015-01-12 13:58:08 PST
Committed r178296: <http://trac.webkit.org/changeset/178296>