| Index: Source/WebCore/bindings/dart/custom/DartAudioContextCustom.cpp
|
| diff --git a/Source/WebCore/bindings/dart/custom/DartAudioContextCustom.cpp b/Source/WebCore/bindings/dart/custom/DartAudioContextCustom.cpp
|
| index 3027c80623879f1f0beec2b0529417255541787a..aaaefd54416d6d3dfa47b0f6ae139fb8856b2db6 100644
|
| --- a/Source/WebCore/bindings/dart/custom/DartAudioContextCustom.cpp
|
| +++ b/Source/WebCore/bindings/dart/custom/DartAudioContextCustom.cpp
|
| @@ -36,6 +36,12 @@ namespace WebCore {
|
|
|
| namespace DartAudioContextInternal {
|
|
|
| +void constructorCallback(Dart_NativeArguments)
|
| +{
|
| + // FIXME: proper implementation.
|
| + DART_UNIMPLEMENTED();
|
| +}
|
| +
|
| void createBufferCallback(Dart_NativeArguments)
|
| {
|
| // FIXME: proper implementation.
|
|
|