| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index 7329c73b5ae3c64b5f26a65c2c1a306cdf061f61..faa3ceb9595cc9bca82ef3ed2f1a89178767db69 100644
|
| --- a/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -394,12 +394,6 @@ void WebRemoteFrameImpl::loadHTMLString(
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -bool WebRemoteFrameImpl::isLoading() const
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| - return false;
|
| -}
|
| -
|
| void WebRemoteFrameImpl::stopLoading()
|
| {
|
| ASSERT_NOT_REACHED();
|
|
|