Chromium Code Reviews| Index: Source/core/frame/Location.cpp |
| diff --git a/Source/core/frame/Location.cpp b/Source/core/frame/Location.cpp |
| index 7e3f4504a18b085682e8b84523b21c50fac9b952..023edca250dada2eaa939ddaa91d73aa7c5ec5bf 100644 |
| --- a/Source/core/frame/Location.cpp |
| +++ b/Source/core/frame/Location.cpp |
| @@ -46,6 +46,11 @@ Location::Location(LocalFrame* frame) |
| { |
| } |
| +void Location::trace(Visitor* visitor) |
| +{ |
| + DOMWindowProperty::trace(visitor); |
| +} |
| + |
| inline const KURL& Location::url() const |
| { |
| ASSERT(m_frame); |