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 17bb942c3e0c86b28d4c3135d16339fb7d10283c..576519cdc0cff84f90f21f525cd9f90204948694 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(this, dispose); |
+// ThreadState::current()->registerPreFinalizer(dispose); |
// } |
// private: |
// void dispose() |