Chromium Code Reviews| Index: Source/core/loader/FrameLoader.h |
| diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h |
| index 3bf958ac3c9b9432fec255e12a160d7b292a6734..3105cf24796ceddfbabcc475f249e63da427be39 100644 |
| --- a/Source/core/loader/FrameLoader.h |
| +++ b/Source/core/loader/FrameLoader.h |
| @@ -187,7 +187,7 @@ private: |
| SubstituteData defaultSubstituteDataForURL(const KURL&); |
| bool shouldPerformFragmentNavigation(bool isFormSubmission, const String& httpMethod, FrameLoadType, const KURL&); |
| - void scrollToFragmentWithParentBoundary(const KURL&); |
| + void processFragment(const KURL&, bool isSameDocument); |
|
Nate Chapin
2015/06/08 21:54:29
Nit: bool->enum if possible. We have a LoadStartTy
skobes
2015/06/08 22:04:30
Done.
|
| void startLoad(FrameLoadRequest&, FrameLoadType, NavigationPolicy); |