Chromium Code Reviews| Index: Source/core/frame/Location.cpp |
| diff --git a/Source/core/frame/Location.cpp b/Source/core/frame/Location.cpp |
| index e651dffa7f852e1f486a4dcb5f482e041a4f5b99..7e3f4504a18b085682e8b84523b21c50fac9b952 100644 |
| --- a/Source/core/frame/Location.cpp |
| +++ b/Source/core/frame/Location.cpp |
| @@ -44,7 +44,6 @@ namespace blink { |
| Location::Location(LocalFrame* frame) |
| : DOMWindowProperty(frame) |
| { |
| - ScriptWrappable::init(this); |
| } |
| inline const KURL& Location::url() const |