[webkit-reviews] review granted: [Bug 92272] ProgressTracker never completes if iframe detached during parsing : [Attachment 158893] Add a helper class to match ProgressTracker calls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 14:01:02 PDT 2012


Adam Barth <abarth at webkit.org> has granted Nate Chapin <japhet at chromium.org>'s
request for review:
Bug 92272: ProgressTracker never completes if iframe detached during parsing
https://bugs.webkit.org/show_bug.cgi?id=92272

Attachment 158893: Add a helper class to match ProgressTracker calls
https://bugs.webkit.org/attachment.cgi?id=158893&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=158893&action=review


> Source/WebCore/loader/FrameLoader.h:376
> +    class FrameProgressTracker {

I would have forward declared the class and then put the definition in
FrameLoader.cpp, but this is fine too.	:)


More information about the webkit-reviews mailing list