| Index: Source/WebCore/loader/FrameLoader.h
|
| ===================================================================
|
| --- Source/WebCore/loader/FrameLoader.h (revision 141117)
|
| +++ Source/WebCore/loader/FrameLoader.h (working copy)
|
| @@ -123,8 +123,6 @@
|
| void loadItem(HistoryItem*, FrameLoadType);
|
| HistoryItem* requestedHistoryItem() const { return m_requestedHistoryItem.get(); }
|
|
|
| - void retryAfterFailedCacheOnlyMainResourceLoad();
|
| -
|
| static void reportLocalLoadFailed(Frame*, const String& url);
|
|
|
| // FIXME: These are all functions which stop loads. We have too many.
|
| @@ -284,17 +282,12 @@
|
| void reportMemoryUsage(MemoryObjectInfo*) const;
|
|
|
| private:
|
| - enum FormSubmissionCacheLoadPolicy {
|
| - MayAttemptCacheOnlyLoadForFormSubmissionItem,
|
| - MayNotAttemptCacheOnlyLoadForFormSubmissionItem
|
| - };
|
| -
|
| bool allChildrenAreComplete() const; // immediate children, not all descendants
|
|
|
| void checkTimerFired(Timer<FrameLoader>*);
|
|
|
| void loadSameDocumentItem(HistoryItem*);
|
| - void loadDifferentDocumentItem(HistoryItem*, FrameLoadType, FormSubmissionCacheLoadPolicy);
|
| + void loadDifferentDocumentItem(HistoryItem*, FrameLoadType);
|
|
|
| void loadProvisionalItemFromCachedPage();
|
|
|
|
|