| Index: Source/core/html/canvas/ArrayBuffer.idl
|
| diff --git a/Source/core/html/canvas/ArrayBuffer.idl b/Source/core/html/canvas/ArrayBuffer.idl
|
| index b56950f28643fb59494564bb0974be2c42d0412d..6743a9a9b3cdfe2c15b642da6245c06b569254a1 100644
|
| --- a/Source/core/html/canvas/ArrayBuffer.idl
|
| +++ b/Source/core/html/canvas/ArrayBuffer.idl
|
| @@ -26,7 +26,6 @@
|
| [
|
| CustomConstructor(unsigned long length),
|
| ImplementationNamespace=WTF,
|
| - ImplementationLacksVTable
|
| ] interface ArrayBuffer {
|
| readonly attribute unsigned long byteLength;
|
| ArrayBuffer slice(long begin, optional long end);
|
|
|