| Index: third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h b/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h
|
| index a969cc4d85675c1ef19d2b52258a1c02afd3d158..493352d7b64ef233b812bbb67f375a23c4546c24 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h
|
| @@ -111,7 +111,7 @@ inline v8::Local<v8::Object> V8DOMWrapper::associateObjectWithWrapper(v8::Isolat
|
| class V8WrapperInstantiationScope {
|
| STACK_ALLOCATED();
|
| public:
|
| - V8WrapperInstantiationScope(v8::Local<v8::Object> creationContext, v8::Isolate* isolate, bool withSecurityCheck = true)
|
| + V8WrapperInstantiationScope(v8::Local<v8::Object> creationContext, v8::Isolate* isolate, bool withSecurityCheck)
|
| : m_didEnterContext(false)
|
| , m_context(isolate->GetCurrentContext())
|
| , m_tryCatch(isolate)
|
|
|