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

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

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 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/modules/mediastream/MediaStream.h ('k') | Source/modules/mediastream/MediaStreamTrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaStreamEvent.h
diff --git a/Source/modules/mediastream/MediaStreamEvent.h b/Source/modules/mediastream/MediaStreamEvent.h
index fc3907bffba5acdd08c8104db4df158500b71ad1..53b04704a42cd2c20ecb81d4ef038781db7a21b5 100644
--- a/Source/modules/mediastream/MediaStreamEvent.h
+++ b/Source/modules/mediastream/MediaStreamEvent.h
@@ -38,6 +38,7 @@ struct MediaStreamEventInit : public EventInit {
};
class MediaStreamEvent FINAL : public Event {
+ DEFINE_WRAPPERTYPEINFO();
public:
virtual ~MediaStreamEvent();
« no previous file with comments | « Source/modules/mediastream/MediaStream.h ('k') | Source/modules/mediastream/MediaStreamTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698