| Index: Source/WebCore/bindings/dart/custom/DartArrayBufferCustom.cpp
|
| diff --git a/Source/WebCore/bindings/dart/custom/DartDOMFormDataCustom.cpp b/Source/WebCore/bindings/dart/custom/DartArrayBufferCustom.cpp
|
| similarity index 93%
|
| copy from Source/WebCore/bindings/dart/custom/DartDOMFormDataCustom.cpp
|
| copy to Source/WebCore/bindings/dart/custom/DartArrayBufferCustom.cpp
|
| index e63c342a375fbab956f14adb691ac6d259d82092..1b2c44369d07a11c19c0f8bdc4ae405c9383ae69 100644
|
| --- a/Source/WebCore/bindings/dart/custom/DartDOMFormDataCustom.cpp
|
| +++ b/Source/WebCore/bindings/dart/custom/DartArrayBufferCustom.cpp
|
| @@ -28,13 +28,13 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| #include "config.h"
|
| -#include "DartDOMFormData.h"
|
| +#include "DartArrayBuffer.h"
|
|
|
| namespace WebCore {
|
|
|
| -namespace DartDOMFormDataInternal {
|
| +namespace DartArrayBufferInternal {
|
|
|
| -void appendCallback(Dart_NativeArguments)
|
| +void constructorCallback(Dart_NativeArguments)
|
| {
|
| // FIXME: proper implementation.
|
| DART_UNIMPLEMENTED();
|
|
|