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

Unified Diff: src/isolate.h

Issue 306053003: Add API support for passing a C++ function as a microtask callback (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
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: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 7b4f1cabc86248116dc541a6626f32e8d774adf2..6f07eb80c26b82294af9d1b68b641b542177486f 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -1077,7 +1077,7 @@ class Isolate {
void RemoveCallCompletedCallback(CallCompletedCallback callback);
void FireCallCompletedCallback();
- void EnqueueMicrotask(Handle<JSFunction> microtask);
+ void EnqueueMicrotask(Handle<Object> microtask);
void RunMicrotasks();
private:

Powered by Google App Engine
This is Rietveld 408576698