| Index: third_party/WebKit/Source/platform/heap/ThreadState.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| index 6d3bd0a7d0a3e62ecad62489ccb30a7c70f8ea5b..ce911f45602e49b9b57c12b1d81ccbcbe5797439 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -92,7 +92,7 @@ class Visitor;
|
| // public:
|
| // Foo()
|
| // {
|
| -// ThreadState::current()->registerPreFinalizer(dispose);
|
| +// ThreadState::current()->registerPreFinalizer(this);
|
| // }
|
| // private:
|
| // void dispose()
|
|
|