| Index: public/web/WebHistoryItem.h
|
| diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
|
| index c7a4d417b4cc1e4d482987a4550868e52c5971a5..4cdb296e23387d0ad0cd5342448e5c4a4a3efccc 100644
|
| --- a/public/web/WebHistoryItem.h
|
| +++ b/public/web/WebHistoryItem.h
|
| @@ -103,6 +103,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;
|
|
|