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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 16 07:46:06 PDT 2010


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


Adam Roben (aroben) <aroben at apple.com> changed:

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




--- Comment #4 from Adam Roben (aroben) <aroben at apple.com>  2010-09-16 07:46:07 PST ---
(From update of attachment 67657)
View in context: https://bugs.webkit.org/attachment.cgi?id=67657&action=prettypatch

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

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