Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / wtf / DefaultAllocator.h
index 4e6dc75..c87bfb1 100644 (file)
@@ -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);
 };