| 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 2faad282273aeda929e3359538c2d7fe1ac1f0d8..97fe8280fb357a70a77daa5f07fe4929bc74cded 100644
|
| --- a/third_party/WebKit/Source/platform/heap/CallbackStack.h
|
| +++ b/third_party/WebKit/Source/platform/heap/CallbackStack.h
|
| @@ -67,6 +67,7 @@ private:
|
| #if ENABLE(ASSERT)
|
| void clear();
|
| #endif
|
| + void reset();
|
| void decommit();
|
|
|
| Block* next() const { return m_next; }
|
|
|