RESOLVED FIXED 110022
Identifier generated twice in FrameLoader::loadResourceSynchronously()
https://bugs.webkit.org/show_bug.cgi?id=110022
Summary Identifier generated twice in FrameLoader::loadResourceSynchronously()
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.