| Index: Source/core/html/HTMLIFrameElement.h
 | 
| diff --git a/Source/core/html/HTMLIFrameElement.h b/Source/core/html/HTMLIFrameElement.h
 | 
| index 2e99bbfebac2c36d6398bcf99a57769bdf51db8a..dbcb350eeecf2b00bc6f67380b22684b033cd286 100644
 | 
| --- a/Source/core/html/HTMLIFrameElement.h
 | 
| +++ b/Source/core/html/HTMLIFrameElement.h
 | 
| @@ -49,8 +49,8 @@ private:
 | 
|      virtual InsertionNotificationRequest insertedInto(ContainerNode*) override;
 | 
|      virtual void removedFrom(ContainerNode*) override;
 | 
|  
 | 
| -    virtual bool layoutObjectIsNeeded(const LayoutStyle&) override;
 | 
| -    virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
 | 
| +    virtual bool layoutObjectIsNeeded(const ComputedStyle&) override;
 | 
| +    virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
 | 
|  
 | 
|      virtual bool loadedNonEmptyDocument() const override { return m_didLoadNonEmptyDocument; }
 | 
|      virtual void didLoadNonEmptyDocument() override { m_didLoadNonEmptyDocument = true; }
 | 
| 
 |