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

Unified Diff: client/dom/src/native_DOMImplementation.dart

Issue 9618010: Add utility print method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressing Pavel's comments Created 8 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/src/native_DOMImplementation.dart
diff --git a/client/dom/src/native_DOMImplementation.dart b/client/dom/src/native_DOMImplementation.dart
index 1ef359ffe6b2f4a63127047fdef88a158a4f9394..4dd9eb6a146fbc8f143b75685736eb1c9b500c34 100644
--- a/client/dom/src/native_DOMImplementation.dart
+++ b/client/dom/src/native_DOMImplementation.dart
@@ -15,8 +15,8 @@ class Utils {
return const NotImplementedException();
}
- static window() native "TopLevel_Window";
-
+ static window() native "Utils_window";
+ static print(String message) native "Utils_print";
static SendPort spawnDomIsolate(Window window, String entryPoint) native "Utils_spawnDomIsolate";
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698