| Index: Source/core/loader/DocumentLoader.h
|
| diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
|
| index 316f98146c52f08857d645d4aab94c809f6d88e6..843027e47e4f2e23fd0ecebfb27936e3992c9232 100644
|
| --- a/Source/core/loader/DocumentLoader.h
|
| +++ b/Source/core/loader/DocumentLoader.h
|
| @@ -137,6 +137,8 @@ namespace blink {
|
| };
|
| InitialScrollState& initialScrollState() { return m_initialScrollState; }
|
|
|
| + bool loadingMultipartContent() const;
|
| +
|
| protected:
|
| DocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&);
|
|
|
|
|