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

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

Issue 144063004: Add support for DOM4's XMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FIXME about XMLDocument.load() Created 6 years, 11 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
« no previous file with comments | « Source/core/dom/XMLDocument.cpp ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/XMLDocument.idl
diff --git a/Source/core/speech/SpeechInputEvent.idl b/Source/core/dom/XMLDocument.idl
similarity index 87%
copy from Source/core/speech/SpeechInputEvent.idl
copy to Source/core/dom/XMLDocument.idl
index 4fe740b1bdbaffe6a3542de082bbe4b5194c95ee..09e0af25fceea78cc7d6fbe4bee48a9f185ec884 100644
--- a/Source/core/speech/SpeechInputEvent.idl
+++ b/Source/core/dom/XMLDocument.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
+ * Copyright (C) 2014 Samsung Electronics. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -24,8 +24,6 @@
*/
[
- Conditional=INPUT_SPEECH
-] interface SpeechInputEvent : Event {
- readonly attribute SpeechInputResultList results;
+ SpecialWrapFor=SVGDocument
+] interface XMLDocument : Document {
};
-
« no previous file with comments | « Source/core/dom/XMLDocument.cpp ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698