| Index: Source/bindings/core/v8/WorkerScriptController.h
|
| diff --git a/Source/bindings/core/v8/WorkerScriptController.h b/Source/bindings/core/v8/WorkerScriptController.h
|
| index f25230d75d880cfcd37a4e36455748fc780439ba..b0f5b9de3e34730ba0390013e7104bd296c9be25 100644
|
| --- a/Source/bindings/core/v8/WorkerScriptController.h
|
| +++ b/Source/bindings/core/v8/WorkerScriptController.h
|
| @@ -41,6 +41,7 @@
|
| namespace WebCore {
|
|
|
| class ErrorEvent;
|
| +class ExceptionState;
|
| class ScriptSourceCode;
|
| class ScriptValue;
|
| class WorkerGlobalScope;
|
| @@ -72,7 +73,7 @@ public:
|
|
|
| void evaluate(const ScriptSourceCode&, RefPtrWillBeRawPtr<ErrorEvent>* = 0);
|
|
|
| - void rethrowExceptionFromImportedScript(PassRefPtrWillBeRawPtr<ErrorEvent>);
|
| + void rethrowExceptionFromImportedScript(PassRefPtrWillBeRawPtr<ErrorEvent>, ExceptionState&);
|
|
|
| // Async request to terminate a future JS execution. Eventually causes termination
|
| // exception raised during JS execution, if the worker thread happens to run JS.
|
|
|