X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FJavaScriptCore%2FChangeLog;h=43d0015dcf9e81d89fd64fa11cc29a38da9d7ce0;hp=3adccd06b257f4655d8b22193e160aa4d785229a;hb=1e91dfc8aca5cf6d1b20a3054e0014f1f15750a9;hpb=424b3d3b90f1d0b9e95420f16ce7ecda75db42a2 diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog index 3adccd06b257..43d0015dcf9e 100644 --- a/Source/JavaScriptCore/ChangeLog +++ b/Source/JavaScriptCore/ChangeLog @@ -1,3 +1,18 @@ +2013-03-22 David Kilzer + + BUILD FIX (r146558): Build testapi.mm with ARC enabled for armv7s + + + Fixes the following build failure: + + Source/JavaScriptCore/API/tests/testapi.mm:205:1: error: method possibly missing a [super dealloc] call [-Werror,-Wobjc-missing-super-calls] + } + ^ + 1 error generated. + + * Configurations/ToolExecutable.xcconfig: Enable ARC for armv7s + architecture. + 2013-03-22 David Kilzer Revert "BUILD FIX (r146558): Call [super dealloc] from -[TinyDOMNode dealloc]"