Bug 122316 - Remove WebNSNotificationCenterExtras
Summary: Remove WebNSNotificationCenterExtras
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-10-03 21:28 PDT by Anders Carlsson
Modified: 2013-10-03 21:39 PDT (History)
0 users

See Also:


Attachments
Patch (14.09 KB, patch)
2013-10-03 21:30 PDT, Anders Carlsson
mitz: 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-10-03 21:28:01 PDT
Remove WebNSNotificationCenterExtras
Comment 1 Anders Carlsson 2013-10-03 21:30:05 PDT
Created attachment 213332 [details]
Patch
Comment 2 mitz 2013-10-03 21:33:28 PDT
Comment on attachment 213332 [details]
Patch

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

> Source/WebKit/mac/Misc/WebIconDatabase.mm:272
> +        NSDictionary *userInfo = @{ WebIconNotificationUserInfoURLKey : URL };

Is this local variable really needed?
Comment 3 Anders Carlsson 2013-10-03 21:39:08 PDT
Committed r156878: <http://trac.webkit.org/changeset/156878>