Index: Source/core/svg/SVGElement.cpp |
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp |
index 8f30fc2b544a3a88c78cb217117fd61fbe0768b6..2c3050f3a6caa1c4b2717bd81d90e0b2d38a1cab 100644 |
--- a/Source/core/svg/SVGElement.cpp |
+++ b/Source/core/svg/SVGElement.cpp |
@@ -1191,9 +1191,4 @@ const AtomicString& SVGElement::eventParameterName() |
return evtString; |
} |
-v8::Handle<v8::Object> SVGElement::wrap(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
-{ |
- return createV8SVGWrapper(this, creationContext, isolate); |
-} |
- |
} // namespace blink |