| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index e9cd610cc75d86b134db6dc57df9d4b93e15d515..12b5bab13d5dff007b7a3c5979c66dc4ef81554f 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -748,6 +748,11 @@ WebPerformance WebLocalFrameImpl::performance() const
|
| return WebPerformance(&frame()->domWindow()->performance());
|
| }
|
|
|
| +WebURL WebLocalFrameImpl::manifestURL() const
|
| +{
|
| + return frame()->document()->manifestURL();
|
| +}
|
| +
|
| bool WebLocalFrameImpl::dispatchBeforeUnloadEvent()
|
| {
|
| if (!frame())
|
|
|