Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Unified Diff: Source/core/dom/AutocompleteError.idl

Issue 228783007: rAc: make requestAutocomplete() return a promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge upstream Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698