| Index: Source/core/workers/WorkerScriptLoader.h | 
| diff --git a/Source/core/workers/WorkerScriptLoader.h b/Source/core/workers/WorkerScriptLoader.h | 
| index 8e64a097a2baa6cbfddcc562925ec1fc18c47018..00be0ba6624aad799806e783d06a169f14f6f47a 100644 | 
| --- a/Source/core/workers/WorkerScriptLoader.h | 
| +++ b/Source/core/workers/WorkerScriptLoader.h | 
| @@ -53,8 +53,8 @@ namespace WebCore { | 
| return adoptRef(new WorkerScriptLoader()); | 
| } | 
|  | 
| -        void loadSynchronously(ExecutionContext*, const KURL&, CrossOriginRequestPolicy); | 
| -        void loadAsynchronously(ExecutionContext*, const KURL&, CrossOriginRequestPolicy, WorkerScriptLoaderClient*); | 
| +        void loadSynchronously(ExecutionContext&, const KURL&, CrossOriginRequestPolicy); | 
| +        void loadAsynchronously(ExecutionContext&, const KURL&, CrossOriginRequestPolicy, WorkerScriptLoaderClient*); | 
|  | 
| void notifyError(); | 
|  | 
|  |