<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[193378] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/193378">193378</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2015-12-03 14:41:36 -0800 (Thu, 03 Dec 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove Objective-C GC support
https://bugs.webkit.org/show_bug.cgi?id=151819
rdar://problem/23746991

Reviewed by Dan Bernstein.

Source/bmalloc:

* Configurations/Base.xcconfig:

Source/JavaScriptCore:

* Configurations/Base.xcconfig:
* Configurations/ToolExecutable.xcconfig:

Source/ThirdParty/ANGLE:

* Configurations/Base.xcconfig:

Source/WebCore:

* Configurations/Base.xcconfig:
* bindings/objc/WebScriptObject.mm:
(+[WebScriptObject initialize]): Deleted.
(-[WebScriptObject finalize]): Deleted.
* bindings/scripts/CodeGeneratorObjC.pm:
(GenerateImplementation):
* bindings/scripts/test/ObjC/DOMTestActiveDOMObject.mm:
(-[DOMTestActiveDOMObject finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestCallback.mm:
(-[DOMTestCallback finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestCallbackFunction.mm:
(-[DOMTestCallbackFunction finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestCustomConstructorWithNoInterfaceObject.mm:
(-[DOMTestCustomConstructorWithNoInterfaceObject finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestCustomNamedGetter.mm:
(-[DOMTestCustomNamedGetter finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestEventConstructor.mm:
(-[DOMTestEventConstructor finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestEventTarget.mm:
(-[DOMTestEventTarget finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestException.mm:
(-[DOMTestException finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestGenerateIsReachable.mm:
(-[DOMTestGenerateIsReachable finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestInterface.mm:
(-[DOMTestInterface finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestJSBuiltinConstructor.mm:
(-[DOMTestJSBuiltinConstructor finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.mm:
(-[DOMTestMediaQueryListListener finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestNamedConstructor.mm:
(-[DOMTestNamedConstructor finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestNondeterministic.mm:
(-[DOMTestNondeterministic finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestObj.mm:
(-[DOMTestObj finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestOverloadedConstructors.mm:
(-[DOMTestOverloadedConstructors finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestOverrideBuiltins.mm:
(-[DOMTestOverrideBuiltins finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterface.mm:
(-[DOMTestSerializedScriptValueInterface finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMTestTypedefs.mm:
(-[DOMTestTypedefs finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMattribute.mm:
(-[DOMattribute finalize]): Deleted.
* bindings/scripts/test/ObjC/DOMreadonly.mm:
(-[DOMreadonly finalize]): Deleted.
* bridge/objc/objc_instance.mm:
(ObjcInstance::virtualBegin):
(allocateAutoReleasePool): Deleted.
* platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
* platform/mac/SharedBufferMac.mm:
(+[WebCoreSharedBufferData initialize]): Deleted.
(-[WebCoreSharedBufferData finalize]): Deleted.
* platform/mac/WebCoreObjCExtras.h:
(WebCoreObjCFinalizeOnMainThread): Deleted.

Source/WebInspectorUI:

* Configurations/Base.xcconfig:

Source/WebKit/mac:

* Carbon/CarbonWindowAdapter.mm:
(+[CarbonWindowAdapter initialize]): Deleted.
(-[CarbonWindowAdapter finalize]): Deleted.
* Configurations/Base.xcconfig:
* History/WebBackForwardList.mm:
(+[WebBackForwardList initialize]): Deleted.
(-[WebBackForwardList finalize]): Deleted.
* History/WebHistory.mm:
(-[WebHistoryPrivate finalize]): Deleted.
(-[WebHistory finalize]): Deleted.
* History/WebHistoryItem.mm:
(+[WebHistoryItem initialize]): Deleted.
(-[WebHistoryItem finalize]): Deleted.
* Misc/WebElementDictionary.mm:
(+[WebElementDictionary initialize]): Deleted.
(-[WebElementDictionary finalize]): Deleted.
* Plugins/Hosted/WebHostedNetscapePluginView.mm:
(+[WebHostedNetscapePluginView initialize]): Deleted.
* Plugins/WebBaseNetscapePluginView.mm:
(-[WebBaseNetscapePluginView finalize]): Deleted.
* Plugins/WebBasePluginPackage.mm:
(-[WebBasePluginPackage finalize]): Deleted.
* Plugins/WebNetscapePluginView.mm:
(+[WebNetscapePluginView initialize]): Deleted.
(-[WebNetscapePluginView finalize]): Deleted.
* Plugins/WebPluginContainerCheck.mm:
(-[WebPluginContainerCheck finalize]): Deleted.
* WebCoreSupport/WebEditorClient.mm:
(+[WebUndoStep initialize]): Deleted.
(-[WebUndoStep finalize]): Deleted.
* WebCoreSupport/WebFrameLoaderClient.mm:
* WebCoreSupport/WebOpenPanelResultListener.mm:
(-[WebOpenPanelResultListener finalize]): Deleted.
* WebCoreSupport/WebSecurityOrigin.mm:
(-[WebSecurityOrigin finalize]): Deleted.
* WebView/WebArchive.mm:
(+[WebArchivePrivate initialize]): Deleted.
* WebView/WebDataSource.mm:
(+[WebDataSource initialize]): Deleted.
(-[WebDataSource finalize]): Deleted.
* WebView/WebDynamicScrollBarsView.mm:
(-[WebDynamicScrollBarsView finalize]): Deleted.
* WebView/WebFrame.mm:
(-[WebFramePrivate setWebFrameView:]):
(-[WebFramePrivate finalize]): Deleted.
(-[WebFrame finalize]): Deleted.
* WebView/WebFrameView.mm:
(-[WebFrameView finalize]): Deleted.
* WebView/WebHTMLRepresentation.mm:
(-[WebHTMLRepresentation finalize]): Deleted.
* WebView/WebHTMLView.mm:
(+[WebHTMLViewPrivate initialize]):
(-[WebHTMLViewPrivate finalize]): Deleted.
(+[WebHTMLView initialize]): Deleted.
(-[WebHTMLView finalize]): Deleted.
* WebView/WebResource.mm:
(+[WebResourcePrivate initialize]): Deleted.
(-[WebResourcePrivate finalize]): Deleted.
* WebView/WebTextIterator.mm:
(+[WebTextIteratorPrivate initialize]): Deleted.
* WebView/WebView.mm:
(-[WebView finalize]): Deleted.
* WebView/WebViewData.mm:
(+[WebViewPrivate initialize]): Deleted.
(-[WebViewPrivate init]): Deleted.
(-[WebViewPrivate finalize]): Deleted.

Source/WebKit2:

* Configurations/Base.xcconfig:
* Configurations/BaseLegacyProcess.xcconfig:
* Configurations/BaseXPCService.xcconfig:
* Shared/Cocoa/APIObject.mm:
(API::Object::newObject): Deleted.

Source/WTF:

* Configurations/Base.xcconfig:
* wtf/ThreadingPthreads.cpp:
(WTF::initializeCurrentThreadInternal): Deleted.
* wtf/text/cf/StringImplCF.cpp:
(WTF::StringImpl::createCFString):
(garbageCollectionEnabled): Deleted.
(WTF::StringWrapperCFAllocator::create): Deleted.

Tools:

* asan/asan.xcconfig:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreConfigurationsBasexcconfig">trunk/Source/JavaScriptCore/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceJavaScriptCoreConfigurationsToolExecutablexcconfig">trunk/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig</a></li>
<li><a href="#trunkSourceThirdPartyANGLEChangeLog">trunk/Source/ThirdParty/ANGLE/ChangeLog</a></li>
<li><a href="#trunkSourceThirdPartyANGLEConfigurationsBasexcconfig">trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
<li><a href="#trunkSourceWTFConfigurationsBasexcconfig">trunk/Source/WTF/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWTFwtfThreadingPthreadscpp">trunk/Source/WTF/wtf/ThreadingPthreads.cpp</a></li>
<li><a href="#trunkSourceWTFwtftextcfStringImplCFcpp">trunk/Source/WTF/wtf/text/cf/StringImplCF.cpp</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreConfigurationsBasexcconfig">trunk/Source/WebCore/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcWebScriptObjectmm">trunk/Source/WebCore/bindings/objc/WebScriptObject.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptsCodeGeneratorObjCpm">trunk/Source/WebCore/bindings/scripts/CodeGeneratorObjC.pm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestActiveDOMObjectmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObject.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestCallbackmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallback.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestCallbackFunctionmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallbackFunction.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestCustomConstructorWithNoInterfaceObjectmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomConstructorWithNoInterfaceObject.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestCustomNamedGettermm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetter.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestEventConstructormm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructor.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestEventTargetmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTarget.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestExceptionmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestException.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestGenerateIsReachablemm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachable.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestInterfacemm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterface.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestJSBuiltinConstructormm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestJSBuiltinConstructor.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestMediaQueryListListenermm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestNamedConstructormm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructor.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestNondeterministicmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministic.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestObjmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestOverloadedConstructorsmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructors.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestOverrideBuiltinsmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverrideBuiltins.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestSerializedScriptValueInterfacemm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterface.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestTypedefsmm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefs.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMattributemm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattribute.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMreadonlymm">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonly.mm</a></li>
<li><a href="#trunkSourceWebCorebridgeobjcobjc_instancemm">trunk/Source/WebCore/bridge/objc/objc_instance.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicscacocoaPlatformCALayerCocoamm">trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformmacSharedBufferMacmm">trunk/Source/WebCore/platform/mac/SharedBufferMac.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformmacWebCoreObjCExtrash">trunk/Source/WebCore/platform/mac/WebCoreObjCExtras.h</a></li>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIConfigurationsBasexcconfig">trunk/Source/WebInspectorUI/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWebKitmacCarbonCarbonWindowAdaptermm">trunk/Source/WebKit/mac/Carbon/CarbonWindowAdapter.mm</a></li>
<li><a href="#trunkSourceWebKitmacChangeLog">trunk/Source/WebKit/mac/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitmacConfigurationsBasexcconfig">trunk/Source/WebKit/mac/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWebKitmacHistoryWebBackForwardListmm">trunk/Source/WebKit/mac/History/WebBackForwardList.mm</a></li>
<li><a href="#trunkSourceWebKitmacHistoryWebHistorymm">trunk/Source/WebKit/mac/History/WebHistory.mm</a></li>
<li><a href="#trunkSourceWebKitmacHistoryWebHistoryItemmm">trunk/Source/WebKit/mac/History/WebHistoryItem.mm</a></li>
<li><a href="#trunkSourceWebKitmacMiscWebElementDictionarymm">trunk/Source/WebKit/mac/Misc/WebElementDictionary.mm</a></li>
<li><a href="#trunkSourceWebKitmacPluginsHostedWebHostedNetscapePluginViewmm">trunk/Source/WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.mm</a></li>
<li><a href="#trunkSourceWebKitmacPluginsWebBaseNetscapePluginViewmm">trunk/Source/WebKit/mac/Plugins/WebBaseNetscapePluginView.mm</a></li>
<li><a href="#trunkSourceWebKitmacPluginsWebBasePluginPackagemm">trunk/Source/WebKit/mac/Plugins/WebBasePluginPackage.mm</a></li>
<li><a href="#trunkSourceWebKitmacPluginsWebNetscapePluginViewmm">trunk/Source/WebKit/mac/Plugins/WebNetscapePluginView.mm</a></li>
<li><a href="#trunkSourceWebKitmacPluginsWebPluginContainerCheckmm">trunk/Source/WebKit/mac/Plugins/WebPluginContainerCheck.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebEditorClientmm">trunk/Source/WebKit/mac/WebCoreSupport/WebEditorClient.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebFrameLoaderClientmm">trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebOpenPanelResultListenermm">trunk/Source/WebKit/mac/WebCoreSupport/WebOpenPanelResultListener.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebSecurityOriginmm">trunk/Source/WebKit/mac/WebCoreSupport/WebSecurityOrigin.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebArchivemm">trunk/Source/WebKit/mac/WebView/WebArchive.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebDataSourcemm">trunk/Source/WebKit/mac/WebView/WebDataSource.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebDynamicScrollBarsViewmm">trunk/Source/WebKit/mac/WebView/WebDynamicScrollBarsView.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebFramemm">trunk/Source/WebKit/mac/WebView/WebFrame.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebFrameViewmm">trunk/Source/WebKit/mac/WebView/WebFrameView.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebHTMLRepresentationmm">trunk/Source/WebKit/mac/WebView/WebHTMLRepresentation.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebHTMLViewmm">trunk/Source/WebKit/mac/WebView/WebHTMLView.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebResourcemm">trunk/Source/WebKit/mac/WebView/WebResource.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebTextIteratormm">trunk/Source/WebKit/mac/WebView/WebTextIterator.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebViewmm">trunk/Source/WebKit/mac/WebView/WebView.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebViewDatamm">trunk/Source/WebKit/mac/WebView/WebViewData.mm</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2ConfigurationsBasexcconfig">trunk/Source/WebKit2/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWebKit2ConfigurationsBaseLegacyProcessxcconfig">trunk/Source/WebKit2/Configurations/BaseLegacyProcess.xcconfig</a></li>
<li><a href="#trunkSourceWebKit2ConfigurationsBaseXPCServicexcconfig">trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig</a></li>
<li><a href="#trunkSourceWebKit2SharedCocoaAPIObjectmm">trunk/Source/WebKit2/Shared/Cocoa/APIObject.mm</a></li>
<li><a href="#trunkSourcebmallocChangeLog">trunk/Source/bmalloc/ChangeLog</a></li>
<li><a href="#trunkSourcebmallocConfigurationsBasexcconfig">trunk/Source/bmalloc/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsasanasanxcconfig">trunk/Tools/asan/asan.xcconfig</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/JavaScriptCore/ChangeLog        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2015-12-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove Objective-C GC support
+        https://bugs.webkit.org/show_bug.cgi?id=151819
+        rdar://problem/23746991
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/ToolExecutable.xcconfig:
+
</ins><span class="cx"> 2015-12-03  Benjamin Poulain  &lt;bpoulain@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Attempt to fix GTK again after r193125
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/Configurations/Base.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/Configurations/Base.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/JavaScriptCore/Configurations/Base.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -46,9 +46,6 @@
</span><span class="cx"> GCC_ENABLE_CPP_EXCEPTIONS = NO;
</span><span class="cx"> GCC_ENABLE_CPP_RTTI = NO;
</span><span class="cx"> GCC_ENABLE_OBJC_EXCEPTIONS = YES;
</span><del>-GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME)_$(USE_INTERNAL_SDK));
-GCC_ENABLE_OBJC_GC_macosx_ = NO;
-GCC_ENABLE_OBJC_GC_macosx_YES = supported;
</del><span class="cx"> GCC_ENABLE_SYMBOL_SEPARATION = NO;
</span><span class="cx"> GCC_FAST_OBJC_DISPATCH = YES;
</span><span class="cx"> GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreConfigurationsToolExecutablexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -36,7 +36,6 @@
</span><span class="cx"> SKIP_INSTALL_NO = YES;
</span><span class="cx"> SKIP_INSTALL_YES = NO;
</span><span class="cx"> 
</span><del>-GCC_ENABLE_OBJC_GC = NO;
</del><span class="cx"> CLANG_ENABLE_OBJC_ARC = $(CLANG_ENABLE_OBJC_ARC_$(CURRENT_ARCH));
</span><span class="cx"> CLANG_ENABLE_OBJC_ARC_i386[sdk=iphonesimulator*] = YES;
</span><span class="cx"> CLANG_ENABLE_OBJC_ARC_x86_64 = YES;
</span></span></pre></div>
<a id="trunkSourceThirdPartyANGLEChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/ChangeLog        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2015-12-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove Objective-C GC support
+        https://bugs.webkit.org/show_bug.cgi?id=151819
+        rdar://problem/23746991
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
</ins><span class="cx"> 2015-11-30  Dana Burkart  &lt;dburkart@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove Mountain Lion support from ANGLE
</span></span></pre></div>
<a id="trunkSourceThirdPartyANGLEConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -21,9 +21,6 @@
</span><span class="cx"> GCC_ENABLE_CPP_RTTI = NO;
</span><span class="cx"> GCC_ENABLE_OBJC_EXCEPTIONS = YES;
</span><span class="cx"> ENABLE_STRICT_OBJC_MSGSEND = YES;
</span><del>-GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME)_$(USE_INTERNAL_SDK));
-GCC_ENABLE_OBJC_GC_macosx_ = NO;
-GCC_ENABLE_OBJC_GC_macosx_YES = supported;
</del><span class="cx"> GCC_ENABLE_SYMBOL_SEPARATION = NO;
</span><span class="cx"> GCC_FAST_OBJC_DISPATCH = YES;
</span><span class="cx"> GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
</span></span></pre></div>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WTF/ChangeLog        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2015-12-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove Objective-C GC support
+        https://bugs.webkit.org/show_bug.cgi?id=151819
+        rdar://problem/23746991
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+        * wtf/ThreadingPthreads.cpp:
+        (WTF::initializeCurrentThreadInternal): Deleted.
+        * wtf/text/cf/StringImplCF.cpp:
+        (WTF::StringImpl::createCFString):
+        (garbageCollectionEnabled): Deleted.
+        (WTF::StringWrapperCFAllocator::create): Deleted.
+
</ins><span class="cx"> 2015-12-02  Filip Pizlo  &lt;fpizlo@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         FTL B3 should support OSR exit
</span></span></pre></div>
<a id="trunkSourceWTFConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/Configurations/Base.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/Configurations/Base.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WTF/Configurations/Base.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -47,9 +47,6 @@
</span><span class="cx"> GCC_ENABLE_CPP_EXCEPTIONS = NO;
</span><span class="cx"> GCC_ENABLE_CPP_RTTI = NO;
</span><span class="cx"> GCC_ENABLE_OBJC_EXCEPTIONS = YES;
</span><del>-GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME)_$(USE_INTERNAL_SDK));
-GCC_ENABLE_OBJC_GC_macosx_ = NO;
-GCC_ENABLE_OBJC_GC_macosx_YES = supported;
</del><span class="cx"> GCC_ENABLE_SYMBOL_SEPARATION = NO;
</span><span class="cx"> GCC_FAST_OBJC_DISPATCH = YES;
</span><span class="cx"> GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
</span></span></pre></div>
<a id="trunkSourceWTFwtfThreadingPthreadscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/ThreadingPthreads.cpp (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/ThreadingPthreads.cpp        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WTF/wtf/ThreadingPthreads.cpp        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -54,10 +54,6 @@
</span><span class="cx"> #include &lt;sys/time.h&gt;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-#if PLATFORM(MAC)
-#include &lt;objc/objc-auto.h&gt;
-#endif
-
</del><span class="cx"> namespace WTF {
</span><span class="cx"> 
</span><span class="cx"> class PthreadState {
</span><span class="lines">@@ -199,12 +195,6 @@
</span><span class="cx">     UNUSED_PARAM(threadName);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-#if PLATFORM(MAC)
-    // All threads that potentially use APIs above the BSD layer must be registered with the Objective-C
-    // garbage collector in case API implementations use garbage-collected memory.
-    objc_registerThreadWithCollector();
-#endif
-
</del><span class="cx">     ThreadIdentifier id = identifierByPthreadHandle(pthread_self());
</span><span class="cx">     ASSERT(id);
</span><span class="cx">     ThreadIdentifierData::initialize(id);
</span></span></pre></div>
<a id="trunkSourceWTFwtftextcfStringImplCFcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/text/cf/StringImplCF.cpp (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/text/cf/StringImplCF.cpp        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WTF/wtf/text/cf/StringImplCF.cpp        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -29,19 +29,6 @@
</span><span class="cx"> #include &lt;wtf/RetainPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/Threading.h&gt;
</span><span class="cx"> 
</span><del>-#if PLATFORM(MAC)
-#include &lt;objc/objc-auto.h&gt;
-#endif
-
-static inline bool garbageCollectionEnabled()
-{
-#if PLATFORM(MAC)
-    return objc_collectingEnabled();
-#else
-    return false;
-#endif
-}
-
</del><span class="cx"> namespace WTF {
</span><span class="cx"> 
</span><span class="cx"> namespace StringWrapperCFAllocator {
</span><span class="lines">@@ -122,7 +109,6 @@
</span><span class="cx"> 
</span><span class="cx">     static CFAllocatorRef create()
</span><span class="cx">     {
</span><del>-        ASSERT(!garbageCollectionEnabled());
</del><span class="cx">         CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
</span><span class="cx">         return CFAllocatorCreate(0, &amp;context);
</span><span class="cx">     }
</span><span class="lines">@@ -137,9 +123,7 @@
</span><span class="cx"> 
</span><span class="cx"> RetainPtr&lt;CFStringRef&gt; StringImpl::createCFString()
</span><span class="cx"> {
</span><del>-    // Since garbage collection isn't compatible with custom allocators, we
-    // can't use the NoCopy variants of CFStringCreate*() when GC is enabled.
-    if (!m_length || !isMainThread() || garbageCollectionEnabled()) {
</del><ins>+    if (!m_length || !isMainThread()) {
</ins><span class="cx">         if (is8Bit())
</span><span class="cx">             return adoptCF(CFStringCreateWithBytes(0, reinterpret_cast&lt;const UInt8*&gt;(characters8()), m_length, kCFStringEncodingISOLatin1, false));
</span><span class="cx">         return adoptCF(CFStringCreateWithCharacters(0, reinterpret_cast&lt;const UniChar*&gt;(characters16()), m_length));
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/ChangeLog        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -1,3 +1,69 @@
</span><ins>+2015-12-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove Objective-C GC support
+        https://bugs.webkit.org/show_bug.cgi?id=151819
+        rdar://problem/23746991
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+        * bindings/objc/WebScriptObject.mm:
+        (+[WebScriptObject initialize]): Deleted.
+        (-[WebScriptObject finalize]): Deleted.
+        * bindings/scripts/CodeGeneratorObjC.pm:
+        (GenerateImplementation):
+        * bindings/scripts/test/ObjC/DOMTestActiveDOMObject.mm:
+        (-[DOMTestActiveDOMObject finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestCallback.mm:
+        (-[DOMTestCallback finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestCallbackFunction.mm:
+        (-[DOMTestCallbackFunction finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestCustomConstructorWithNoInterfaceObject.mm:
+        (-[DOMTestCustomConstructorWithNoInterfaceObject finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestCustomNamedGetter.mm:
+        (-[DOMTestCustomNamedGetter finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestEventConstructor.mm:
+        (-[DOMTestEventConstructor finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestEventTarget.mm:
+        (-[DOMTestEventTarget finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestException.mm:
+        (-[DOMTestException finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestGenerateIsReachable.mm:
+        (-[DOMTestGenerateIsReachable finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestInterface.mm:
+        (-[DOMTestInterface finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestJSBuiltinConstructor.mm:
+        (-[DOMTestJSBuiltinConstructor finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.mm:
+        (-[DOMTestMediaQueryListListener finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestNamedConstructor.mm:
+        (-[DOMTestNamedConstructor finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestNondeterministic.mm:
+        (-[DOMTestNondeterministic finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestObj.mm:
+        (-[DOMTestObj finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestOverloadedConstructors.mm:
+        (-[DOMTestOverloadedConstructors finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestOverrideBuiltins.mm:
+        (-[DOMTestOverrideBuiltins finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterface.mm:
+        (-[DOMTestSerializedScriptValueInterface finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMTestTypedefs.mm:
+        (-[DOMTestTypedefs finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMattribute.mm:
+        (-[DOMattribute finalize]): Deleted.
+        * bindings/scripts/test/ObjC/DOMreadonly.mm:
+        (-[DOMreadonly finalize]): Deleted.
+        * bridge/objc/objc_instance.mm:
+        (ObjcInstance::virtualBegin):
+        (allocateAutoReleasePool): Deleted.
+        * platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
+        * platform/mac/SharedBufferMac.mm:
+        (+[WebCoreSharedBufferData initialize]): Deleted.
+        (-[WebCoreSharedBufferData finalize]): Deleted.
+        * platform/mac/WebCoreObjCExtras.h:
+        (WebCoreObjCFinalizeOnMainThread): Deleted.
+
</ins><span class="cx"> 2015-12-03  Zalan Bujtas  &lt;zalan@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Simple line layout: Print out simple line layout statistics for the current page from command line.
</span></span></pre></div>
<a id="trunkSourceWebCoreConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Configurations/Base.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -48,9 +48,6 @@
</span><span class="cx"> GCC_ENABLE_CPP_EXCEPTIONS = NO;
</span><span class="cx"> GCC_ENABLE_CPP_RTTI = NO;
</span><span class="cx"> GCC_ENABLE_OBJC_EXCEPTIONS = YES;
</span><del>-GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME)_$(USE_INTERNAL_SDK));
-GCC_ENABLE_OBJC_GC_macosx_ = NO;
-GCC_ENABLE_OBJC_GC_macosx_YES = supported;
</del><span class="cx"> GCC_ENABLE_SYMBOL_SEPARATION = NO;
</span><span class="cx"> GCC_FAST_OBJC_DISPATCH = YES;
</span><span class="cx"> GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcWebScriptObjectmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/WebScriptObject.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/WebScriptObject.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/objc/WebScriptObject.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -150,7 +150,6 @@
</span><span class="cx">     JSC::initializeThreading();
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx"> #endif // !USE(WEB_THREAD)
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> + (id)scriptObjectForJSObject:(JSObjectRef)jsObject originRootObject:(RootObject*)originRootObject rootObject:(RootObject*)rootObject
</span><span class="lines">@@ -290,20 +289,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_private-&gt;rootObject &amp;&amp; _private-&gt;rootObject-&gt;isValid())
-        _private-&gt;rootObject-&gt;gcUnprotect(_private-&gt;imp);
-
-    if (_private-&gt;rootObject)
-        _private-&gt;rootObject-&gt;deref();
-
-    if (_private-&gt;originRootObject)
-        _private-&gt;originRootObject-&gt;deref();
-
-    [super finalize];
-}
-
</del><span class="cx"> + (BOOL)throwException:(NSString *)exceptionMessage
</span><span class="cx"> {
</span><span class="cx">     ObjcInstance::setGlobalException(exceptionMessage);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptsCodeGeneratorObjCpm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorObjC.pm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorObjC.pm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorObjC.pm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -133,7 +133,6 @@
</span><span class="cx">     &quot;description&quot; =&gt; &quot;NSObject&quot;,
</span><span class="cx">     &quot;doesNotRecognizeSelector:&quot; =&gt; &quot;NSObject&quot;,
</span><span class="cx">     &quot;encodeWithCoder:&quot; =&gt; &quot;NSObject&quot;,
</span><del>-    &quot;finalize&quot; =&gt; &quot;NSObject&quot;,
</del><span class="cx">     &quot;forwardInvocation:&quot; =&gt; &quot;NSObject&quot;,
</span><span class="cx">     &quot;hash&quot; =&gt; &quot;NSObject&quot;,
</span><span class="cx">     &quot;init&quot; =&gt; &quot;NSObject&quot;,
</span><span class="lines">@@ -1215,7 +1214,7 @@
</span><span class="cx">     # START implementation
</span><span class="cx">     push(@implContent, &quot;\@implementation $className\n\n&quot;);
</span><span class="cx"> 
</span><del>-    # Only generate 'dealloc' and 'finalize' methods for direct subclasses of DOMObject.
</del><ins>+    # Only generate 'dealloc' for direct subclasses of DOMObject.
</ins><span class="cx">     if ($parentImplClassName eq &quot;Object&quot;) {
</span><span class="cx">         $implIncludes{&quot;WebCoreObjCExtras.h&quot;} = 1;
</span><span class="cx">         push(@implContent, &quot;- (void)dealloc\n&quot;);
</span><span class="lines">@@ -1234,21 +1233,6 @@
</span><span class="cx">         }
</span><span class="cx">         push(@implContent, &quot;    [super dealloc];\n&quot;);
</span><span class="cx">         push(@implContent, &quot;}\n\n&quot;);
</span><del>-
-        push(@implContent, &quot;- (void)finalize\n&quot;);
-        push(@implContent, &quot;{\n&quot;);
-        if ($interfaceName eq &quot;NodeIterator&quot;) {
-            push(@implContent, &quot;    if (_internal) {\n&quot;);
-            push(@implContent, &quot;        [self detach];\n&quot;);
-            push(@implContent, &quot;        IMPL-&gt;deref();\n&quot;);
-            push(@implContent, &quot;    };\n&quot;);
-        } else {
-            push(@implContent, &quot;    if (_internal)\n&quot;);
-            push(@implContent, &quot;        IMPL-&gt;deref();\n&quot;);
-        }
-        push(@implContent, &quot;    [super finalize];\n&quot;);
-        push(@implContent, &quot;}\n\n&quot;);
-        
</del><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     %attributeNames = ();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestActiveDOMObjectmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObject.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObject.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObject.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -55,13 +55,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (int)excitingAttr
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestCallbackmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallback.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallback.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallback.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -67,13 +67,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (BOOL)callbackWithNoParam
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestCallbackFunctionmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallbackFunction.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallbackFunction.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallbackFunction.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -67,13 +67,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (BOOL)callbackWithNoParam
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestCustomConstructorWithNoInterfaceObjectmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomConstructorWithNoInterfaceObject.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomConstructorWithNoInterfaceObject.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomConstructorWithNoInterfaceObject.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -53,13 +53,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> @end
</span><span class="cx"> 
</span><span class="cx"> WebCore::TestCustomConstructorWithNoInterfaceObject* core(DOMTestCustomConstructorWithNoInterfaceObject *wrapper)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestCustomNamedGettermm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetter.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetter.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetter.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -54,13 +54,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (void)anotherFunction:(NSString *)str
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestEventConstructormm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructor.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructor.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructor.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -55,13 +55,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (NSString *)attr1
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestEventTargetmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTarget.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTarget.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTarget.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -59,13 +59,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (DOMNode *)item:(unsigned)index
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestExceptionmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestException.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestException.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestException.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -54,13 +54,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (NSString *)name
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestGenerateIsReachablemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachable.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachable.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachable.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -53,13 +53,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> @end
</span><span class="cx"> 
</span><span class="cx"> WebCore::TestGenerateIsReachable* core(DOMTestGenerateIsReachable *wrapper)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestInterfacemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterface.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterface.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterface.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -61,13 +61,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> #if ENABLE(Condition22) || ENABLE(Condition23)
</span><span class="cx"> - (NSString *)implementsStr1
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestJSBuiltinConstructormm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestJSBuiltinConstructor.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestJSBuiltinConstructor.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestJSBuiltinConstructor.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -53,13 +53,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (BOOL)testAttribute
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestMediaQueryListListenermm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -55,13 +55,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (void)method:(DOMMediaQueryListListener *)listener
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestNamedConstructormm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructor.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructor.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructor.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -53,13 +53,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> @end
</span><span class="cx"> 
</span><span class="cx"> WebCore::TestNamedConstructor* core(DOMTestNamedConstructor *wrapper)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestNondeterministicmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministic.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministic.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministic.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -54,13 +54,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (int)nondeterministicReadonlyAttr
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestObjmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -83,13 +83,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (int)readOnlyLongAttr
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestOverloadedConstructorsmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructors.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructors.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructors.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -53,13 +53,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> @end
</span><span class="cx"> 
</span><span class="cx"> WebCore::TestOverloadedConstructors* core(DOMTestOverloadedConstructors *wrapper)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestOverrideBuiltinsmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverrideBuiltins.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverrideBuiltins.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverrideBuiltins.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -55,13 +55,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (DOMNode *)namedItem:(NSString *)name
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestSerializedScriptValueInterfacemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterface.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterface.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterface.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -57,13 +57,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (NSString *)value
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestTypedefsmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefs.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefs.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefs.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -57,13 +57,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (unsigned long long)unsignedLongLongAttr
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMattributemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattribute.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattribute.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattribute.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -54,13 +54,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> - (NSString *)readonly
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMreadonlymm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonly.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonly.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonly.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -53,13 +53,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_internal)
-        IMPL-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> @end
</span><span class="cx"> 
</span><span class="cx"> WebCore::readonly* core(DOMreadonly *wrapper)
</span></span></pre></div>
<a id="trunkSourceWebCorebridgeobjcobjc_instancemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bridge/objc/objc_instance.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bridge/objc/objc_instance.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/bridge/objc/objc_instance.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -33,7 +33,6 @@
</span><span class="cx"> #import &quot;WebScriptObjectProtocol.h&quot;
</span><span class="cx"> #import &quot;runtime/FunctionPrototype.h&quot;
</span><span class="cx"> #import &quot;runtime_method.h&quot;
</span><del>-#import &lt;objc/objc-auto.h&gt;
</del><span class="cx"> #import &lt;runtime/Error.h&gt;
</span><span class="cx"> #import &lt;runtime/JSLock.h&gt;
</span><span class="cx"> #import &lt;runtime/ObjectPrototype.h&gt;
</span><span class="lines">@@ -137,21 +136,10 @@
</span><span class="cx">     [pool drain];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-static NSAutoreleasePool* allocateAutoReleasePool()
-{
-    // If GC is enabled an autorelease pool is unnecessary, and the
-    // pool cannot be protected from GC so may be collected leading
-    // to a crash when we try to drain the release pool.
-    if (objc_collectingEnabled())
-        return nil;
-
-    return [[NSAutoreleasePool alloc] init];
-}
-
</del><span class="cx"> void ObjcInstance::virtualBegin()
</span><span class="cx"> {
</span><span class="cx">     if (!_pool)
</span><del>-        _pool = allocateAutoReleasePool();
</del><ins>+        _pool = [[NSAutoreleasePool alloc] init];
</ins><span class="cx">     _beginCount++;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicscacocoaPlatformCALayerCocoamm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -46,7 +46,6 @@
</span><span class="cx"> #import &quot;WebTiledBackingLayer.h&quot;
</span><span class="cx"> #import &lt;AVFoundation/AVFoundation.h&gt;
</span><span class="cx"> #import &lt;QuartzCore/QuartzCore.h&gt;
</span><del>-#import &lt;objc/objc-auto.h&gt;
</del><span class="cx"> #import &lt;objc/runtime.h&gt;
</span><span class="cx"> #import &lt;wtf/CurrentTime.h&gt;
</span><span class="cx"> #import &lt;wtf/RetainPtr.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmacSharedBufferMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mac/SharedBufferMac.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mac/SharedBufferMac.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/platform/mac/SharedBufferMac.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -50,7 +50,6 @@
</span><span class="cx">     JSC::initializeThreading();
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx"> #endif // !USE(WEB_THREAD)
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (void)dealloc
</span><span class="lines">@@ -61,11 +60,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    [super finalize];
-}
-
</del><span class="cx"> - (id)initWithSharedBufferDataBuffer:(SharedBuffer::DataBuffer*)dataBuffer
</span><span class="cx"> {
</span><span class="cx">     self = [super init];
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmacWebCoreObjCExtrash"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mac/WebCoreObjCExtras.h (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mac/WebCoreObjCExtras.h        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebCore/platform/mac/WebCoreObjCExtras.h        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -30,22 +30,7 @@
</span><span class="cx"> #define WebCoreObjCExtras_h
</span><span class="cx"> 
</span><span class="cx"> #include &lt;CoreFoundation/CFBase.h&gt;
</span><del>-#include &lt;objc/objc-auto.h&gt;
</del><span class="cx"> 
</span><del>-inline void WebCoreObjCFinalizeOnMainThread(Class cls)
-{
-#ifndef OBJC_NO_GC
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored &quot;-Wdeprecated-declarations&quot;
-    // This method relies on threading being initialized by the caller, otherwise
-    // WebCoreObjCScheduleDeallocateOnMainThread will crash.
-    objc_finalizeOnMainThread(cls);
-#pragma clang diagnostic pop
-#else
-    UNUSED_PARAM(cls);
-#endif
-}
-
</del><span class="cx"> // The 'Class' that should be passed in here is the class of the
</span><span class="cx"> // object that implements the dealloc method that this function is called from.
</span><span class="cx"> WEBCORE_EXPORT bool WebCoreObjCScheduleDeallocateOnMainThread(Class cls, id);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2015-12-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove Objective-C GC support
+        https://bugs.webkit.org/show_bug.cgi?id=151819
+        rdar://problem/23746991
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
</ins><span class="cx"> 2015-12-03  Matt Baker  &lt;mattbaker@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Uncaught Exception in Web Inspector: TypeError: null is not an object (evaluating 'dataGridNode.element.classList')
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Configurations/Base.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Configurations/Base.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebInspectorUI/Configurations/Base.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> GCC_ENABLE_CPP_EXCEPTIONS = NO;
</span><span class="cx"> GCC_ENABLE_CPP_RTTI = NO;
</span><span class="cx"> GCC_ENABLE_OBJC_EXCEPTIONS = YES;
</span><del>-GCC_ENABLE_OBJC_GC = NO;
</del><span class="cx"> GCC_FAST_OBJC_DISPATCH = YES;
</span><span class="cx"> GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
</span><span class="cx"> GCC_NO_COMMON_BLOCKS = YES;
</span></span></pre></div>
<a id="trunkSourceWebKitmacCarbonCarbonWindowAdaptermm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Carbon/CarbonWindowAdapter.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Carbon/CarbonWindowAdapter.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/Carbon/CarbonWindowAdapter.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -273,7 +273,6 @@
</span><span class="cx">     JSC::initializeThreading();
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // Given a reference to a Carbon window that is to be encapsulated, and an indicator of whether or not this object should take responsibility for disposing of the Carbon window, initialize.
</span><span class="lines">@@ -296,11 +295,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize {
-    if (_eventHandler) RemoveEventHandler(_eventHandler);
-    [super finalize];
-}
-
</del><span class="cx"> - (WindowRef)windowRef {
</span><span class="cx"> 
</span><span class="cx">     // Simple.
</span></span></pre></div>
<a id="trunkSourceWebKitmacChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/ChangeLog (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/ChangeLog        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/ChangeLog        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -1,3 +1,78 @@
</span><ins>+2015-12-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove Objective-C GC support
+        https://bugs.webkit.org/show_bug.cgi?id=151819
+        rdar://problem/23746991
+
+        Reviewed by Dan Bernstein.
+
+        * Carbon/CarbonWindowAdapter.mm:
+        (+[CarbonWindowAdapter initialize]): Deleted.
+        (-[CarbonWindowAdapter finalize]): Deleted.
+        * Configurations/Base.xcconfig:
+        * History/WebBackForwardList.mm:
+        (+[WebBackForwardList initialize]): Deleted.
+        (-[WebBackForwardList finalize]): Deleted.
+        * History/WebHistory.mm:
+        (-[WebHistoryPrivate finalize]): Deleted.
+        (-[WebHistory finalize]): Deleted.
+        * History/WebHistoryItem.mm:
+        (+[WebHistoryItem initialize]): Deleted.
+        (-[WebHistoryItem finalize]): Deleted.
+        * Misc/WebElementDictionary.mm:
+        (+[WebElementDictionary initialize]): Deleted.
+        (-[WebElementDictionary finalize]): Deleted.
+        * Plugins/Hosted/WebHostedNetscapePluginView.mm:
+        (+[WebHostedNetscapePluginView initialize]): Deleted.
+        * Plugins/WebBaseNetscapePluginView.mm:
+        (-[WebBaseNetscapePluginView finalize]): Deleted.
+        * Plugins/WebBasePluginPackage.mm:
+        (-[WebBasePluginPackage finalize]): Deleted.
+        * Plugins/WebNetscapePluginView.mm:
+        (+[WebNetscapePluginView initialize]): Deleted.
+        (-[WebNetscapePluginView finalize]): Deleted.
+        * Plugins/WebPluginContainerCheck.mm:
+        (-[WebPluginContainerCheck finalize]): Deleted.
+        * WebCoreSupport/WebEditorClient.mm:
+        (+[WebUndoStep initialize]): Deleted.
+        (-[WebUndoStep finalize]): Deleted.
+        * WebCoreSupport/WebFrameLoaderClient.mm:
+        * WebCoreSupport/WebOpenPanelResultListener.mm:
+        (-[WebOpenPanelResultListener finalize]): Deleted.
+        * WebCoreSupport/WebSecurityOrigin.mm:
+        (-[WebSecurityOrigin finalize]): Deleted.
+        * WebView/WebArchive.mm:
+        (+[WebArchivePrivate initialize]): Deleted.
+        * WebView/WebDataSource.mm:
+        (+[WebDataSource initialize]): Deleted.
+        (-[WebDataSource finalize]): Deleted.
+        * WebView/WebDynamicScrollBarsView.mm:
+        (-[WebDynamicScrollBarsView finalize]): Deleted.
+        * WebView/WebFrame.mm:
+        (-[WebFramePrivate setWebFrameView:]):
+        (-[WebFramePrivate finalize]): Deleted.
+        (-[WebFrame finalize]): Deleted.
+        * WebView/WebFrameView.mm:
+        (-[WebFrameView finalize]): Deleted.
+        * WebView/WebHTMLRepresentation.mm:
+        (-[WebHTMLRepresentation finalize]): Deleted.
+        * WebView/WebHTMLView.mm:
+        (+[WebHTMLViewPrivate initialize]):
+        (-[WebHTMLViewPrivate finalize]): Deleted.
+        (+[WebHTMLView initialize]): Deleted.
+        (-[WebHTMLView finalize]): Deleted.
+        * WebView/WebResource.mm:
+        (+[WebResourcePrivate initialize]): Deleted.
+        (-[WebResourcePrivate finalize]): Deleted.
+        * WebView/WebTextIterator.mm:
+        (+[WebTextIteratorPrivate initialize]): Deleted.
+        * WebView/WebView.mm:
+        (-[WebView finalize]): Deleted.
+        * WebView/WebViewData.mm:
+        (+[WebViewPrivate initialize]): Deleted.
+        (-[WebViewPrivate init]): Deleted.
+        (-[WebViewPrivate finalize]): Deleted.
+
</ins><span class="cx"> 2015-12-02  Antti Koivisto  &lt;antti@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Move ResourceLoadScheduler to WebKit1
</span></span></pre></div>
<a id="trunkSourceWebKitmacConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Configurations/Base.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Configurations/Base.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/Configurations/Base.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -48,9 +48,6 @@
</span><span class="cx"> GCC_ENABLE_CPP_EXCEPTIONS = NO;
</span><span class="cx"> GCC_ENABLE_CPP_RTTI = NO;
</span><span class="cx"> GCC_ENABLE_OBJC_EXCEPTIONS = YES;
</span><del>-GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME)_$(USE_INTERNAL_SDK));
-GCC_ENABLE_OBJC_GC_macosx_ = NO;
-GCC_ENABLE_OBJC_GC_macosx_YES = supported;
</del><span class="cx"> GCC_ENABLE_SYMBOL_SEPARATION = NO;
</span><span class="cx"> GCC_FAST_OBJC_DISPATCH = YES;
</span><span class="cx"> GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
</span></span></pre></div>
<a id="trunkSourceWebKitmacHistoryWebBackForwardListmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/History/WebBackForwardList.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/History/WebBackForwardList.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/History/WebBackForwardList.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -104,7 +104,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (id)init
</span><span class="lines">@@ -128,20 +127,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    WebCoreThreadViolationCheckRoundOne();
-    BackForwardList* backForwardList = core(self);
-    ASSERT(backForwardList);
-    if (backForwardList) {
-        ASSERT(backForwardList-&gt;closed());
-        backForwardLists().remove(backForwardList);
-        backForwardList-&gt;deref();
-    }
-        
-    [super finalize];
-}
-
</del><span class="cx"> - (void)_close
</span><span class="cx"> {
</span><span class="cx">     core(self)-&gt;close();
</span></span></pre></div>
<a id="trunkSourceWebKitmacHistoryWebHistorymm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/History/WebHistory.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/History/WebHistory.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/History/WebHistory.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -145,11 +145,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    [super finalize];
-}
-
</del><span class="cx"> // MARK: MODIFYING CONTENTS
</span><span class="cx"> 
</span><span class="cx"> static void getDayBoundaries(NSTimeInterval interval, NSTimeInterval&amp; beginningOfDay, NSTimeInterval&amp; beginningOfNextDay)
</span><span class="lines">@@ -739,14 +734,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    [[NSNotificationCenter defaultCenter] removeObserver:self
-                                                    name:NSSystemTimeZoneDidChangeNotification
-                                                  object:nil];
-    [super finalize];
-}
-
</del><span class="cx"> // MARK: MODIFYING CONTENTS
</span><span class="cx"> 
</span><span class="cx"> - (void)_sendNotification:(NSString *)name entries:(NSArray *)entries
</span></span></pre></div>
<a id="trunkSourceWebKitmacHistoryWebHistoryItemmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/History/WebHistoryItem.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/History/WebHistoryItem.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/History/WebHistoryItem.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -125,7 +125,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (instancetype)init
</span><span class="lines">@@ -154,18 +153,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    WebCoreThreadViolationCheckRoundOne();
-
-    // FIXME: ~HistoryItem is what releases the history item's icon from the icon database
-    // It's probably not good to release icons from the database only when the object is garbage-collected. 
-    // Need to change design so this happens at a predictable time.
-    historyItemWrappers().remove(_private-&gt;_historyItem.get());
-
-    [super finalize];
-}
-
</del><span class="cx"> - (id)copyWithZone:(NSZone *)zone
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebKitmacMiscWebElementDictionarymm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Misc/WebElementDictionary.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Misc/WebElementDictionary.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/Misc/WebElementDictionary.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -71,7 +71,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> + (void)initializeLookupTable
</span><span class="lines">@@ -123,12 +122,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    delete _result;
-    [super finalize];
-}
-
</del><span class="cx"> - (void)_fillCache
</span><span class="cx"> {
</span><span class="cx">     CFDictionaryApplyFunction(lookupTable, cacheValueForKey, self);
</span></span></pre></div>
<a id="trunkSourceWebKitmacPluginsHostedWebHostedNetscapePluginViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -76,7 +76,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx">     WKSendUserChangeNotifications();
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitmacPluginsWebBaseNetscapePluginViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Plugins/WebBaseNetscapePluginView.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Plugins/WebBaseNetscapePluginView.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/Plugins/WebBaseNetscapePluginView.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -76,7 +76,6 @@
</span><span class="cx">     JSC::initializeThreading();
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx">     WKSendUserChangeNotifications();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -128,13 +127,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    ASSERT(!_isStarted);
-
-    [super finalize];
-}
-
</del><span class="cx"> - (WebNetscapePluginPackage *)pluginPackage
</span><span class="cx"> {
</span><span class="cx">     return _pluginPackage.get();
</span></span></pre></div>
<a id="trunkSourceWebKitmacPluginsWebBasePluginPackagemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Plugins/WebBasePluginPackage.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Plugins/WebBasePluginPackage.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/Plugins/WebBasePluginPackage.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -69,7 +69,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> + (WebBasePluginPackage *)pluginWithPath:(NSString *)pluginPath
</span><span class="lines">@@ -273,14 +272,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    ASSERT(!pluginDatabases || [pluginDatabases count] == 0);
-    [pluginDatabases release];
-
-    [super finalize];
-}
-
</del><span class="cx"> - (const String&amp;)path
</span><span class="cx"> {
</span><span class="cx">     return path;
</span></span></pre></div>
<a id="trunkSourceWebKitmacPluginsWebNetscapePluginViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Plugins/WebNetscapePluginView.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Plugins/WebNetscapePluginView.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/Plugins/WebNetscapePluginView.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -194,7 +194,6 @@
</span><span class="cx">     JSC::initializeThreading();
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx">     WKSendUserChangeNotifications();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -1379,15 +1378,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    ASSERT(!_isStarted);
-
-    [self fini];
-
-    [super finalize];
-}
-
</del><span class="cx"> - (void)drawRect:(NSRect)rect
</span><span class="cx"> {
</span><span class="cx">     if (_cachedSnapshot) {
</span></span></pre></div>
<a id="trunkSourceWebKitmacPluginsWebPluginContainerCheckmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Plugins/WebPluginContainerCheck.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Plugins/WebPluginContainerCheck.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/Plugins/WebPluginContainerCheck.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -77,13 +77,6 @@
</span><span class="cx">     return [[[self alloc] initWithRequest:request target:target resultObject:obj selector:selector controller:controller contextInfo:contextInfo] autorelease];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    // mandatory to complete or cancel before releasing this object
-    ASSERT(_done);
-    [super finalize];
-}
-
</del><span class="cx"> - (void)dealloc
</span><span class="cx"> {
</span><span class="cx">     // mandatory to complete or cancel before releasing this object
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebEditorClientmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebEditorClient.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebEditorClient.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebEditorClient.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -119,7 +119,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (id)initWithUndoStep:(PassRefPtr&lt;UndoStep&gt;)step
</span><span class="lines">@@ -140,11 +139,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    [super finalize];
-}
-
</del><span class="cx"> + (WebUndoStep *)stepWithUndoStep:(PassRefPtr&lt;UndoStep&gt;)step
</span><span class="cx"> {
</span><span class="cx">     return [[[WebUndoStep alloc] initWithUndoStep:step] autorelease];
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebFrameLoaderClientmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -2303,7 +2303,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (id)initWithFrame:(Frame*)frame policyFunction:(FramePolicyFunction)policyFunction
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebOpenPanelResultListenermm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebOpenPanelResultListener.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebOpenPanelResultListener.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebOpenPanelResultListener.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -51,12 +51,6 @@
</span><span class="cx">     ASSERT(!_chooser);
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><del>-
-- (void)finalize
-{
-    ASSERT(!_chooser);
-    [super finalize];
-}
</del><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> - (void)cancel
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebSecurityOriginmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebSecurityOrigin.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebSecurityOrigin.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebSecurityOrigin.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -114,13 +114,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_private)
-        reinterpret_cast&lt;SecurityOrigin*&gt;(_private)-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> @end
</span><span class="cx"> 
</span><span class="cx"> @implementation WebSecurityOrigin (WebInternal)
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebArchivemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebArchive.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebArchive.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebArchive.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -72,7 +72,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (instancetype)init
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebDataSourcemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebDataSource.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebDataSource.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebDataSource.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -156,7 +156,6 @@
</span><span class="cx">         WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">         RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-        WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -440,16 +439,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (toPrivate(_private) &amp;&amp; toPrivate(_private)-&gt;includedInWebKitStatistics)
-        --WebDataSourceCount;
-
-    delete toPrivate(_private);
-
-    [super finalize];
-}
-
</del><span class="cx"> - (NSData *)data
</span><span class="cx"> {
</span><span class="cx">     RefPtr&lt;SharedBuffer&gt; mainResourceData = toPrivate(_private)-&gt;loader-&gt;mainResourceData();
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebDynamicScrollBarsViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebDynamicScrollBarsView.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebDynamicScrollBarsView.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebDynamicScrollBarsView.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -131,12 +131,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    delete _private;
-    [super finalize];
-}
-
</del><span class="cx"> - (void)setAllowsHorizontalScrolling:(BOOL)flag
</span><span class="cx"> {
</span><span class="cx">     if (_private-&gt;hScrollModeLocked)
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebFramemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebFrame.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebFrame.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebFrame.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -192,12 +192,7 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    [super finalize];
-}
-
-- (void)setWebFrameView:(WebFrameView *)v 
</del><ins>+- (void)setWebFrameView:(WebFrameView *)v
</ins><span class="cx"> { 
</span><span class="cx">     [v retain];
</span><span class="cx">     [webFrameView release];
</span><span class="lines">@@ -2372,14 +2367,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_private &amp;&amp; _private-&gt;includedInWebKitStatistics)
-        --WebFrameCount;
-
-    [super finalize];
-}
-
</del><span class="cx"> - (NSString *)name
</span><span class="cx"> {
</span><span class="cx">     Frame* coreFrame = _private-&gt;coreFrame;
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebFrameViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebFrameView.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebFrameView.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebFrameView.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -419,14 +419,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize 
-{
-    if (_private &amp;&amp; _private-&gt;includedInWebKitStatistics)
-        --WebFrameViewCount;
-
-    [super finalize];
-}
-
</del><span class="cx"> #if PLATFORM(IOS)
</span><span class="cx"> - (BOOL)scrollView:(WAKScrollView *)scrollView shouldScrollToPoint:(CGPoint)point
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebHTMLRepresentationmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebHTMLRepresentation.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebHTMLRepresentation.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebHTMLRepresentation.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -156,14 +156,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (_private &amp;&amp; _private-&gt;includedInWebKitStatistics)
-        --WebHTMLRepresentationCount;
-
-    [super finalize];
-}
-
</del><span class="cx"> - (void)_redirectDataToManualLoader:(id&lt;WebPluginManualLoader&gt;)manualLoader forPluginView:(NSView *)pluginView
</span><span class="cx"> {
</span><span class="cx">     _private-&gt;manualLoader = manualLoader;
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebHTMLViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebHTMLView.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebHTMLView.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebHTMLView.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -1015,8 +1015,7 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
-    
</del><ins>+
</ins><span class="cx"> #if !PLATFORM(IOS)
</span><span class="cx">     if (!oldSetCursorForMouseLocationIMP) {
</span><span class="cx">         Method setCursorMethod = class_getInstanceMethod([NSWindow class], @selector(_setCursorForMouseLocation:));
</span><span class="lines">@@ -1067,16 +1066,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-#if !PLATFORM(IOS)
-    if (promisedDragTIFFDataSource)
-        promisedDragTIFFDataSource-&gt;removeClient(promisedDataClient());
-#endif
-
-    [super finalize];
-}
-
</del><span class="cx"> - (void)clear
</span><span class="cx"> {
</span><span class="cx"> #if !PLATFORM(IOS)
</span><span class="lines">@@ -2835,7 +2824,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (id)initWithFrame:(NSRect)frame
</span><span class="lines">@@ -2881,15 +2869,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    // We can't assert that close has already been called because
-    // this view can be removed from it's superview, even though
-    // it could be needed later, so close if needed.
-    [self close];
-    [super finalize];
-}
-
</del><span class="cx"> // Returns YES if the delegate returns YES (so we should do no more work).
</span><span class="cx"> - (BOOL)callDelegateDoCommandBySelectorIfNeeded:(SEL)selector
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebResourcemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebResource.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebResource.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebResource.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -71,7 +71,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (instancetype)init
</span><span class="lines">@@ -99,13 +98,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    if (coreResource)
-        coreResource-&gt;deref();
-    [super finalize];
-}
-
</del><span class="cx"> @end
</span><span class="cx"> 
</span><span class="cx"> @implementation WebResource
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebTextIteratormm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebTextIterator.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebTextIterator.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebTextIterator.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -51,7 +51,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebView.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebView.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebView.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -192,7 +192,6 @@
</span><span class="cx"> #import &lt;WebKitSystemInterface.h&gt;
</span><span class="cx"> #import &lt;bindings/ScriptValue.h&gt;
</span><span class="cx"> #import &lt;mach-o/dyld.h&gt;
</span><del>-#import &lt;objc/objc-auto.h&gt;
</del><span class="cx"> #import &lt;objc/runtime.h&gt;
</span><span class="cx"> #import &lt;runtime/ArrayPrototype.h&gt;
</span><span class="cx"> #import &lt;runtime/DateInstance.h&gt;
</span><span class="lines">@@ -264,6 +263,7 @@
</span><span class="cx"> #import &lt;WebCore/WebCoreThreadRun.h&gt;
</span><span class="cx"> #import &lt;WebCore/WebEvent.h&gt;
</span><span class="cx"> #import &lt;WebCore/WebVideoFullscreenControllerAVKit.h&gt;
</span><ins>+#import &lt;libkern/OSAtomic.h&gt;
</ins><span class="cx"> #import &lt;wtf/FastMalloc.h&gt;
</span><span class="cx"> #endif // !PLATFORM(IOS)
</span><span class="cx"> 
</span><span class="lines">@@ -5149,15 +5149,6 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-    ASSERT(_private-&gt;closed);
-
-    --WebViewCount;
-
-    [super finalize];
-}
-
</del><span class="cx"> - (void)close
</span><span class="cx"> {
</span><span class="cx">     // _close existed first, and some clients might be calling or overriding it, so call through.
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebViewDatamm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebViewData.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebViewData.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit/mac/WebView/WebViewData.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> #import &lt;WebCore/WebCoreObjCExtras.h&gt;
</span><span class="cx"> #import &lt;WebCore/HistoryItem.h&gt;
</span><span class="cx"> #import &lt;WebCore/TextIndicatorWindow.h&gt;
</span><del>-#import &lt;objc/objc-auto.h&gt;
</del><span class="cx"> #import &lt;runtime/InitializeThreading.h&gt;
</span><span class="cx"> #import &lt;wtf/MainThread.h&gt;
</span><span class="cx"> #import &lt;wtf/RunLoop.h&gt;
</span><span class="lines">@@ -124,7 +123,6 @@
</span><span class="cx">     WTF::initializeMainThreadToProcessMainThread();
</span><span class="cx">     RunLoop::initializeMainRunLoop();
</span><span class="cx"> #endif
</span><del>-    WebCoreObjCFinalizeOnMainThread(self);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (id)init 
</span><span class="lines">@@ -153,11 +151,7 @@
</span><span class="cx">     _geolocationProvider = [WebGeolocationProviderIOS sharedGeolocationProvider];
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-#if !PLATFORM(IOS)
-    shouldCloseWithWindow = objc_collectingEnabled();
-#else
</del><span class="cx">     shouldCloseWithWindow = false;
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx">     pluginDatabaseClientCount++;
</span><span class="cx"> 
</span><span class="lines">@@ -213,16 +207,4 @@
</span><span class="cx">     [super dealloc];
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-- (void)finalize
-{
-#if !PLATFORM(IOS)
-    ASSERT(!insertionPasteboard);
-#endif
-#if ENABLE(VIDEO)
-    ASSERT(!fullscreenController);
-#endif
-
-    [super finalize];
-}
-
</del><span class="cx"> @end
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit2/ChangeLog        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2015-12-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove Objective-C GC support
+        https://bugs.webkit.org/show_bug.cgi?id=151819
+        rdar://problem/23746991
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/BaseLegacyProcess.xcconfig:
+        * Configurations/BaseXPCService.xcconfig:
+        * Shared/Cocoa/APIObject.mm:
+        (API::Object::newObject): Deleted.
+
</ins><span class="cx"> 2015-12-03  Jer Noble  &lt;jer.noble@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed build-fix; fix !HAVE(AVKIT) build after r193340.
</span></span></pre></div>
<a id="trunkSourceWebKit2ConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Configurations/Base.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Configurations/Base.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit2/Configurations/Base.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -47,9 +47,6 @@
</span><span class="cx"> GCC_ENABLE_CPP_EXCEPTIONS = NO;
</span><span class="cx"> GCC_ENABLE_CPP_RTTI = NO;
</span><span class="cx"> GCC_ENABLE_OBJC_EXCEPTIONS = YES;
</span><del>-GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME)_$(USE_INTERNAL_SDK));
-GCC_ENABLE_OBJC_GC_macosx_ = NO;
-GCC_ENABLE_OBJC_GC_macosx_YES = supported;
</del><span class="cx"> GCC_ENABLE_SYMBOL_SEPARATION = NO;
</span><span class="cx"> GCC_FAST_OBJC_DISPATCH = YES;
</span><span class="cx"> GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
</span></span></pre></div>
<a id="trunkSourceWebKit2ConfigurationsBaseLegacyProcessxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Configurations/BaseLegacyProcess.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Configurations/BaseLegacyProcess.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit2/Configurations/BaseLegacyProcess.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -23,7 +23,6 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;BaseTarget.xcconfig&quot;
</span><span class="cx"> 
</span><del>-GCC_ENABLE_OBJC_GC = NO;
</del><span class="cx"> INSTALL_PATH = $(WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/$(FRAMEWORK_CONTENT_DIRECTORY);
</span><span class="cx"> 
</span><span class="cx"> APP_ICON = $(APP_ICON_$(CONFIGURATION));
</span></span></pre></div>
<a id="trunkSourceWebKit2ConfigurationsBaseXPCServicexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -23,8 +23,6 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;BaseTarget.xcconfig&quot;
</span><span class="cx"> 
</span><del>-GCC_ENABLE_OBJC_GC = NO;
-
</del><span class="cx"> INSTALL_PATH = $(INSTALL_PATH_$(WK_XPC_SERVICE_VARIANT));
</span><span class="cx"> 
</span><span class="cx"> INSTALL_PATH_Normal[sdk=iphone*] = $(WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/XPCServices;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedCocoaAPIObjectmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Cocoa/APIObject.mm (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Cocoa/APIObject.mm        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/WebKit2/Shared/Cocoa/APIObject.mm        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -69,7 +69,6 @@
</span><span class="cx"> #import &quot;_WKUserContentFilterInternal.h&quot;
</span><span class="cx"> #import &quot;_WKUserStyleSheetInternal.h&quot;
</span><span class="cx"> #import &quot;_WKVisitedLinkStoreInternal.h&quot;
</span><del>-#import &lt;objc/objc-auto.h&gt;
</del><span class="cx"> 
</span><span class="cx"> namespace API {
</span><span class="cx"> 
</span><span class="lines">@@ -260,11 +259,6 @@
</span><span class="cx">     Object&amp; object = wrapper._apiObject;
</span><span class="cx">     object.m_wrapper = wrapper;
</span><span class="cx"> 
</span><del>-#if PLATFORM(MAC)
-    if (objc_collectingEnabled())
-        object.ref();
-#endif
-
</del><span class="cx">     return &amp;object;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourcebmallocChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/bmalloc/ChangeLog (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/bmalloc/ChangeLog        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/bmalloc/ChangeLog        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2015-12-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove Objective-C GC support
+        https://bugs.webkit.org/show_bug.cgi?id=151819
+        rdar://problem/23746991
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
</ins><span class="cx"> 2015-12-03  Michael Saboff  &lt;msaboff@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         bmalloc: extra large allocations could be more efficient
</span></span></pre></div>
<a id="trunkSourcebmallocConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/bmalloc/Configurations/Base.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/bmalloc/Configurations/Base.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Source/bmalloc/Configurations/Base.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -45,9 +45,6 @@
</span><span class="cx"> GCC_ENABLE_CPP_EXCEPTIONS = NO;
</span><span class="cx"> GCC_ENABLE_CPP_RTTI = NO;
</span><span class="cx"> GCC_ENABLE_OBJC_EXCEPTIONS = YES;
</span><del>-GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME)_$(USE_INTERNAL_SDK));
-GCC_ENABLE_OBJC_GC_macosx_ = NO;
-GCC_ENABLE_OBJC_GC_macosx_YES = supported;
</del><span class="cx"> GCC_ENABLE_SYMBOL_SEPARATION = NO;
</span><span class="cx"> GCC_FAST_OBJC_DISPATCH = YES;
</span><span class="cx"> GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Tools/ChangeLog        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2015-12-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove Objective-C GC support
+        https://bugs.webkit.org/show_bug.cgi?id=151819
+        rdar://problem/23746991
+
+        Reviewed by Dan Bernstein.
+
+        * asan/asan.xcconfig:
+
</ins><span class="cx"> 2015-12-02  Yusuke Suzuki  &lt;utatane.tea@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Allow nil for unspecified benchmark pathes
</span></span></pre></div>
<a id="trunkToolsasanasanxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Tools/asan/asan.xcconfig (193377 => 193378)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/asan/asan.xcconfig        2015-12-03 22:32:59 UTC (rev 193377)
+++ trunk/Tools/asan/asan.xcconfig        2015-12-03 22:41:36 UTC (rev 193378)
</span><span class="lines">@@ -14,5 +14,3 @@
</span><span class="cx"> 
</span><span class="cx"> ASAN_OTHER_CFLAGS = -fno-omit-frame-pointer -g;
</span><span class="cx"> ASAN_OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CFLAGS);
</span><del>-
-GCC_ENABLE_OBJC_GC = NO;
</del></span></pre>
</div>
</div>

</body>
</html>