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

Unified Diff: sdk/lib/indexed_db/dartium/indexed_db_dartium.dart

Issue 12180023: "Reverting 18090" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
diff --git a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
index 56b3f105e2a361e8276ec218d49288789d0557bf..44cdb37f3890d3f7c9b0359cc37d3070b522677c 100644
--- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
+++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
@@ -277,10 +277,7 @@ class IdbFactory extends NativeFieldWrapperClass1 {
@DomName('IDBFactory.webkitGetDatabaseNames')
@DocsEditable
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.SAFARI)
- @Experimental
- Request getDatabaseNames() native "IDBFactory_webkitGetDatabaseNames_Callback";
+ Request webkitGetDatabaseNames() native "IDBFactory_webkitGetDatabaseNames_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -844,10 +841,7 @@ class Request extends EventTarget {
@DomName('IDBRequest.webkitErrorMessage')
@DocsEditable
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.SAFARI)
- @Experimental
- String get errorMessage native "IDBRequest_webkitErrorMessage_Getter";
+ String get webkitErrorMessage native "IDBRequest_webkitErrorMessage_Getter";
@DomName('IDBRequest.addEventListener')
@DocsEditable
@@ -927,10 +921,7 @@ class Transaction extends EventTarget {
@DomName('IDBTransaction.webkitErrorMessage')
@DocsEditable
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.SAFARI)
- @Experimental
- String get errorMessage native "IDBTransaction_webkitErrorMessage_Getter";
+ String get webkitErrorMessage native "IDBTransaction_webkitErrorMessage_Getter";
@DomName('IDBTransaction.abort')
@DocsEditable
« no previous file with comments | « sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698