| Index: Source/platform/Widget.h
|
| diff --git a/Source/platform/Widget.h b/Source/platform/Widget.h
|
| index e5d5aafa736ae657e8e9fc9ea055211f28fd1dc1..3931a196cfa9337edd4abf733ced880a2f8fa72d 100644
|
| --- a/Source/platform/Widget.h
|
| +++ b/Source/platform/Widget.h
|
| @@ -86,7 +86,6 @@ public:
|
| virtual bool isRemoteFrameView() const { return false; }
|
| virtual bool isPluginView() const { return false; }
|
| virtual bool isPluginContainer() const { return false; }
|
| - virtual bool pluginShouldPersist() const { return false; }
|
| virtual bool isScrollbar() const { return false; }
|
|
|
| virtual HostWindow* hostWindow() const { ASSERT_NOT_REACHED(); return 0; }
|
|
|