Index: Source/web/WebRemoteFrameImpl.cpp |
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp |
index 0748b050d457c22de948fd8199c8bf42b8bd80fb..6330d52c408d830271f3b86b1d4fc8cb7adb4cf0 100644 |
--- a/Source/web/WebRemoteFrameImpl.cpp |
+++ b/Source/web/WebRemoteFrameImpl.cpp |
@@ -798,6 +798,12 @@ void WebRemoteFrameImpl::setReplicatedName(const WebString& name) const |
frame()->tree().setName(name, nullAtom); |
} |
+void WebRemoteFrameImpl::DispatchLoadEventForFrameOwner() const |
+{ |
+ ASSERT(frame()->owner()->isLocal()); |
+ frame()->owner()->dispatchLoad(); |
+} |
+ |
void WebRemoteFrameImpl::didStartLoading() |
{ |
frame()->setIsLoading(true); |