Index: third_party/WebKit/Source/core/html/ImageData.cpp |
diff --git a/third_party/WebKit/Source/core/html/ImageData.cpp b/third_party/WebKit/Source/core/html/ImageData.cpp |
index e5d82fa02146d541587d866732880f817ac3b51d..5cf5773b2eb3a0edba6703f048236006d606eb2f 100644 |
--- a/third_party/WebKit/Source/core/html/ImageData.cpp |
+++ b/third_party/WebKit/Source/core/html/ImageData.cpp |
@@ -182,9 +182,4 @@ ImageData::ImageData(const IntSize& size, DOMUint8ClampedArray* byteArray) |
ASSERT_WITH_SECURITY_IMPLICATION(static_cast<unsigned>(size.width() * size.height() * 4) <= m_data->length()); |
} |
-void ImageData::dispose() |
-{ |
- m_data.clear(); |
-} |
- |
} // namespace blink |