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

Unified Diff: third_party/WebKit/Source/wtf/DefaultAllocator.h

Issue 1381493006: Remove unused Allocator::{enter,leave}NoAllocationScope(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « third_party/WebKit/Source/platform/heap/HeapAllocator.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/wtf/DefaultAllocator.h
diff --git a/third_party/WebKit/Source/wtf/DefaultAllocator.h b/third_party/WebKit/Source/wtf/DefaultAllocator.h
index 48160e93b6778b05f91662effde83ccbd8acbdfb..7ff205efcf0360f4cd69769797685130ffac9a80 100644
--- a/third_party/WebKit/Source/wtf/DefaultAllocator.h
+++ b/third_party/WebKit/Source/wtf/DefaultAllocator.h
@@ -176,8 +176,6 @@ public:
return *other;
}
- static void enterNoAllocationScope() { }
- static void leaveNoAllocationScope() { }
static void enterGCForbiddenScope() { }
static void leaveGCForbiddenScope() { }
« no previous file with comments | « third_party/WebKit/Source/platform/heap/HeapAllocator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698