Index: Source/core/dom/AutocompleteError.idl |
diff --git a/Source/bindings/tests/idls/TestInterfaceDocument.idl b/Source/core/dom/AutocompleteError.idl |
similarity index 94% |
copy from Source/bindings/tests/idls/TestInterfaceDocument.idl |
copy to Source/core/dom/AutocompleteError.idl |
index 2a687e871a44bace871a2d7b65243bbbdedc7339..7d0dfa8a38490da6fdcc6f3c79db6fd9af9ba4fa 100644 |
--- a/Source/bindings/tests/idls/TestInterfaceDocument.idl |
+++ b/Source/core/dom/AutocompleteError.idl |
@@ -28,5 +28,6 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface TestInterfaceDocument : Document { |
+interface AutocompleteError : DOMException { |
tkent
2014/04/23 06:36:57
Inheriting DOMException looks very strange.
|
+ readonly attribute DOMString reason; |
}; |