| Index: third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp b/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp
|
| index 49e6b86d71e7df177dd7bb9cc0f946deb12e1250..31681016613f08d68e35b06b3e21f7f1db39fa3d 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/OnStackObjectChecker.cpp
|
| @@ -10,6 +10,10 @@
|
| namespace blink {
|
|
|
| #if ENABLE(ASSERT)
|
| +OnStackObjectChecker::OnStackObjectChecker()
|
| +{
|
| +}
|
| +
|
| OnStackObjectChecker::~OnStackObjectChecker()
|
| {
|
| // All dictionaries must be removed before the checker is destructed.
|
|
|