Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: Source/WebCore/bindings/dart/custom/DartXSLTProcessorCustom.cpp

Issue 9420050: Remove hand-written implementations of constructors. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « Source/WebCore/bindings/dart/custom/DartFileReaderCustom.cpp ('k') | Source/WebCore/bindings/dart/gyp/overrides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698