diff options
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r-- | webkit/glue/webframe_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h index 14756f9..af92cd2 100644 --- a/webkit/glue/webframe_impl.h +++ b/webkit/glue/webframe_impl.h @@ -267,7 +267,6 @@ class WebFrameImpl : public WebFrame { // Returns true if the frame CSS is in "printing" mode. bool printing() const { return printing_; } - virtual bool HasUnloadListener(); virtual bool IsReloadAllowingStaleData() const; protected: |