Chromium Code Reviews| Index: public/web/WebView.h |
| diff --git a/public/web/WebView.h b/public/web/WebView.h |
| index 2442f549df70733f1f9094f4401c066ece67e6b9..249fce04d2f9444ea5adc8ae0e5c1e645e603fda 100644 |
| --- a/public/web/WebView.h |
| +++ b/public/web/WebView.h |
| @@ -149,6 +149,7 @@ public: |
| // Closing ------------------------------------------------------------- |
| // Runs unload handlers for the current page. |
| + // OBSOLETE; DO NOT USE. Call it on WebFrame instead. |
| virtual void dispatchUnloadEvent() = 0; |