Index: Source/modules/encryptedmedia/MediaKeySession.cpp |
diff --git a/Source/modules/encryptedmedia/MediaKeySession.cpp b/Source/modules/encryptedmedia/MediaKeySession.cpp |
index b3425497d32cd934ae81b43cd589cd2a414cdf4f..0fc2f2fdc1a3188fc95d983d74804babe835a04c 100644 |
--- a/Source/modules/encryptedmedia/MediaKeySession.cpp |
+++ b/Source/modules/encryptedmedia/MediaKeySession.cpp |
@@ -38,8 +38,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(MediaKeySession); |
- |
PassOwnPtr<MediaKeySession::PendingAction> MediaKeySession::PendingAction::CreatePendingUpdate(PassRefPtr<Uint8Array> data) |
{ |
return adoptPtr(new PendingAction(Update, data)); |