Index: LayoutTests/fast/dom/custom/registration-context-delete-during-register-prototype-retrieval.html |
diff --git a/LayoutTests/fast/dom/custom/registration-context-delete-during-register-prototype-retrieval.html b/LayoutTests/fast/dom/custom/registration-context-delete-during-register-prototype-retrieval.html |
index dbc841c435a5be1c0f931437f126da7ca7fc2a4d..7b288ca4215ffda1f33dfa6278553f357c3b7b21 100644 |
--- a/LayoutTests/fast/dom/custom/registration-context-delete-during-register-prototype-retrieval.html |
+++ b/LayoutTests/fast/dom/custom/registration-context-delete-during-register-prototype-retrieval.html |
@@ -22,7 +22,7 @@ if (fork()) { |
}); |
try { |
- document.register('x-a', options); |
+ document.registerElement('x-a', options); |
log('FAIL expected register to throw an exception'); |
} catch (ex) { |
log('PASS caught expected exception "' + ex + '"'); |