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

Unified Diff: Source/bindings/core/v8/ScriptStreamerThread.h

Issue 651163002: Script streaming: Add an option to make the main thread block (wait for parsing) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: . Created 6 years, 2 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: Source/bindings/core/v8/ScriptStreamerThread.h
diff --git a/Source/bindings/core/v8/ScriptStreamerThread.h b/Source/bindings/core/v8/ScriptStreamerThread.h
index c7328ddea5c53b9569927990c47682fd0beb1ac5..d861582dde3bb07b445accda07db43669b66ddc2 100644
--- a/Source/bindings/core/v8/ScriptStreamerThread.h
+++ b/Source/bindings/core/v8/ScriptStreamerThread.h
@@ -42,11 +42,6 @@ private:
return !!m_thread;
}
- void markAsCompleted(TaskSynchronizer* taskSynchronizer)
- {
- taskSynchronizer->taskCompleted();
- }
-
blink::WebThread& platformThread();
// At the moment, we only use one thread, so we can only stream one script

Powered by Google App Engine
This is Rietveld 408576698