Chromium Code Reviews| Index: Source/WebCore/page/History.cpp |
| diff --git a/Source/WebCore/page/History.cpp b/Source/WebCore/page/History.cpp |
| index 58aefc427b8a4a0d1a136fd7ebbcf0fbedfd304f..0d6746fdde45164eb787f8ebfefcf6c226dbda80 100644 |
| --- a/Source/WebCore/page/History.cpp |
| +++ b/Source/WebCore/page/History.cpp |
| @@ -44,6 +44,7 @@ History::History(Frame* frame) |
| : DOMWindowProperty(frame) |
| , m_lastStateObjectRequested(0) |
| { |
| + ScriptWrappable::init(this); |
| } |
| unsigned History::length() const |