[Webkit-unassigned] [Bug 40092] spellcheck does not check pasted text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 20 14:09:50 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40092





--- Comment #37 from Darin Adler <darin at apple.com>  2010-10-20 14:09:49 PST ---
(In reply to comment #35)
> > WebKit/mac/WebCoreSupport/WebEditorClient.mm:954
> > +    RetainPtr<NSArray> _results;
> 
> Seems a bit odd, but I guess this is Objective c++?  Are destructors called for obj-c++?

Yes.

> Isn't there a new fancy obj-c2 way to do autoretain?

The fancy new Objective-C 2 way to do it would be to have property access handle the retain/release or to use garbage collection.

Using a RetainPtr is the right way to do it in WebKit.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list