Chromium Code Reviews| Index: Source/core/frame/BarProp.cpp |
| diff --git a/Source/core/frame/BarProp.cpp b/Source/core/frame/BarProp.cpp |
| index 1e11b8c61acd155d71e2b6ed578c32a5005c7ab3..47712b49eb85014be3233f2b243c27b4f54e93ce 100644 |
| --- a/Source/core/frame/BarProp.cpp |
| +++ b/Source/core/frame/BarProp.cpp |
| @@ -41,6 +41,11 @@ BarProp::BarProp(LocalFrame* frame, Type type) |
| { |
| } |
| +void BarProp::trace(Visitor* visitor) |
| +{ |
| + DOMWindowProperty::trace(visitor); |
| +} |
| + |
| bool BarProp::visible() const |
| { |
| if (!m_frame) |