| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index 9488d67cd2a13f9c67960482b10fa1914835b472..ba05e5ab61d227aee7820379e9d361dc89262a93 100644
|
| --- a/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -243,6 +243,12 @@ WebPerformance WebRemoteFrameImpl::performance() const
|
| return WebPerformance();
|
| }
|
|
|
| +WebURL WebRemoteFrameImpl::manifestURL() const
|
| +{
|
| + ASSERT_NOT_REACHED();
|
| + return WebURL();
|
| +}
|
| +
|
| bool WebRemoteFrameImpl::dispatchBeforeUnloadEvent()
|
| {
|
| ASSERT_NOT_REACHED();
|
|
|