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

Unified Diff: Source/WebKit/chromium/src/InbandTextTrackPrivateImpl.h

Issue 15236002: WebInbandTextTrack should be deallocated by caller (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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 | Source/WebKit/chromium/src/InbandTextTrackPrivateImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/InbandTextTrackPrivateImpl.h
diff --git a/Source/WebKit/chromium/src/InbandTextTrackPrivateImpl.h b/Source/WebKit/chromium/src/InbandTextTrackPrivateImpl.h
index f225f19b3250d520fb153348a82085f39b49c236..55106bfb4ddb8efcf6bbfa92657948ea9388ef9e 100644
--- a/Source/WebKit/chromium/src/InbandTextTrackPrivateImpl.h
+++ b/Source/WebKit/chromium/src/InbandTextTrackPrivateImpl.h
@@ -33,7 +33,6 @@
#include "core/platform/graphics/InbandTextTrackPrivate.h"
#include "WebInbandTextTrackClient.h"
-#include <wtf/OwnPtr.h>
namespace WebCore {
class InbandTextTrackPrivateClient;
@@ -72,7 +71,7 @@ public:
const WebString& settings);
private:
- OwnPtr<WebInbandTextTrack> m_track;
+ WebInbandTextTrack* m_track;
};
}
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/InbandTextTrackPrivateImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698