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

Unified Diff: Source/core/html/MediaKeyEvent.h

Issue 1306613002: Keep auxilliary media objects on the heap always. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/core/html/MediaKeyError.idl ('k') | Source/core/html/TimeRanges.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaKeyEvent.h
diff --git a/Source/core/html/MediaKeyEvent.h b/Source/core/html/MediaKeyEvent.h
index e2669457071af17cee78742d402e63ee3ec304c9..37bfacb6a9c9792847dc2a762dc1d6f615133ba1 100644
--- a/Source/core/html/MediaKeyEvent.h
+++ b/Source/core/html/MediaKeyEvent.h
@@ -70,7 +70,7 @@ private:
RefPtr<DOMUint8Array> m_initData;
RefPtr<DOMUint8Array> m_message;
String m_defaultURL;
- RefPtrWillBeMember<MediaKeyError> m_errorCode;
+ PersistentWillBeMember<MediaKeyError> m_errorCode;
unsigned short m_systemCode;
};
« no previous file with comments | « Source/core/html/MediaKeyError.idl ('k') | Source/core/html/TimeRanges.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698