| 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() { }
|
|
|
|
|