Index: public/web/WebView.h |
diff --git a/public/web/WebView.h b/public/web/WebView.h |
index c45462b34d298be59dee5555183e7b48d51cec1f..7c9a0d1228f953201958385705f2c07530f8d730 100644 |
--- a/public/web/WebView.h |
+++ b/public/web/WebView.h |
@@ -148,13 +148,6 @@ public: |
virtual void setWindowFeatures(const WebWindowFeatures&) = 0; |
- // Closing ------------------------------------------------------------- |
- |
- // Runs unload handlers for the current page. |
- // OBSOLETE; DO NOT USE. Call it on WebFrame instead. |
- virtual void dispatchUnloadEvent() = 0; |
- |
- |
// Frames -------------------------------------------------------------- |
virtual WebFrame* mainFrame() = 0; |