[Webkit-unassigned] [Bug 73971] [Chromium] WebFrame should have an interface to invoke spellchecking in arbitrarily

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 18 15:36:24 PST 2012


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #119825|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #11 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2012-01-18 15:36:24 PST ---
(From update of attachment 119825)
View in context: https://bugs.webkit.org/attachment.cgi?id=119825&action=review

> Source/WebKit/chromium/src/WebFrameImpl.cpp:1306
> +    RefPtr<Range> rangeToCheck = rangeOfContents(static_cast<PassRefPtr<Element> >(webElem).get());

nit: use the WebNode::unwrap helper function here.

  RefPtr<Range> rangeToCheck = rangeOfContents(webElem.unwrap<Element>.get());

-- 
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