Chromium Code Reviews| Index: Source/WebCore/page/Location.cpp |
| diff --git a/Source/WebCore/page/Location.cpp b/Source/WebCore/page/Location.cpp |
| index 36b35c4dee3fdd7860028b862f4648a95483dda8..f5c91e517101ad9cfc648b0f181f0ad2409b47cd 100644 |
| --- a/Source/WebCore/page/Location.cpp |
| +++ b/Source/WebCore/page/Location.cpp |
| @@ -42,6 +42,7 @@ namespace WebCore { |
| Location::Location(Frame* frame) |
| : DOMWindowProperty(frame) |
| { |
| + ScriptWrappable::init(this); |
| } |
| inline const KURL& Location::url() const |