| Index: public/web/WebElement.h
 | 
| diff --git a/public/web/WebElement.h b/public/web/WebElement.h
 | 
| index 797413460988f241ba733b016837a1a9f3ccb334..34246edd88484d6efd449ff7adbef31739e74b49 100644
 | 
| --- a/public/web/WebElement.h
 | 
| +++ b/public/web/WebElement.h
 | 
| @@ -65,6 +65,8 @@ public:
 | 
|      BLINK_EXPORT WebString attributeValue(unsigned index) const;
 | 
|      BLINK_EXPORT unsigned attributeCount() const;
 | 
|  
 | 
| +    BLINK_EXPORT WebString innerHTML() const;
 | 
| +
 | 
|      // If this element takes up space in the layout of the page.
 | 
|      BLINK_EXPORT bool hasNonEmptyLayoutSize() const;
 | 
|  
 | 
| 
 |