The BlackBerry implement of ProxyServerBlackBerry.cpp.
Created attachment 116908 [details] Patch
Comment on attachment 116908 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=116908&action=review No RIM copyright needed? > Source/WebCore/platform/network/blackberry/ProxyServerBlackBerry.cpp:35 > + // FIXME: Implement. It could be a notImplemented() call.
(In reply to comment #2) > (From update of attachment 116908 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=116908&action=review > > No RIM copyright needed? > No, it's copied from the other port. > > Source/WebCore/platform/network/blackberry/ProxyServerBlackBerry.cpp:35 > > + // FIXME: Implement. > > It could be a notImplemented() call. Good idea, I'll add it when landing. Thanks for review.
Committed r101444: <http://trac.webkit.org/changeset/101444>