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

Unified Diff: lib/html/dart2js/html_dart2js.dart

Issue 11033024: Get rid of webkit renames. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 2 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:
Download patch
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | lib/html/scripts/databasebuilder.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dart2js/html_dart2js.dart
diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
index 8fd7c988a789e23833e15060d8ab50e5d7926fa6..4bb7f764fcd042a771fbb0ff9a3a2c45f02e88f4 100644
--- a/lib/html/dart2js/html_dart2js.dart
+++ b/lib/html/dart2js/html_dart2js.dart
@@ -8512,7 +8512,7 @@ class _DOMErrorImpl implements DOMError native "*DOMError" {
// WARNING: Do not edit - generated code.
-/// @domName DOMException
+/// @domName DOMCoreException
abstract class DOMException {
static const int ABORT_ERR = 20;
@@ -8565,20 +8565,20 @@ abstract class DOMException {
static const int WRONG_DOCUMENT_ERR = 4;
- /** @domName DOMException.code */
+ /** @domName DOMCoreException.code */
abstract int get code;
- /** @domName DOMException.message */
+ /** @domName DOMCoreException.message */
abstract String get message;
- /** @domName DOMException.name */
+ /** @domName DOMCoreException.name */
abstract String get name;
- /** @domName DOMException.toString */
+ /** @domName DOMCoreException.toString */
String toString();
}
-class _DOMExceptionImpl implements DOMException native "*DOMException" {
+class _DOMExceptionImpl implements DOMException native "*DOMCoreException" {
final int code;
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | lib/html/scripts/databasebuilder.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698