| Index: Source/core/frame/LocalFrame.cpp
|
| diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
|
| index 58d96290854b4087377de9b8172aa52a1e38e637..996f1705eee04ff9c69a49f657d869f787827c73 100644
|
| --- a/Source/core/frame/LocalFrame.cpp
|
| +++ b/Source/core/frame/LocalFrame.cpp
|
| @@ -293,11 +293,6 @@ SecurityContext* LocalFrame::securityContext() const
|
| return document();
|
| }
|
|
|
| -bool LocalFrame::checkLoadComplete()
|
| -{
|
| - return loader().checkLoadCompleteForThisFrame();
|
| -}
|
| -
|
| void LocalFrame::disconnectOwnerElement()
|
| {
|
| if (owner()) {
|
|
|