WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
67063
Fold _webkit_initWithDomain into _webkit_errorWithDomain in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=67063
Summary
Fold _webkit_initWithDomain into _webkit_errorWithDomain in WebKit2
Sam Weinig
Reported
2011-08-26 13:53:11 PDT
Fold _webkit_initWithDomain into _webkit_errorWithDomain in WebKit2
Attachments
Patch
(1.83 KB, patch)
2011-08-26 13:53 PDT
,
Sam Weinig
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2011-08-26 13:53:38 PDT
Created
attachment 105403
[details]
Patch
Darin Adler
Comment 2
2011-08-26 13:54:40 PDT
Comment on
attachment 105403
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=105403&action=review
> Source/WebKit2/WebProcess/WebCoreSupport/mac/WebErrorsMac.mm:88 > + return [[[NSError alloc] initWithDomain:domain code:code userInfo:dict] autorelease];
Why the change from self to NSError?
Anders Carlsson
Comment 3
2011-08-26 14:02:56 PDT
Comment on
attachment 105403
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=105403&action=review
>> Source/WebKit2/WebProcess/WebCoreSupport/mac/WebErrorsMac.mm:88 >> + return [[[NSError alloc] initWithDomain:domain code:code userInfo:dict] autorelease]; > > Why the change from self to NSError?
I'd like to know this too! (Not that it matters since nobody subclasses NSError in the web process).
Sam Weinig
Comment 4
2011-08-26 16:38:39 PDT
(In reply to
comment #2
)
> (From update of
attachment 105403
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=105403&action=review
> > > Source/WebKit2/WebProcess/WebCoreSupport/mac/WebErrorsMac.mm:88 > > + return [[[NSError alloc] initWithDomain:domain code:code userInfo:dict] autorelease]; > > Why the change from self to NSError?
No good reason. Will change it back.
Sam Weinig
Comment 5
2011-08-26 16:44:06 PDT
Committed
r93925
: <
http://trac.webkit.org/changeset/93925
>
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