| Index: LayoutTests/fast/dom/custom/registration-context-delete-during-upgrade.html
|
| diff --git a/LayoutTests/fast/dom/custom/registration-context-delete-during-upgrade.html b/LayoutTests/fast/dom/custom/registration-context-delete-during-upgrade.html
|
| index b8692bd22c109e195afa6efe887e16296d6f5700..61fb8323b45ac6124548894f07bb0eca26eb8397 100644
|
| --- a/LayoutTests/fast/dom/custom/registration-context-delete-during-upgrade.html
|
| +++ b/LayoutTests/fast/dom/custom/registration-context-delete-during-upgrade.html
|
| @@ -21,7 +21,7 @@ if (fork()) {
|
| destroyContext();
|
| };
|
|
|
| - var A = document.register('x-a', {prototype: proto});
|
| + var A = document.registerElement('x-a', {prototype: proto});
|
| new A();
|
| done();
|
| }
|
|
|