summaryrefslogtreecommitdiffstats
path: root/webkit/pending
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/pending')
-rw-r--r--webkit/pending/FrameLoader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/pending/FrameLoader.h b/webkit/pending/FrameLoader.h
index 61002f2..bdcf233 100644
--- a/webkit/pending/FrameLoader.h
+++ b/webkit/pending/FrameLoader.h
@@ -247,6 +247,7 @@ namespace WebCore {
void didChangeTitle(DocumentLoader*);
FrameLoadType loadType() const;
+ FrameLoadType policyLoadType() const { return m_policyLoadType; }
void didFirstLayout();
bool firstLayoutDone() const;