| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index b8d53c8328172c5f4b9e7330bac87cb369af1030..89f7bd89fe8aedcbe8cac8c320130a55aba7a676 100644
|
| --- a/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -332,7 +332,8 @@ void WebRemoteFrameImpl::loadHTMLString(
|
|
|
| void WebRemoteFrameImpl::stopLoading()
|
| {
|
| - ASSERT_NOT_REACHED();
|
| + // TODO(dcheng,japhet): Calling this method should stop loads
|
| + // in all subframes, both remote and local.
|
| }
|
|
|
| WebDataSource* WebRemoteFrameImpl::provisionalDataSource() const
|
|
|