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

Unified Diff: public/platform/WebMediaStreamTrack.h

Issue 138053003: Fix WebMediaStreamTrack::ExtraData::owner() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaStreamTrack.h
diff --git a/public/platform/WebMediaStreamTrack.h b/public/platform/WebMediaStreamTrack.h
index 1760a6bbe1d231533133839b28dccbcce72e3b27..a26660a0cd22abc20df0ba9e3ca111d49b91e956 100644
--- a/public/platform/WebMediaStreamTrack.h
+++ b/public/platform/WebMediaStreamTrack.h
@@ -43,7 +43,9 @@ class WebMediaStreamTrack {
public:
class ExtraData {
public:
+ ExtraData() : m_owner(0) { }
virtual ~ExtraData() { }
+
BLINK_EXPORT WebMediaStreamTrack owner();
#if INSIDE_BLINK
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698