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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp

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/custom/V8CustomEventCustom.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp
index 58ac8ccdbaea825eb46c0287620a0b962c8338ef..c7dbf21817a93472ba56a9501ff032a3d0014000 100644
--- a/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp
@@ -142,7 +142,8 @@ void V8CustomEvent::detailAttributeGetterCustom(
}
}
- // |detail| should be null when it is an empty handle because its default value is null.
+ // |detail| should be null when it is an empty handle because its default
+ // value is null.
if (detail.IsEmpty())
detail = v8::Null(info.GetIsolate());
privateDetail.set(scriptState->context(), info.Holder(), detail);

Powered by Google App Engine
This is Rietveld 408576698