| Index: third_party/WebKit/Source/core/loader/FrameLoader.h | 
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h | 
| index 4e959fa2fc1ecef61ba8dc51b8c86d961e70182f..3cf001de7b7930b26a3348e0465fd0d7af109605 100644 | 
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h | 
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h | 
| @@ -104,6 +104,7 @@ class CORE_EXPORT FrameLoader final { | 
| // you. All callers need to either protect the LocalFrame or guarantee they | 
| // won't in any way access the LocalFrame after stopAllLoaders returns. | 
| void stopAllLoaders(); | 
| +  bool isInStopAllLoaders() const { return m_inStopAllLoaders; } | 
|  | 
| // FIXME: clear() is trying to do too many things. We should break it down | 
| // into smaller functions. | 
|  |