| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index a0435f267707bbb6ec6879d5f1906d2200954a3a..1c3e5738b25e16ab1e18c94ffb99aadfb2d5ec81 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -238,6 +238,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
|
|
|
| ContentSettingsClient* GetContentSettingsClient();
|
| FrameResourceCoordinator* GetFrameResourceCoordinator() {
|
| + // can be null
|
| return frame_resource_coordinator_;
|
| }
|
|
|
|
|