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

Unified Diff: public/platform/WebContentDecryptionModuleResult.h

Issue 1249913002: Make ContentDecryptionModuleResult cross-thread destructible. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: canonicalize naming (type => Type) Created 5 years, 5 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 | « no previous file | public/platform/WebPrivatePtr.h » ('j') | public/platform/WebPrivatePtr.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebContentDecryptionModuleResult.h
diff --git a/public/platform/WebContentDecryptionModuleResult.h b/public/platform/WebContentDecryptionModuleResult.h
index f06bbec076ec598dc57cb75478c4611003afd632..f268c3a3bb524455da22037bc1e0f561dafeac64 100644
--- a/public/platform/WebContentDecryptionModuleResult.h
+++ b/public/platform/WebContentDecryptionModuleResult.h
@@ -66,7 +66,7 @@ private:
BLINK_PLATFORM_EXPORT void reset();
BLINK_PLATFORM_EXPORT void assign(const WebContentDecryptionModuleResult&);
- WebPrivatePtr<ContentDecryptionModuleResult> m_impl;
+ WebPrivatePtr<ContentDecryptionModuleResult, AllowCrossThreadDestruction> m_impl;
};
} // namespace blink
« no previous file with comments | « no previous file | public/platform/WebPrivatePtr.h » ('j') | public/platform/WebPrivatePtr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698