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

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

Issue 942303002: List CDATASection/DOMError/DOMStringList as removed in DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/CDATASection.idl ('k') | Source/core/dom/DOMStringList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMError.idl
diff --git a/Source/core/dom/DOMError.idl b/Source/core/dom/DOMError.idl
index 55c89acfa184753559895d9455926afa01a7abd9..5e49b8193de4d65eaa1e371d9107031894ccbad8 100644
--- a/Source/core/dom/DOMError.idl
+++ b/Source/core/dom/DOMError.idl
@@ -25,11 +25,14 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
+// https://dom.spec.whatwg.org/#domerror
+
+// FIXME: DOMError has been removed from the spec. crbug.com/460725
[
Constructor(DOMString name, optional DOMString message = null),
GarbageCollected
] interface DOMError {
readonly attribute DOMString name;
readonly attribute DOMString message;
- };
-
+};
« no previous file with comments | « Source/core/dom/CDATASection.idl ('k') | Source/core/dom/DOMStringList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698