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

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

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/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 2b6f16eecc6da9139012a78e92c503ad34058047..895e363a130a76859534eaf56390ca809635f15c 100644
--- a/Source/core/dom/DOMCoreException.idl
+++ b/Source/core/dom/DOMException.idl
@@ -28,9 +28,9 @@
[
DoNotCheckConstants,
- InterfaceName=DOMException,
+ ImplementedAs=DOMCoreException,
ImplementationLacksVTable
-] exception DOMCoreException {
+] exception DOMException {
readonly attribute unsigned short code;
readonly attribute DOMString name;

Powered by Google App Engine
This is Rietveld 408576698