| 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 46cae960a22e82fe0a9f0cf57dfe6bfdd1efbcd9..da0c178f4c7ffc047f69472b81528e5e34bdb282 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h
|
| @@ -151,8 +151,8 @@ class V8WrapperInstantiationScope {
|
| v8::Local<v8::Context> contextForWrapper =
|
| creationContext->CreationContext();
|
|
|
| - // For performance, we enter the context only if the currently running context
|
| - // is different from the context that we are about to enter.
|
| + // For performance, we enter the context only if the currently running
|
| + // context is different from the context that we are about to enter.
|
| if (contextForWrapper == m_context)
|
| return;
|
| if (withSecurityCheck) {
|
|
|