| Index: LayoutTests/fast/dom/custom/registration-context-delete-during-register-created-retrieval.html
|
| diff --git a/LayoutTests/fast/dom/custom/registration-context-delete-during-register-created-retrieval.html b/LayoutTests/fast/dom/custom/registration-context-delete-during-register-created-retrieval.html
|
| index 314d2a907a8d9d69f02e97b3e4e7d2c1b1da4095..488859fae9f62d83304976652cb1a85cf1c8a522 100644
|
| --- a/LayoutTests/fast/dom/custom/registration-context-delete-during-register-created-retrieval.html
|
| +++ b/LayoutTests/fast/dom/custom/registration-context-delete-during-register-created-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 + '"');
|
|
|