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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.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/WrapperTypeInfo.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
index 6dbc952c316c3850db207271fbb46be52b287ac9..c689cffd4734dc4b7855d3b7757faa3e2af0ac3c 100644
--- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
+++ b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
@@ -81,9 +81,10 @@ inline void setObjectGroup(v8::Isolate* isolate,
wrapper, v8::UniqueId(reinterpret_cast<intptr_t>(scriptWrappable)));
}
-// This struct provides a way to store a bunch of information that is helpful when unwrapping
-// v8 objects. Each v8 bindings class has exactly one static WrapperTypeInfo member, so
-// comparing pointers is a safe way to determine if types match.
+// This struct provides a way to store a bunch of information that is helpful
+// when unwrapping v8 objects. Each v8 bindings class has exactly one static
+// WrapperTypeInfo member, so comparing pointers is a safe way to determine if
+// types match.
struct WrapperTypeInfo {
DISALLOW_NEW();

Powered by Google App Engine
This is Rietveld 408576698