| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| index 5b87d37ed3e3968f8d1783d72749275df7c7d2c8..7d98f5eee582bb6fbf6ca362b1f772b1bbeb1d59 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -1029,4 +1029,11 @@ void FrameLoaderClientImpl::suddenTerminationDisablerChanged(bool present, Sudde
|
| }
|
| }
|
|
|
| +WebBlameContext* FrameLoaderClientImpl::frameBlameContext()
|
| +{
|
| + if (!m_webFrame->client())
|
| + return nullptr;
|
| + return m_webFrame->client()->frameBlameContext();
|
| +}
|
| +
|
| } // namespace blink
|
|
|