Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h

Issue 2386173002: reflow comments in Source/bindings/core/v8 (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698