Bug 33992 - Move m_pendingStateObject from Document and FrameLoader to DocumentLoader
Summary: Move m_pendingStateObject from Document and FrameLoader to DocumentLoader
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-22 00:35 PST by Darin Fisher (:fishd, Google)
Modified: 2011-03-11 12:00 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Fisher (:fishd, Google) 2010-01-22 00:35:22 PST
Move m_pendingStateObject from Document and FrameLoader to DocumentLoader.

It seems like we should only need one place to store the pending state object, and DocumentLoader seems like a good place to me.

This is forked off from https://bugs.webkit.org/show_bug.cgi?id=33571

Brady says he "can imagine at least a few scenarios where it might not be safe or correct."  Brady, can you mention those here?