Chromium Code Reviews| Index: Source/core/frame/BarProp.cpp |
| diff --git a/Source/core/frame/BarProp.cpp b/Source/core/frame/BarProp.cpp |
| index 42ec4cf10c05f547b0da69c919d2159dbf5ac5ea..1e11b8c61acd155d71e2b6ed578c32a5005c7ab3 100644 |
| --- a/Source/core/frame/BarProp.cpp |
| +++ b/Source/core/frame/BarProp.cpp |
| @@ -39,7 +39,6 @@ BarProp::BarProp(LocalFrame* frame, Type type) |
| : DOMWindowProperty(frame) |
| , m_type(type) |
| { |
| - ScriptWrappable::init(this); |
| } |
| bool BarProp::visible() const |