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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.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/ScriptCustomElementDefinition.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
index 5f572056f3ede411b027de4bfc77133d471bfe7c..d782e5a2ab816bd76825718e8cf2c863e1816c2d 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
@@ -240,7 +240,8 @@ bool ScriptCustomElementDefinition::runConstructor(Element* element) {
if (tryCatch.HasCaught())
return false;
- // To report InvalidStateError Exception, when the constructor returns some different object
+ // To report InvalidStateError Exception, when the constructor returns some
+ // different object
if (result != element) {
const String& message =
"custom element constructors must call super() first and must "

Powered by Google App Engine
This is Rietveld 408576698