Index: third_party/WebKit/public/web/WebElement.h |
diff --git a/third_party/WebKit/public/web/WebElement.h b/third_party/WebKit/public/web/WebElement.h |
index 47fd3f8025a8bb18f6be5c1b4f52a6be2275e9c5..4dee937e1fef1c4719275c8ffca8c37ee2b4d056 100644 |
--- a/third_party/WebKit/public/web/WebElement.h |
+++ b/third_party/WebKit/public/web/WebElement.h |
@@ -68,6 +68,9 @@ public: |
BLINK_EXPORT WebString attributeValue(unsigned index) const; |
BLINK_EXPORT unsigned attributeCount() const; |
+ // FIXME (for testing) |
+ BLINK_EXPORT WebString innerHTML() const; |
+ |
// If this element takes up space in the layout of the page. |
BLINK_EXPORT bool hasNonEmptyLayoutSize() const; |