Index: Source/WebCore/bindings/dart/custom/DartXSLTProcessorCustom.cpp |
diff --git a/Source/WebCore/bindings/dart/custom/DartXSLTProcessorCustom.cpp b/Source/WebCore/bindings/dart/custom/DartXSLTProcessorCustom.cpp |
index 622eaa18459d2f208d754e1d755cf8eecd186b8f..dbd29fd36c7047d9d819b3d873fb1b0b40f72bf1 100644 |
--- a/Source/WebCore/bindings/dart/custom/DartXSLTProcessorCustom.cpp |
+++ b/Source/WebCore/bindings/dart/custom/DartXSLTProcessorCustom.cpp |
@@ -36,13 +36,6 @@ namespace WebCore { |
namespace DartXSLTProcessorInternal { |
-void constructorCallback(Dart_NativeArguments args) |
-{ |
- DartApiScope dartApiScope; |
- RefPtr<XSLTProcessor> xsltProcessor = XSLTProcessor::create(); |
- DartDOMWrapper::returnValue(args, xsltProcessor.get()); |
-} |
- |
void importStylesheetCallback(Dart_NativeArguments) |
{ |
// FIXME: proper implementation. |