[webkit-reviews] review granted: [Bug 115172] REGRESSION (r147797): Animations slideshows of images on www.thesuperficial.com are slow : [Attachment 199655] patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 25 06:03:34 PDT 2013
Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 115172: REGRESSION (r147797): Animations slideshows of images on
www.thesuperficial.com are slow
https://bugs.webkit.org/show_bug.cgi?id=115172
Attachment 199655: patch
https://bugs.webkit.org/attachment.cgi?id=199655&action=review
------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=199655&action=review
r=me
> Source/WebCore/loader/FrameLoader.cpp:3322
> - bool isLoadProgressing =
m_frame->page()->progress()->isLoadProgressing();
> + bool isLoadProgressing =
m_frame->page()->progress()->isMainLoadProgressing();
You may also want to rename the variable.
More information about the webkit-reviews
mailing list