Bug 115312 - Remove two more StorageTask types
Summary: Remove two more StorageTask types
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 13:51 PDT by Anders Carlsson
Modified: 2013-04-27 20:18 PDT (History)
2 users (show)

See Also:


Attachments
Patch (6.00 KB, patch)
2013-04-27 13:51 PDT, Anders Carlsson
dino: 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 13:51:16 PDT
Remove two more StorageTask types
Comment 1 Anders Carlsson 2013-04-27 13:51:58 PDT
Created attachment 199914 [details]
Patch
Comment 2 Dean Jackson 2013-04-27 13:53:04 PDT
Comment on attachment 199914 [details]
Patch

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

> Source/WebCore/storage/StorageTask.h:41
> +        enum Type { Dispatch };

Any point in this now?
Comment 3 WebKit Commit Bot 2013-04-27 13:53:26 PDT
Attachment 199914 [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/StorageTracker.cpp', u'Source/WebCore/storage/StorageTracker.h']" exit_code: 1
Source/WebCore/storage/StorageTracker.cpp:305:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Anders Carlsson 2013-04-27 13:54:41 PDT
Committed r149245: <http://trac.webkit.org/changeset/149245>