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

Unified Diff: Source/core/Init.cpp

Issue 1115923002: workers: Rename WorkerThread to WorkerScript. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 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: Source/core/Init.cpp
diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp
index e59fb58cecae13303a9b37bcc9368d45085a1eb4..fd9a3c250b33ffb73ff1c5769c923b7af1856028 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -51,7 +51,7 @@
#include "core/events/EventFactory.h"
#include "core/fetch/FetchInitiatorTypeNames.h"
#include "core/html/parser/HTMLParserThread.h"
-#include "core/workers/WorkerThread.h"
+#include "core/workers/WorkerScript.h"
#include "platform/EventTracer.h"
#include "platform/FontFamilyNames.h"
#include "platform/PlatformThreadData.h"

Powered by Google App Engine
This is Rietveld 408576698