Index: LayoutTests/presentation/presentation-api.html |
diff --git a/LayoutTests/presentation/presentation-api.html b/LayoutTests/presentation/presentation-api.html |
index 2677b7e5610c3fb6b20b82697e5968ae20819ebb..96cfd41e50d75232998b915d6af55a37a3bd4b56 100644 |
--- a/LayoutTests/presentation/presentation-api.html |
+++ b/LayoutTests/presentation/presentation-api.html |
@@ -26,7 +26,7 @@ test(function() { |
test(function() { |
var request = new PresentationRequest('foo.html'); |
assert_equals(typeof(request.start), "function"); |
- assert_equals(typeof(request.join), "function"); |
+ assert_equals(typeof(request.reconnect), "function"); |
assert_equals(typeof(request.getAvailability), "function"); |
assert_equals(typeof(request.onsessionconnect), "object"); |