| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 53e79c06fe0a0e310bbf7f5528e29adaa75c9ef2..22183e5e3bce0ca97a147f1015cd2bd06dd47655 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -678,6 +678,8 @@ class CORE_EXPORT Document : public ContainerNode,
|
| bool shouldScheduleLayout() const;
|
| int elapsedTime() const;
|
|
|
| + bool canCreateHistoryEntry() const;
|
| +
|
| TextLinkColors& textLinkColors() { return m_textLinkColors; }
|
| VisitedLinkState& visitedLinkState() const { return *m_visitedLinkState; }
|
|
|
|
|