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); |