Index: Source/core/html/canvas/DataView.cpp |
diff --git a/Source/core/html/canvas/DataView.cpp b/Source/core/html/canvas/DataView.cpp |
index c0a18ea3b126660504dde623c23168bad388b546..8ce7fcc3f3688c71640f3f1cb106dd151f6072b2 100644 |
--- a/Source/core/html/canvas/DataView.cpp |
+++ b/Source/core/html/canvas/DataView.cpp |
@@ -69,7 +69,6 @@ DataView::DataView(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned |
: ArrayBufferView(buffer, byteOffset) |
, m_byteLength(byteLength) |
{ |
- ScriptWrappable::init(this); |
} |
static bool needToFlipBytes(bool littleEndian) |