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

Unified Diff: core/dom/DOMException.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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 | « core/dom/DOMError.idl ('k') | core/dom/DOMNamedFlowCollection.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/DOMException.idl
diff --git a/core/dom/DOMCoreException.idl b/core/dom/DOMException.idl
similarity index 98%
rename from core/dom/DOMCoreException.idl
rename to core/dom/DOMException.idl
index 3df604693e5edc01692a55ebff65d515e9904381..d4e9520011b7bd7727872e44d7afdab7ebfbe252 100644
--- a/core/dom/DOMCoreException.idl
+++ b/core/dom/DOMException.idl
@@ -28,8 +28,8 @@
[
DoNotCheckConstants,
- InterfaceName=DOMException
-] exception DOMCoreException {
+ ImplementedAs=DOMCoreException
+] exception DOMException {
readonly attribute unsigned short code;
readonly attribute DOMString name;
« no previous file with comments | « core/dom/DOMError.idl ('k') | core/dom/DOMNamedFlowCollection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698