| Index: Source/bindings/v8/custom/V8WindowCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8WindowCustom.cpp b/Source/bindings/v8/custom/V8WindowCustom.cpp
|
| index 7dac11f6c3dbacfdd6f9209b3d2c17be3e56a75d..9afddacad8dd47b9fa8e239c1eefb553466bb739 100644
|
| --- a/Source/bindings/v8/custom/V8WindowCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8WindowCustom.cpp
|
| @@ -80,7 +80,7 @@ void WindowSetTimeoutImpl(const v8::FunctionCallbackInfo<v8::Value>& args, bool
|
| ScriptExecutionContext* scriptContext = static_cast<ScriptExecutionContext*>(imp->document());
|
|
|
| if (!scriptContext) {
|
| - setDOMException(INVALID_ACCESS_ERR, args.GetIsolate());
|
| + setDOMException(InvalidAccessError, args.GetIsolate());
|
| return;
|
| }
|
|
|
|
|