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 11da84638275a248cc9feee7dc77d554f774b886..03bf861cbb18a34eb57609d5ce1a551ce7ec5913 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 |
} |
} |
+BlameContext* FrameLoaderClientImpl::frameBlameContext() |
+{ |
+ if (!m_webFrame->client()) |
+ return nullptr; |
+ return m_webFrame->client()->frameBlameContext(); |
+} |
+ |
} // namespace blink |