Bug 40894

Summary: Move the NSBundle ivar to WebPluginPackage
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Anders Carlsson
Reported 2010-06-20 14:50:37 PDT
Move the NSBundle ivar to WebPluginPackage
Attachments
Patch (9.15 KB, patch)
2010-06-20 14:52 PDT, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2010-06-20 14:52:31 PDT
mitz
Comment 2 2010-06-20 15:02:28 PDT
Comment on attachment 59217 [details] Patch > + cfBundle = CFBundleCreate(NULL, (CFURLRef)[NSURL fileURLWithPath:path]); Please change NULL to kCFAllocatorDefault. > + if (nsBundle == nil) { Please change this to !nsBundle.
Anders Carlsson
Comment 3 2010-06-20 18:30:28 PDT
Note You need to log in before you can comment on or make changes to this bug.