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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.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/V8DOMConfiguration.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.cpp b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.cpp
index ea844fd21b364f65d7004254d917d59207b0de2a..54ebb949e0af5a5516ebd71f15abb5ae8907705b 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.cpp
@@ -574,8 +574,9 @@ void V8DOMConfiguration::initializeDOMInterfaceTemplate(
if (!parentInterfaceTemplate.IsEmpty()) {
interfaceTemplate->Inherit(parentInterfaceTemplate);
// Marks the prototype object as one of native-backed objects.
- // This is needed since bug 110436 asks WebKit to tell native-initiated prototypes from pure-JS ones.
- // This doesn't mark kinds "root" classes like Node, where setting this changes prototype chain structure.
+ // This is needed since bug 110436 asks WebKit to tell native-initiated
+ // prototypes from pure-JS ones. This doesn't mark kinds "root" classes
+ // like Node, where setting this changes prototype chain structure.
prototypeTemplate->SetInternalFieldCount(v8PrototypeInternalFieldcount);
}
}

Powered by Google App Engine
This is Rietveld 408576698