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

Unified Diff: Source/wtf/WTF.h

Issue 23604048: Get rid of fastMallocGoodSize() and replace it with something generic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missed WTF_EXPORT. Created 7 years, 3 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 | « Source/wtf/Vector.h ('k') | Source/wtf/WTF.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/WTF.h
diff --git a/Source/wtf/WTF.h b/Source/wtf/WTF.h
index 27c8a2e8bea893859a4a694e7759cd17c23ba041..0c2aba71c58774b3da25b730094ec347482b3f96 100644
--- a/Source/wtf/WTF.h
+++ b/Source/wtf/WTF.h
@@ -51,7 +51,6 @@ private:
static PartitionAllocator<4096> m_bufferAllocator;
};
-
} // namespace WTF
#endif // WTF_h
« no previous file with comments | « Source/wtf/Vector.h ('k') | Source/wtf/WTF.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698