Bug 115308 - Add StorageThread::dispatch
Summary: Add StorageThread::dispatch
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: 2013-04-27 12:54 PDT by Anders Carlsson
Modified: 2013-04-27 12:58 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.27 KB, patch)
2013-04-27 12:56 PDT, Anders Carlsson
kling: 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 2013-04-27 12:54:36 PDT
Add StorageThread::dispatch
Comment 1 Anders Carlsson 2013-04-27 12:56:03 PDT
Created attachment 199908 [details]
Patch
Comment 2 Andreas Kling 2013-04-27 12:57:27 PDT
Comment on attachment 199908 [details]
Patch

Interesting!
Comment 3 WebKit Commit Bot 2013-04-27 12:57:31 PDT
Attachment 199908 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/storage/StorageTask.cpp', u'Source/WebCore/storage/StorageTask.h', u'Source/WebCore/storage/StorageThread.cpp', u'Source/WebCore/storage/StorageThread.h']" exit_code: 1
Source/WebCore/storage/StorageTask.h:68:  Extra space before ( in function call  [whitespace/parens] [4]
Source/WebCore/storage/StorageTask.cpp:97:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
Total errors found: 2 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Anders Carlsson 2013-04-27 12:58:08 PDT
Committed r149241: <http://trac.webkit.org/changeset/149241>