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

Unified Diff: Source/modules/mediastream/URLMediaStream.h

Issue 1318793005: [part 2] Make classes and structures in modules fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/modules/mediastream/NavigatorMediaStream.cpp ('k') | Source/modules/mediastream/UserMediaClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/URLMediaStream.h
diff --git a/Source/modules/mediastream/URLMediaStream.h b/Source/modules/mediastream/URLMediaStream.h
index 09c96523da07155157a24a07acb7e165f57f231d..8fe758d255779aabb78557c589e797c599196d86 100644
--- a/Source/modules/mediastream/URLMediaStream.h
+++ b/Source/modules/mediastream/URLMediaStream.h
@@ -31,6 +31,7 @@
#ifndef URLMediaStream_h
#define URLMediaStream_h
+#include "wtf/Allocator.h"
#include "wtf/Forward.h"
namespace blink {
@@ -39,6 +40,7 @@ class MediaStream;
class ExecutionContext;
class URLMediaStream {
+ STATIC_ONLY(URLMediaStream);
public:
static String createObjectURL(ExecutionContext*, MediaStream*);
};
« no previous file with comments | « Source/modules/mediastream/NavigatorMediaStream.cpp ('k') | Source/modules/mediastream/UserMediaClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698