Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1617)

Unified Diff: webkit/glue/webframe_impl.cc

Issue 92051: Merge: chromium side [42671:42725]... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/glue/webframe_impl.cc
===================================================================
--- webkit/glue/webframe_impl.cc (revision 14126)
+++ webkit/glue/webframe_impl.cc (working copy)
@@ -1933,7 +1933,7 @@
}
int WebFrameImpl::PendingFrameUnloadEventCount() const {
- return frame()->eventHandler()->pendingFrameUnloadEventCount();
+ return frame()->domWindow()->pendingUnloadEventListeners();
}
void WebFrameImpl::RegisterPasswordListener(

Powered by Google App Engine
This is Rietveld 408576698