Index: Source/core/frame/Console.cpp |
diff --git a/Source/core/frame/Console.cpp b/Source/core/frame/Console.cpp |
index 5c2d7f19b19702a0aa980f5f7b1aff44f64f354a..6aa026d92c22560cf8858440bf068b49fd310e6d 100644 |
--- a/Source/core/frame/Console.cpp |
+++ b/Source/core/frame/Console.cpp |
@@ -49,7 +49,6 @@ namespace blink { |
Console::Console(LocalFrame* frame) |
: DOMWindowProperty(frame) |
{ |
- ScriptWrappable::init(this); |
} |
Console::~Console() |