| Index: Source/modules/mediastream/SourceInfo.h
|
| diff --git a/Source/modules/mediastream/SourceInfo.h b/Source/modules/mediastream/SourceInfo.h
|
| index 3029be0b612ebf8fa636a2e6123a69a36807a5db..0e2039c60042bd0b43a5c15739ff123d2808cff2 100644
|
| --- a/Source/modules/mediastream/SourceInfo.h
|
| +++ b/Source/modules/mediastream/SourceInfo.h
|
| @@ -33,6 +33,7 @@
|
| namespace blink {
|
|
|
| class SourceInfo : public GarbageCollectedFinalized<SourceInfo>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static SourceInfo* create(const WebSourceInfo&);
|
|
|
|
|