Chromium Code Reviews| Index: Source/modules/mediastream/NavigatorUserMediaError.cpp |
| diff --git a/Source/modules/mediastream/NavigatorUserMediaError.cpp b/Source/modules/mediastream/NavigatorUserMediaError.cpp |
| index e9cef28d55f28832dcf3cf43e3528dda82d29eec..facc6e0f9e9a5eee83f3d79667f7a03a40a3ee19 100644 |
| --- a/Source/modules/mediastream/NavigatorUserMediaError.cpp |
| +++ b/Source/modules/mediastream/NavigatorUserMediaError.cpp |
| @@ -33,6 +33,8 @@ |
| namespace WebCore { |
| +DEFINE_GC_INFO(NavigatorUserMediaError); |
| + |
| String NavigatorUserMediaError::name() const |
| { |
| switch (m_name) { |