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

Unified Diff: runtime/bin/dartutils.h

Issue 2894773004: Changes to make isolate reload functionality work with the --dfe option. (Closed)
Patch Set: Fix regression test errors. Created 3 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
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/dartutils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/dartutils.h
diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
index 9cbebf65260d4d9d79c0e1e18649d9c042743dc0..b98b3a153c1b2591a65cf6aca40d63a960847e0a 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -33,14 +33,6 @@ static inline Dart_Handle ThrowIfError(Dart_Handle handle) {
return handle;
}
-// Tries to read [script_uri] as a Kernel IR file. If successful this function
-// returns `true` and sets [kernel_file] and [kernel_length] to be the memory
-// contents.
-//
-// The caller is responsible for free()ing [kernel_file] if `true` was returned.
-bool TryReadKernel(const char* script_uri,
- const uint8_t** kernel_file,
- intptr_t* kernel_length);
class CommandLineOptions {
public:
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/dartutils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698