Index: Source/core/dom/AutocompleteError.idl |
diff --git a/Source/core/dom/AutocompleteError.idl b/Source/core/dom/AutocompleteError.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..affd89a5d29b9148412647cc35669831e3064165 |
--- /dev/null |
+++ b/Source/core/dom/AutocompleteError.idl |
@@ -0,0 +1,7 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+interface AutocompleteError : DOMException { |
+ readonly attribute DOMString reason; |
+}; |