| Index: LayoutTests/fast/dom/custom/document-register-reentrant-throwing-constructor.html
|
| diff --git a/LayoutTests/fast/dom/custom/document-register-reentrant-throwing-constructor.html b/LayoutTests/fast/dom/custom/document-register-reentrant-throwing-constructor.html
|
| index 3ea4116d7d16e71b15202f3d172400519189d463..0c34556959c7f9cdb657b4701aafe2da5040134c 100644
|
| --- a/LayoutTests/fast/dom/custom/document-register-reentrant-throwing-constructor.html
|
| +++ b/LayoutTests/fast/dom/custom/document-register-reentrant-throwing-constructor.html
|
| @@ -7,7 +7,7 @@
|
| <body>
|
| <div id="container"></div>
|
| <script>
|
| -description("Fuzzing document.register() through getters. PASS unless crash.");
|
| +description("Fuzzing document.registerElement() through getters. PASS unless crash.");
|
|
|
| setupObjectHooks({
|
| prototypeGet: function() { throw "Error"; },
|
|
|