Index: third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h |
diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h |
index 6271a84369e4017fc1af09a622c6f6f6f09e6353..df85c340290e5eb54b9e664e16f09c4f84260e38 100644 |
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h |
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h |
@@ -46,9 +46,9 @@ class ExecutionContextTask; |
class InProcessWorkerMessagingProxy; |
// A proxy to talk to the worker object. This object is created on the |
-// worker object thread (i.e. usually the main thread), passed on to |
+// parent context thread (i.e. usually the main thread), passed on to |
// the worker thread, and used just to proxy messages to the |
-// InProcessWorkerMessagingProxy on the worker object thread. |
+// InProcessWorkerMessagingProxy on the parent context thread. |
// |
// Used only by in-process workers (DedicatedWorker and CompositorWorker.) |
class CORE_EXPORT InProcessWorkerObjectProxy : public WorkerReportingProxy { |