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

Unified Diff: client/dom/generated/src/interface/InjectedScriptHost.dart

Issue 8895013: Add enables consistent with Chrome's WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Alpha the ENABLEs Created 9 years 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/interface/InjectedScriptHost.dart
diff --git a/client/dom/generated/src/interface/InjectedScriptHost.dart b/client/dom/generated/src/interface/InjectedScriptHost.dart
index 0185fad1c6dc1e42c5a84cb0c898186247e0e6aa..774226eb92feaf3201d8f06bfbf3c34f633e2abd 100644
--- a/client/dom/generated/src/interface/InjectedScriptHost.dart
+++ b/client/dom/generated/src/interface/InjectedScriptHost.dart
@@ -12,6 +12,10 @@ interface InjectedScriptHost {
int databaseId(Object database);
+ void didCreateWorker(int id, String url, bool isFakeWorker);
+
+ void didDestroyWorker(int id);
+
Object evaluate(String text);
void inspect(Object objectId, Object hints);
@@ -22,6 +26,8 @@ interface InjectedScriptHost {
bool isHTMLAllCollection(Object object);
+ int nextWorkerId();
+
int storageId(Object storage);
String type(Object object);
« no previous file with comments | « client/dom/generated/src/interface/HTMLObjectElement.dart ('k') | client/dom/generated/src/interface/Navigator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698