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

Unified Diff: src/platform-win32.cc

Issue 351683009: Remove remaining dependencies on allocation.h from a few platform files (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 | « src/platform-posix.cc ('k') | src/platform/time.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-win32.cc
diff --git a/src/platform-win32.cc b/src/platform-win32.cc
index 1897b75be68cf1e88da3bf07f257501ac00bb376..f89c107aad2dec2d424343689ce595f048463900 100644
--- a/src/platform-win32.cc
+++ b/src/platform-win32.cc
@@ -1335,7 +1335,7 @@ static unsigned int __stdcall ThreadEntry(void* arg) {
}
-class Thread::PlatformData : public Malloced {
+class Thread::PlatformData {
public:
explicit PlatformData(HANDLE thread) : thread_(thread) {}
HANDLE thread_;
« no previous file with comments | « src/platform-posix.cc ('k') | src/platform/time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698