| Index: webkit/glue/webframe.h
|
| ===================================================================
|
| --- webkit/glue/webframe.h (revision 5111)
|
| +++ webkit/glue/webframe.h (working copy)
|
| @@ -352,9 +352,6 @@
|
| // Prints one page. |page| is 0-based.
|
| virtual bool SpoolPage(int page, gfx::PlatformCanvas* canvas) = 0;
|
|
|
| - // Does this frame have an onunload or unbeforeunload event listener?
|
| - virtual bool HasUnloadListener() = 0;
|
| -
|
| // Is this frame reloading with allowing stale data? This will be true when
|
| // the encoding of the page is changed and it needs to be re-interpreted,
|
| // but no additional loads should occur.
|
|
|