Index: Source/core/page/DOMWindow.h |
diff --git a/Source/core/page/DOMWindow.h b/Source/core/page/DOMWindow.h |
index db316012fcae24ee8d64df6b38a5e6cc53946d92..7f74875b3da7b7d646efd799ae737b99af5676a9 100644 |
--- a/Source/core/page/DOMWindow.h |
+++ b/Source/core/page/DOMWindow.h |
@@ -107,9 +107,6 @@ namespace WebCore { |
unsigned pendingUnloadEventListeners() const; |
- static bool dispatchAllPendingBeforeUnloadEvents(); |
- static void dispatchAllPendingUnloadEvents(); |
- |
static FloatRect adjustWindowRect(Page*, const FloatRect& pendingChanges); |
bool allowPopUp(); // Call on first window, not target window. |