Index: LayoutTests/fast/mediastream/script-tests/argument-types.js |
diff --git a/LayoutTests/fast/mediastream/script-tests/argument-types.js b/LayoutTests/fast/mediastream/script-tests/argument-types.js |
index 4a316e8873ec96327a0d1a2830e7e1afaab4710f..8ecb888a1366af68566dcd2b992cf4825136ffa5 100644 |
--- a/LayoutTests/fast/mediastream/script-tests/argument-types.js |
+++ b/LayoutTests/fast/mediastream/script-tests/argument-types.js |
@@ -11,7 +11,7 @@ function test(expression, expressionShouldThrow, expectedException) { |
} |
} |
-var notSupportedError = new Error('NotSupportedError: DOM Exception 9'); |
+var notSupportedError = 'NotSupportedError: The implementation did not support the requested type of object or operation.'; |
var typeError = new TypeError('Type error'); |
var typeNotAnObjectError = new TypeError('Not an object.'); |