Index: modules/mediastream/NavigatorUserMediaError.idl |
=================================================================== |
--- modules/mediastream/NavigatorUserMediaError.idl (revision 23517) |
+++ modules/mediastream/NavigatorUserMediaError.idl (working copy) |
@@ -25,7 +25,8 @@ |
[ |
NoInterfaceObject |
] interface NavigatorUserMediaError { |
- const unsigned short PERMISSION_DENIED = 1; |
- readonly attribute unsigned short code; |
+ readonly attribute DOMString name; |
+ readonly attribute DOMString message; |
+ readonly attribute DOMString constraintName; |
}; |