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

Unified Diff: client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues Created 8 years, 12 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: client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
index 66c726226e4376048677579014bfb7316485ebcd..1d44a8f9c807ff39075496bfc336e44861c188da 100644
--- a/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
@@ -35,6 +35,9 @@ class _WorkerContextWrappingImplementation extends DOMWrapperBase implements Wor
void set self(WorkerContext value) { _set_self(this, value); }
static void _set_self(var _this, WorkerContext value) native;
+ IDBFactory get webkitIndexedDB() { return _get_webkitIndexedDB(this); }
+ static IDBFactory _get_webkitIndexedDB(var _this) native;
+
NotificationCenter get webkitNotifications() { return _get_webkitNotifications(this); }
static NotificationCenter _get_webkitNotifications(var _this) native;
« no previous file with comments | « client/dom/generated/src/wrapping/_WebKitNamedFlowWrappingImplementation.dart ('k') | client/dom/generated/wrapping_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698