| Index: public/web/WebHistoryItem.h
|
| diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
|
| index 9a91d4532c9db40af8da19bfc57f7fd5325c4f1a..a90840304157da1c57b8b19888b9c1ab39d2f250 100644
|
| --- a/public/web/WebHistoryItem.h
|
| +++ b/public/web/WebHistoryItem.h
|
| @@ -106,6 +106,7 @@ public:
|
| BLINK_EXPORT void setHTTPBody(const WebHTTPBody&);
|
|
|
| BLINK_EXPORT WebVector<WebHistoryItem> children() const;
|
| + BLINK_EXPORT void setChildren(const WebVector<WebHistoryItem>&);
|
| BLINK_EXPORT void appendToChildren(const WebHistoryItem&);
|
|
|
| BLINK_EXPORT WebVector<WebString> getReferencedFilePaths() const;
|
|
|