| Index: Source/WebCore/bindings/dart/custom/DartDOMFormDataCustom.cpp
|
| diff --git a/Source/WebCore/bindings/dart/custom/DartDOMFormDataCustom.cpp b/Source/WebCore/bindings/dart/custom/DartDOMFormDataCustom.cpp
|
| index e63c342a375fbab956f14adb691ac6d259d82092..181be6df44bbe95992daba1dd6fe06051cde0318 100644
|
| --- a/Source/WebCore/bindings/dart/custom/DartDOMFormDataCustom.cpp
|
| +++ b/Source/WebCore/bindings/dart/custom/DartDOMFormDataCustom.cpp
|
| @@ -34,6 +34,12 @@ namespace WebCore {
|
|
|
| namespace DartDOMFormDataInternal {
|
|
|
| +void constructorCallback(Dart_NativeArguments)
|
| +{
|
| + // FIXME: proper implementation.
|
| + DART_UNIMPLEMENTED();
|
| +}
|
| +
|
| void appendCallback(Dart_NativeArguments)
|
| {
|
| // FIXME: proper implementation.
|
|
|