| Index: Source/core/loader/FrameFetchContext.h
|
| diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h
|
| index 59766cdb5828226ad9efe8ecbefd975e10de2088..972d1297ca4ffa70e8efa839140f457b49fba9bf 100644
|
| --- a/Source/core/loader/FrameFetchContext.h
|
| +++ b/Source/core/loader/FrameFetchContext.h
|
| @@ -116,7 +116,7 @@ public:
|
|
|
| private:
|
| explicit FrameFetchContext(DocumentLoader*);
|
| - inline DocumentLoader* ensureLoaderForNotifications();
|
| + inline DocumentLoader* ensureLoaderForNotifications() const;
|
|
|
| LocalFrame* frame() const; // Can be null
|
| void printAccessDeniedMessage(const KURL&) const;
|
|
|