Bug 63873

Summary: ResourceLoadNotifier::dispatchWillSendRequest should not compare StringImpl directly
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Page LoadingAssignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Vsevolod Vlasov 2011-07-03 04:44:01 PDT
ResourceLoadNotifier::dispatchWillSendRequest should not compare StringImpl directly.
Comment 1 Vsevolod Vlasov 2011-07-04 09:34:23 PDT
Created attachment 99637 [details]
Patch
Comment 2 Alexey Proskuryakov 2011-07-04 12:47:30 PDT
Comment on attachment 99637 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=99637&action=review

> Source/WebCore/ChangeLog:9
> +        * loader/ResourceLoadNotifier.cpp:
> +        (WebCore::ResourceLoadNotifier::dispatchWillSendRequest):

Even for a very simple change like this, having per-function comments in ChangeLog would be helpful.
Comment 3 WebKit Review Bot 2011-07-04 13:28:26 PDT
Comment on attachment 99637 [details]
Patch

Clearing flags on attachment: 99637

Committed r90376: <http://trac.webkit.org/changeset/90376>
Comment 4 WebKit Review Bot 2011-07-04 13:28:31 PDT
All reviewed patches have been landed.  Closing bug.