Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1805)

Unified Diff: Source/platform/blob/BlobData.cpp

Issue 856073002: Removing unused function BlobData::swapItems() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/blob/BlobData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blob/BlobData.cpp
diff --git a/Source/platform/blob/BlobData.cpp b/Source/platform/blob/BlobData.cpp
index 6d5361cee39a908550ff54eea20b0c1eee85647f..15d475044e5b7c934edbec3319e9e293f47a059a 100644
--- a/Source/platform/blob/BlobData.cpp
+++ b/Source/platform/blob/BlobData.cpp
@@ -120,10 +120,6 @@ void BlobData::appendBytes(const void* bytes, size_t length)
m_items.append(BlobDataItem(data.release()));
}
-void BlobData::swapItems(BlobDataItemList& items)
-{
- m_items.swap(items);
-}
long long BlobData::length() const
{
« no previous file with comments | « Source/platform/blob/BlobData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698