| 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 0df035438c4904e45366b25d0991d20cf6da9a25..38b0ed4b357d87c3edaca91018a88378e302ffaf 100644
|
| --- a/third_party/WebKit/Source/platform/heap/CallbackStack.h
|
| +++ b/third_party/WebKit/Source/platform/heap/CallbackStack.h
|
| @@ -15,7 +15,7 @@ namespace blink {
|
| // 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.
|
| -class CallbackStack {
|
| +class PLATFORM_EXPORT CallbackStack {
|
| public:
|
| class Item {
|
| public:
|
|
|