| Index: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| index bf48b78e99c2271e76dfb9bfe531ea56d826d4ad..2c1da757e4014984c83d7d7bb2b2b03531c8daa9 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| @@ -60,7 +60,8 @@ class ScriptWrappable;
|
| //
|
| // Usage 2) Slow path to create a global private symbol.
|
| // const char symbolName[] = "Interface#PrivateKeyName";
|
| -// auto private = V8PrivateProperty::createSymbol(isolate, symbolName, sizeof symbolName);
|
| +// auto private = V8PrivateProperty::createSymbol(isolate, symbolName,
|
| +// sizeof symbolName);
|
| // ...
|
| class CORE_EXPORT V8PrivateProperty {
|
| USING_FAST_MALLOC(V8PrivateProperty);
|
|
|