[Webkit-unassigned] [Bug 45680] [WINCE] Add FrameNetworkingContextWinCE::blockedError

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 16 07:50:45 PDT 2010


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





--- Comment #6 from Patrick R. Gansterer <paroga at paroga.com>  2010-09-16 07:50:45 PST ---
(In reply to comment #4)
> (From update of attachment 67657 [details])
> > WebKit/wince/WebCoreSupport/FrameNetworkingContextWinCE.cpp:55
> > +WebCore::ResourceError FrameNetworkingContextWinCE::blockedError(const WebCore::ResourceRequest&) const
> > +{
> > +    notImplemented();
> > +    return WebCore::ResourceError();
> > +}
> 
> There's no need for any of the "WebCore::"s here, since you have "using namespace WebCore;" near the top of the file.
I can remove it at WebCore::ResourceError, but it's strange to have it only on some places...

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