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

Unified Diff: runtime/bin/dartutils.h

Issue 290713004: First step towards asynchronous loading of sources (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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: runtime/bin/dartutils.h
===================================================================
--- runtime/bin/dartutils.h (revision 36309)
+++ runtime/bin/dartutils.h (working copy)
@@ -188,6 +188,9 @@
Dart_Handle url,
Dart_Handle builtin_lib);
+ static Dart_Handle LoadScriptDataAsync(Dart_Handle script_uri,
+ Dart_Handle builtin_lib);
+
// Sniffs the specified text_buffer to see if it contains the magic number
// representing a script snapshot. If the text_buffer is a script snapshot
// the return value is an updated pointer to the text_buffer pointing past

Powered by Google App Engine
This is Rietveld 408576698