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

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

Issue 2608933002: Remove ThreadState::callThreadShutdownHooks() declaration. (Closed)
Patch Set: Created 3 years, 12 months 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/GCInfo.h ('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 284a3de876ca52e6c0b12235a3698d34e5d7d520..09d6860c233ee2ad5affdf967f36c1f8eca47126 100644
--- a/third_party/WebKit/Source/platform/heap/ThreadState.h
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
@@ -541,8 +541,6 @@ class PLATFORM_EXPORT ThreadState {
void decreaseAllocatedObjectSize(size_t);
void increaseMarkedObjectSize(size_t);
- void callThreadShutdownHooks();
-
v8::Isolate* isolate() const { return m_isolate; }
BlinkGC::StackState stackState() const { return m_stackState; }
« no previous file with comments | « third_party/WebKit/Source/platform/heap/GCInfo.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698