| Index: LayoutTests/fast/dom/custom/registration-context-delete-then-register.html
|
| diff --git a/LayoutTests/fast/dom/custom/registration-context-delete-then-register.html b/LayoutTests/fast/dom/custom/registration-context-delete-then-register.html
|
| index 4b008c179e3079ecc8ef1f7a62455c5a759b801f..38bbf62d9043a60433338fcd766ed41bf8eaf465 100644
|
| --- a/LayoutTests/fast/dom/custom/registration-context-delete-then-register.html
|
| +++ b/LayoutTests/fast/dom/custom/registration-context-delete-then-register.html
|
| @@ -15,7 +15,7 @@ if (fork()) {
|
| destroyContext();
|
|
|
| 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 + '"');
|
|
|