X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fwtf%2FDefaultAllocator.h;h=c87bfb11ff3ed503e7eac3bf1d353f6acbcddc0c;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=4e6dc750c555c7085410f07781c6c5a619b0989d;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/wtf/DefaultAllocator.h b/src/third_party/WebKit/Source/wtf/DefaultAllocator.h index 4e6dc75..c87bfb1 100644 --- a/src/third_party/WebKit/Source/wtf/DefaultAllocator.h +++ b/src/third_party/WebKit/Source/wtf/DefaultAllocator.h @@ -110,6 +110,11 @@ public: ASSERT_NOT_REACHED(); } + static void registerDelayedMarkNoTracing(...) + { + ASSERT_NOT_REACHED(); + } + static void registerWeakMembers(...) { ASSERT_NOT_REACHED(); @@ -145,6 +150,9 @@ public: return *other; } + static void enterNoAllocationScope() { } + static void leaveNoAllocationScope() { } + private: WTF_EXPORT static void* backingAllocate(size_t); };