Chromium Code Reviews| Index: Source/WebCore/page/Performance.cpp |
| diff --git a/Source/WebCore/page/Performance.cpp b/Source/WebCore/page/Performance.cpp |
| index e6871b7b7d9d6016e27e5e6a815b0292b64c79d0..af94f8ebcc95c89b6e7b8988fd356f85622cef73 100644 |
| --- a/Source/WebCore/page/Performance.cpp |
| +++ b/Source/WebCore/page/Performance.cpp |
| @@ -62,6 +62,7 @@ Performance::Performance(Frame* frame) |
| , m_userTiming(0) |
| #endif // ENABLE(USER_TIMING) |
| { |
| + ScriptWrappable::init(this); |
| } |
| Performance::~Performance() |