RESOLVED FIXED 40894
Move the NSBundle ivar to WebPluginPackage
https://bugs.webkit.org/show_bug.cgi?id=40894
Summary Move the NSBundle ivar to WebPluginPackage
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.