| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index e35e319e4778e2ef42e332590cbb50e9c5861840..262ec59120d7fe2d7dddfc540c122afee7be284c 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -150,6 +150,7 @@ public:
|
|
|
| // Runs beforeunload handlers for the current page, returning false if
|
| // any handler suppressed unloading.
|
| + // OBSOLETE; DO NOT USE. Call it on WebFrame instead.
|
| virtual bool dispatchBeforeUnloadEvent() = 0;
|
|
|
| // Runs unload handlers for the current page.
|
|
|