summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/platform/exported/WebBlobData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/platform/exported/WebBlobData.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/platform/exported/WebBlobData.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/third_party/WebKit/Source/platform/exported/WebBlobData.cpp b/chromium/third_party/WebKit/Source/platform/exported/WebBlobData.cpp
index f7c5ebedb1b..c410951eedf 100644
--- a/chromium/third_party/WebKit/Source/platform/exported/WebBlobData.cpp
+++ b/chromium/third_party/WebKit/Source/platform/exported/WebBlobData.cpp
@@ -97,12 +97,6 @@ WebString WebBlobData::contentType() const
return m_private->contentType();
}
-WebString WebBlobData::contentDisposition() const
-{
- ASSERT(!isNull());
- return m_private->contentDisposition();
-}
-
WebBlobData::WebBlobData(const PassOwnPtr<BlobData>& data)
: m_private(data)
{