WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2010-06-20 14:52:31 PDT
Created
attachment 59217
[details]
Patch
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
Committed
r61519
: <
http://trac.webkit.org/changeset/61519
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug