| Index: Source/core/loader/HistoryController.h
|
| diff --git a/Source/core/loader/HistoryController.h b/Source/core/loader/HistoryController.h
|
| index 112408d6850bd1f6e8e0a67069f419efee6fd5ed..a5f85b855472f8d080cf2768c7bbce7d5c89a4bd 100644
|
| --- a/Source/core/loader/HistoryController.h
|
| +++ b/Source/core/loader/HistoryController.h
|
| @@ -40,7 +40,6 @@ namespace WebCore {
|
|
|
| class Frame;
|
| class SerializedScriptValue;
|
| -class StringWithDirection;
|
|
|
| class HistoryController {
|
| WTF_MAKE_NONCOPYABLE(HistoryController);
|
| @@ -63,7 +62,7 @@ public:
|
|
|
| HistoryItem* currentItem() const { return m_currentItem.get(); }
|
| void setCurrentItem(HistoryItem*);
|
| - void setCurrentItemTitle(const StringWithDirection&);
|
| + void setCurrentItemTitle(const String&);
|
| bool currentItemShouldBeReplaced() const;
|
|
|
| HistoryItem* previousItem() const { return m_previousItem.get(); }
|
|
|