Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: third_party/WebKit/Source/platform/heap/ThreadState.h

Issue 1471193003: Oilpan: Remove "this" argument of registerPreFinalizer() from documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/heap/BlinkGCAPIReference.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « third_party/WebKit/Source/platform/heap/BlinkGCAPIReference.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698