| Index: Source/core/html/HTMLIFrameElement.h
|
| diff --git a/Source/core/html/HTMLIFrameElement.h b/Source/core/html/HTMLIFrameElement.h
|
| index cfbedde58b5bfca20bdc98ad964dd20315e1b249..d94f9a1df10871f5a1dbaf404b04f0256f66282a 100644
|
| --- a/Source/core/html/HTMLIFrameElement.h
|
| +++ b/Source/core/html/HTMLIFrameElement.h
|
| @@ -32,8 +32,6 @@ class HTMLIFrameElement FINAL : public HTMLFrameElementBase {
|
| public:
|
| static PassRefPtr<HTMLIFrameElement> create(Document&);
|
|
|
| - bool shouldDisplaySeamlessly() const;
|
| -
|
| private:
|
| explicit HTMLIFrameElement(Document&);
|
|
|
|
|