Index: public/web/WebFrame.h |
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h |
index 9155e084f11488892c0f9a3825a98c742684e1ed..60492365cf27940eb4168758830d1756b3d76e4a 100644 |
--- a/public/web/WebFrame.h |
+++ b/public/web/WebFrame.h |
@@ -247,6 +247,9 @@ public: |
// handler suppressed unloading. |
virtual bool dispatchBeforeUnloadEvent() = 0; |
+ // Runs unload handlers for this frame. |
+ virtual void dispatchUnloadEvent() = 0; |
+ |
// Scripting ---------------------------------------------------------- |