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+

Alexey Proskuryakov
Reported 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.
Attachments
proposed fix (1.55 KB, patch)
2013-02-16 10:30 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2013-02-16 10:30:23 PST
Created attachment 188718 [details] proposed fix
Alexey Proskuryakov
Comment 2 2013-02-16 21:48:33 PST
Note You need to log in before you can comment on or make changes to this bug.