| Index: Source/core/loader/DocumentLoader.h
|
| diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
|
| index 3f9109805ab00ec94e2c689094b000a482fad27a..080a88131947ff1c8e89580a2bd19ba04005078c 100644
|
| --- a/Source/core/loader/DocumentLoader.h
|
| +++ b/Source/core/loader/DocumentLoader.h
|
| @@ -115,7 +115,7 @@ namespace WebCore {
|
|
|
| bool scheduleArchiveLoad(Resource*, const ResourceRequest&);
|
|
|
| - bool shouldContinueForNavigationPolicy(const ResourceRequest&);
|
| + bool shouldContinueForNavigationPolicy(const ResourceRequest&, bool isTransitionNavigation = false);
|
| const NavigationAction& triggeringAction() const { return m_triggeringAction; }
|
| void setTriggeringAction(const NavigationAction& action) { m_triggeringAction = action; }
|
|
|
|
|