Bug 110022

Summary: Identifier generated twice in FrameLoader::loadResourceSynchronously()
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Page LoadingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, beidson, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix darin: review+

Description Alexey Proskuryakov 2013-02-16 10:28:10 PST
There are two variables named identifier, the inner one shadowing the outer one. So, we generate the identifier twice, and a wrong result is returned from the function.
Comment 1 Alexey Proskuryakov 2013-02-16 10:30:23 PST
Created attachment 188718 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-02-16 21:48:33 PST
Committed <http://trac.webkit.org/r143123>.