| Index: Source/WebCore/bindings/dart/custom/DartDataViewCustom.cpp
|
| diff --git a/Source/WebCore/bindings/dart/custom/DartDataViewCustom.cpp b/Source/WebCore/bindings/dart/custom/DartDataViewCustom.cpp
|
| index 3898432dedcf741fb702ef5de5f8147f1a20b14b..dac752b24e5085d3194cab78b64362692043fd7c 100644
|
| --- a/Source/WebCore/bindings/dart/custom/DartDataViewCustom.cpp
|
| +++ b/Source/WebCore/bindings/dart/custom/DartDataViewCustom.cpp
|
| @@ -34,6 +34,12 @@ namespace WebCore {
|
|
|
| namespace DartDataViewInternal {
|
|
|
| +void constructorCallback(Dart_NativeArguments)
|
| +{
|
| + // FIXME: proper implementation.
|
| + DART_UNIMPLEMENTED();
|
| +}
|
| +
|
| void getInt8Callback(Dart_NativeArguments)
|
| {
|
| // FIXME: proper implementation.
|
|
|