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