| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index 0748b050d457c22de948fd8199c8bf42b8bd80fb..c2a137f5df459dbefcd6ca5c6edc76bd193ef2cb 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::DispatchFrameOwnerLoadEvent() const
|
| +{
|
| + ASSERT(frame()->owner()->isLocal());
|
| + frame()->owner()->dispatchLoad();
|
| +}
|
| +
|
| void WebRemoteFrameImpl::didStartLoading()
|
| {
|
| frame()->setIsLoading(true);
|
|
|