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

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

Issue 17214003: Remove [InterfaceName] IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix try bot failures Created 7 years, 6 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/DOMCoreException.idl ('k') | Source/core/dom/DOMExceptions.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMException.idl
diff --git a/Source/core/dom/DOMCoreException.idl b/Source/core/dom/DOMException.idl
similarity index 98%
rename from Source/core/dom/DOMCoreException.idl
rename to Source/core/dom/DOMException.idl
index 3df604693e5edc01692a55ebff65d515e9904381..d4e9520011b7bd7727872e44d7afdab7ebfbe252 100644
--- a/Source/core/dom/DOMCoreException.idl
+++ b/Source/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 | « Source/core/dom/DOMCoreException.idl ('k') | Source/core/dom/DOMExceptions.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698