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

Unified Diff: Source/modules/mediastream/NavigatorUserMediaError.cpp

Issue 173363002: Move mediastream module to oilpan transition types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
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) {

Powered by Google App Engine
This is Rietveld 408576698