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