| Index: Source/bindings/core/v8/WorkerScriptController.h
 | 
| diff --git a/Source/bindings/core/v8/WorkerScriptController.h b/Source/bindings/core/v8/WorkerScriptController.h
 | 
| index c4c740c07b59d0de6d08fcefaf3378a0e7317589..7661acaea1664b55dfe56612a56d9a597b1decf2 100644
 | 
| --- a/Source/bindings/core/v8/WorkerScriptController.h
 | 
| +++ b/Source/bindings/core/v8/WorkerScriptController.h
 | 
| @@ -63,7 +63,7 @@ public:
 | 
|      // willScheduleExecutionTermination, isExecutionForbidden.
 | 
|      void forbidExecution();
 | 
|  
 | 
| -    // Used by WorkerThread:
 | 
| +    // Used by WorkerScript:
 | 
|      bool initializeContextIfNeeded();
 | 
|      // Async request to terminate future JavaScript execution on the
 | 
|      // worker thread. JavaScript evaluation exits with a
 | 
| 
 |