X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fv8%2Fsrc%2Fcompiler%2Fnode-aux-data-inl.h;h=79f1abfe95fac5140f0646148315efc3b3da27d2;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=679320ab6f9dc3e25d7261f74635f383d6ee18cf;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/v8/src/compiler/node-aux-data-inl.h b/src/v8/src/compiler/node-aux-data-inl.h index 679320a..79f1abf 100644 --- a/src/v8/src/compiler/node-aux-data-inl.h +++ b/src/v8/src/compiler/node-aux-data-inl.h @@ -15,7 +15,7 @@ namespace compiler { template NodeAuxData::NodeAuxData(Zone* zone) - : aux_data_(ZoneAllocator(zone)) {} + : aux_data_(zone) {} template