[Webkit-unassigned] [Bug 91541] [BlackBerry] Move about: URL handling out of WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 13:58:47 PDT 2012


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


Rob Buis <rwlbuis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #153852|review?                     |review+
               Flag|                            |




--- Comment #14 from Rob Buis <rwlbuis at gmail.com>  2012-07-23 13:58:51 PST ---
(From update of attachment 153852)
View in context: https://bugs.webkit.org/attachment.cgi?id=153852&action=review

Looks good.

> Source/WebKit/blackberry/WebCoreSupport/FrameLoaderClientBlackBerry.cpp:397
> +            WTF::RefPtr<SharedBuffer> buffer = SharedBuffer::create(source.is8Bit() ? reinterpret_cast<const char*>(source.characters8()) : source.latin1().data(), source.length());

You forgot to remove the WTF:: prefix :)

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