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

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

Issue 2830533002: Split ScriptStreamer and ScriptStreamerImpl, preparing for unit testing (Closed)
Patch Set: Rebase Created 3 years, 8 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: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h
index b600ca152727eca7e198dc00b72e09e5547414c7..3a1595813fc975f2946810855e78bd99941e8a0f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h
@@ -15,7 +15,7 @@
namespace blink {
-class ScriptStreamer;
+class ScriptStreamerImpl;
// A singleton thread for running background tasks for script streaming.
class CORE_EXPORT ScriptStreamerThread {
@@ -37,7 +37,7 @@ class CORE_EXPORT ScriptStreamerThread {
static void RunScriptStreamingTask(
std::unique_ptr<v8::ScriptCompiler::ScriptStreamingTask>,
- ScriptStreamer*);
+ ScriptStreamerImpl*);
private:
ScriptStreamerThread() : running_task_(false) {}

Powered by Google App Engine
This is Rietveld 408576698