| Index: webkit/glue/webframe_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webframe_impl.cc (revision 5111)
|
| +++ webkit/glue/webframe_impl.cc (working copy)
|
| @@ -1845,14 +1845,6 @@
|
| return true;
|
| }
|
|
|
| -bool WebFrameImpl::HasUnloadListener() {
|
| - if (frame() && frame()->document()) {
|
| - Document* doc = frame()->document();
|
| - return doc->hasUnloadEventListener();
|
| - }
|
| - return false;
|
| -}
|
| -
|
| bool WebFrameImpl::IsReloadAllowingStaleData() const {
|
| FrameLoader* loader = frame() ? frame()->loader() : NULL;
|
| if (loader) {
|
|
|