| Index: third_party/WebKit/Source/platform/heap/CallbackStack.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/CallbackStack.h b/third_party/WebKit/Source/platform/heap/CallbackStack.h
|
| index cc7f21f546a1fe9f322b7b3b310c4cefb5b593b0..377c6214e3da00934985d4b6d45c775908f2e14b 100644
|
| --- a/third_party/WebKit/Source/platform/heap/CallbackStack.h
|
| +++ b/third_party/WebKit/Source/platform/heap/CallbackStack.h
|
| @@ -14,10 +14,11 @@
|
| namespace blink {
|
|
|
| // The CallbackStack contains all the visitor callbacks used to trace and mark
|
| -// objects. A specific CallbackStack instance contains at most bufferSize elements.
|
| +// objects. A specific CallbackStack instance contains at most bufferSize
|
| +// elements.
|
| // If more space is needed a new CallbackStack instance is created and chained
|
| -// together with the former instance. I.e. a logical CallbackStack can be made of
|
| -// multiple chained CallbackStack object instances.
|
| +// together with the former instance. I.e. a logical CallbackStack can be made
|
| +// of multiple chained CallbackStack object instances.
|
| class CallbackStack final {
|
| USING_FAST_MALLOC(CallbackStack);
|
|
|
|
|