Chromium Code Reviews| 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..b15fe38d93395162fe8eb849cf9113f8bde72af9 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(obj) native "Utils_print"; |
|
podivilov
2012/03/07 10:19:41
"obj" -> "String message"?
antonm
2012/03/07 10:25:22
Done.
|
| static SendPort spawnDomIsolate(Window window, String entryPoint) native "Utils_spawnDomIsolate"; |
| } |