<!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>[204103] trunk/Source/WebCore</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/204103">204103</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2016-08-03 14:31:03 -0700 (Wed, 03 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove dead bindings code
https://bugs.webkit.org/show_bug.cgi?id=160521

Reviewed by Tim Horton.

* WebCore.xcodeproj/project.pbxproj:
* bindings/objc/DOMBlob.mm:
(core): Deleted.
* bindings/objc/DOMBlobInternal.h:
* bindings/objc/DOMCDATASection.mm:
(core): Deleted.
* bindings/objc/DOMCDATASectionInternal.h:
* bindings/objc/DOMCSSCharsetRule.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMCSSCharsetRuleInternal.h: Removed.
* bindings/objc/DOMCSSFontFaceRule.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMCSSFontFaceRuleInternal.h: Removed.
* bindings/objc/DOMCSSImportRule.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMCSSImportRuleInternal.h: Removed.
* bindings/objc/DOMCSSMediaRule.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMCSSMediaRuleInternal.h: Removed.
* bindings/objc/DOMCSSPageRule.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMCSSPageRuleInternal.h: Removed.
* bindings/objc/DOMCSSPrimitiveValue.mm:
(core): Deleted.
* bindings/objc/DOMCSSPrimitiveValueInternal.h:
* bindings/objc/DOMCSSRule.mm:
(core): Deleted.
* bindings/objc/DOMCSSRuleInternal.h:
* bindings/objc/DOMCSSRuleList.mm:
(core): Deleted.
* bindings/objc/DOMCSSRuleListInternal.h:
* bindings/objc/DOMCSSStyleRule.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMCSSStyleRuleInternal.h: Removed.
* bindings/objc/DOMCSSStyleSheet.mm:
(core): Deleted.
* bindings/objc/DOMCSSStyleSheetInternal.h:
* bindings/objc/DOMCSSUnknownRule.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMCSSUnknownRuleInternal.h: Removed.
* bindings/objc/DOMCSSValue.mm:
(core): Deleted.
* bindings/objc/DOMCSSValueInternal.h:
* bindings/objc/DOMCSSValueList.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMCSSValueListInternal.h: Removed.
* bindings/objc/DOMCharacterData.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMCharacterDataInternal.h: Removed.
* bindings/objc/DOMComment.mm:
(core): Deleted.
* bindings/objc/DOMCommentInternal.h:
* bindings/objc/DOMCounter.mm:
(core): Deleted.
* bindings/objc/DOMCounterInternal.h:
* bindings/objc/DOMDOMImplementation.mm:
(core): Deleted.
* bindings/objc/DOMDOMImplementationInternal.h:
* bindings/objc/DOMDOMTokenList.mm:
(core): Deleted.
* bindings/objc/DOMDOMTokenListInternal.h:
* bindings/objc/DOMEntity.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMEntityInternal.h: Removed.
* bindings/objc/DOMEntityReference.mm:
(core): Deleted.
* bindings/objc/DOMEntityReferenceInternal.h:
* bindings/objc/DOMFile.mm:
(core): Deleted.
* bindings/objc/DOMFileInternal.h:
* bindings/objc/DOMHTMLAnchorElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLAnchorElementInternal.h: Removed.
* bindings/objc/DOMHTMLAppletElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLAppletElementInternal.h: Removed.
* bindings/objc/DOMHTMLAreaElement.mm:
(kit): Deleted.
* bindings/objc/DOMHTMLAreaElementInternal.h:
* bindings/objc/DOMHTMLBRElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLBRElementInternal.h: Removed.
* bindings/objc/DOMHTMLBaseElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLBaseElementInternal.h: Removed.
* bindings/objc/DOMHTMLBaseFontElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLBaseFontElementInternal.h: Removed.
* bindings/objc/DOMHTMLBodyElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLBodyElementInternal.h: Removed.
* bindings/objc/DOMHTMLButtonElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLButtonElementInternal.h: Removed.
* bindings/objc/DOMHTMLCanvasElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLCanvasElementInternal.h: Removed.
* bindings/objc/DOMHTMLCollection.mm:
(core): Deleted.
* bindings/objc/DOMHTMLCollectionInternal.h:
* bindings/objc/DOMHTMLDListElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLDListElementInternal.h: Removed.
* bindings/objc/DOMHTMLDirectoryElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLDirectoryElementInternal.h: Removed.
* bindings/objc/DOMHTMLDivElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLDivElementInternal.h: Removed.
* bindings/objc/DOMHTMLEmbedElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLEmbedElementInternal.h: Removed.
* bindings/objc/DOMHTMLFieldSetElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLFieldSetElementInternal.h: Removed.
* bindings/objc/DOMHTMLFontElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLFontElementInternal.h: Removed.
* bindings/objc/DOMHTMLFormElement.mm:
(core): Deleted.
* bindings/objc/DOMHTMLFormElementInternal.h:
* bindings/objc/DOMHTMLFrameElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLFrameElementInternal.h: Removed.
* bindings/objc/DOMHTMLFrameSetElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLFrameSetElementInternal.h: Removed.
* bindings/objc/DOMHTMLHRElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLHRElementInternal.h: Removed.
* bindings/objc/DOMHTMLHeadElement.mm:
(core): Deleted.
* bindings/objc/DOMHTMLHeadElementInternal.h:
* bindings/objc/DOMHTMLHeadingElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLHeadingElementInternal.h: Removed.
* bindings/objc/DOMHTMLHtmlElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLHtmlElementInternal.h: Removed.
* bindings/objc/DOMHTMLIFrameElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLIFrameElementInternal.h: Removed.
* bindings/objc/DOMHTMLImageElement.mm:
(kit): Deleted.
* bindings/objc/DOMHTMLImageElementInternal.h:
* bindings/objc/DOMHTMLLIElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLLIElementInternal.h: Removed.
* bindings/objc/DOMHTMLLabelElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLLabelElementInternal.h: Removed.
* bindings/objc/DOMHTMLLegendElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLLegendElementInternal.h: Removed.
* bindings/objc/DOMHTMLLinkElement.mm:
(kit): Deleted.
* bindings/objc/DOMHTMLLinkElementInternal.h:
* bindings/objc/DOMHTMLMapElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLMapElementInternal.h: Removed.
* bindings/objc/DOMHTMLMarqueeElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLMarqueeElementInternal.h: Removed.
* bindings/objc/DOMHTMLMediaElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLMediaElementInternal.h: Removed.
* bindings/objc/DOMHTMLMenuElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLMenuElementInternal.h: Removed.
* bindings/objc/DOMHTMLMetaElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLMetaElementInternal.h: Removed.
* bindings/objc/DOMHTMLModElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLModElementInternal.h: Removed.
* bindings/objc/DOMHTMLOListElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLOListElementInternal.h: Removed.
* bindings/objc/DOMHTMLObjectElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLObjectElementInternal.h: Removed.
* bindings/objc/DOMHTMLOptGroupElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLOptGroupElementInternal.h: Removed.
* bindings/objc/DOMHTMLOptionsCollection.mm:
(core): Deleted.
* bindings/objc/DOMHTMLOptionsCollectionInternal.h:
* bindings/objc/DOMHTMLParagraphElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLParagraphElementInternal.h: Removed.
* bindings/objc/DOMHTMLParamElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLParamElementInternal.h: Removed.
* bindings/objc/DOMHTMLPreElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLPreElementInternal.h: Removed.
* bindings/objc/DOMHTMLQuoteElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLQuoteElementInternal.h: Removed.
* bindings/objc/DOMHTMLScriptElement.mm:
(core): Deleted.
* bindings/objc/DOMHTMLScriptElementInternal.h:
* bindings/objc/DOMHTMLSelectElement.mm:
(kit): Deleted.
* bindings/objc/DOMHTMLSelectElementInternal.h:
* bindings/objc/DOMHTMLStyleElement.mm:
(kit): Deleted.
* bindings/objc/DOMHTMLStyleElementInternal.h:
* bindings/objc/DOMHTMLTableColElement.mm:
(kit): Deleted.
* bindings/objc/DOMHTMLTableColElementInternal.h:
* bindings/objc/DOMHTMLTableElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLTableElementInternal.h: Removed.
* bindings/objc/DOMHTMLTableRowElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLTableRowElementInternal.h: Removed.
* bindings/objc/DOMHTMLTitleElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLTitleElementInternal.h: Removed.
* bindings/objc/DOMHTMLUListElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLUListElementInternal.h: Removed.
* bindings/objc/DOMHTMLVideoElement.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMHTMLVideoElementInternal.h: Removed.
* bindings/objc/DOMKeyboardEvent.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMKeyboardEventInternal.h: Removed.
* bindings/objc/DOMMediaError.mm:
(core): Deleted.
* bindings/objc/DOMMediaErrorInternal.h:
* bindings/objc/DOMMediaList.mm:
(core): Deleted.
* bindings/objc/DOMMediaListInternal.h:
* bindings/objc/DOMMouseEvent.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMMouseEventInternal.h: Removed.
* bindings/objc/DOMMutationEvent.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMMutationEventInternal.h: Removed.
* bindings/objc/DOMNamedNodeMap.mm:
(core): Deleted.
* bindings/objc/DOMNamedNodeMapInternal.h:
* bindings/objc/DOMNodeIterator.mm:
(core): Deleted.
* bindings/objc/DOMNodeIteratorInternal.h:
* bindings/objc/DOMNodeList.mm:
(core): Deleted.
* bindings/objc/DOMNodeListInternal.h:
* bindings/objc/DOMOverflowEvent.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMOverflowEventInternal.h: Removed.
* bindings/objc/DOMProgressEvent.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMProgressEventInternal.h: Removed.
* bindings/objc/DOMRGBColor.mm:
(core): Deleted.
* bindings/objc/DOMRGBColorInternal.h:
* bindings/objc/DOMRect.mm:
(core): Deleted.
* bindings/objc/DOMRectInternal.h:
* bindings/objc/DOMStyleSheet.mm:
(core): Deleted.
* bindings/objc/DOMStyleSheetInternal.h:
* bindings/objc/DOMStyleSheetList.mm:
(core): Deleted.
* bindings/objc/DOMStyleSheetListInternal.h:
* bindings/objc/DOMText.mm:
(core): Deleted.
* bindings/objc/DOMTextEvent.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMTextEventInternal.h: Removed.
* bindings/objc/DOMTextInternal.h:
* bindings/objc/DOMTimeRanges.mm:
(core): Deleted.
* bindings/objc/DOMTimeRangesInternal.h:
* bindings/objc/DOMTreeWalker.mm:
(core): Deleted.
* bindings/objc/DOMTreeWalkerInternal.h:
* bindings/objc/DOMUIEvent.mm:
(core): Deleted.
(kit): Deleted.
* bindings/objc/DOMUIEventInternal.h: Removed.
* bindings/objc/DOMWheelEvent.mm:
(kit): Deleted.
* bindings/objc/DOMWheelEventInternal.h:
* bindings/objc/DOMXPathExpression.mm:
(core): Deleted.
* bindings/objc/DOMXPathExpressionInternal.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreWebCorexcodeprojprojectpbxproj">trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMBlobmm">trunk/Source/WebCore/bindings/objc/DOMBlob.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMBlobInternalh">trunk/Source/WebCore/bindings/objc/DOMBlobInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCDATASectionmm">trunk/Source/WebCore/bindings/objc/DOMCDATASection.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCDATASectionInternalh">trunk/Source/WebCore/bindings/objc/DOMCDATASectionInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSCharsetRulemm">trunk/Source/WebCore/bindings/objc/DOMCSSCharsetRule.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSFontFaceRulemm">trunk/Source/WebCore/bindings/objc/DOMCSSFontFaceRule.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSImportRulemm">trunk/Source/WebCore/bindings/objc/DOMCSSImportRule.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSMediaRulemm">trunk/Source/WebCore/bindings/objc/DOMCSSMediaRule.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSPageRulemm">trunk/Source/WebCore/bindings/objc/DOMCSSPageRule.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSPrimitiveValuemm">trunk/Source/WebCore/bindings/objc/DOMCSSPrimitiveValue.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSPrimitiveValueInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSPrimitiveValueInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSRulemm">trunk/Source/WebCore/bindings/objc/DOMCSSRule.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSRuleInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSRuleInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSRuleListmm">trunk/Source/WebCore/bindings/objc/DOMCSSRuleList.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSRuleListInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSRuleListInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSStyleRulemm">trunk/Source/WebCore/bindings/objc/DOMCSSStyleRule.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSStyleSheetmm">trunk/Source/WebCore/bindings/objc/DOMCSSStyleSheet.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSStyleSheetInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSStyleSheetInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSUnknownRulemm">trunk/Source/WebCore/bindings/objc/DOMCSSUnknownRule.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSValuemm">trunk/Source/WebCore/bindings/objc/DOMCSSValue.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSValueInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSValueInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSValueListmm">trunk/Source/WebCore/bindings/objc/DOMCSSValueList.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCharacterDatamm">trunk/Source/WebCore/bindings/objc/DOMCharacterData.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCommentmm">trunk/Source/WebCore/bindings/objc/DOMComment.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCommentInternalh">trunk/Source/WebCore/bindings/objc/DOMCommentInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCountermm">trunk/Source/WebCore/bindings/objc/DOMCounter.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCounterInternalh">trunk/Source/WebCore/bindings/objc/DOMCounterInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMDOMImplementationmm">trunk/Source/WebCore/bindings/objc/DOMDOMImplementation.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMDOMImplementationInternalh">trunk/Source/WebCore/bindings/objc/DOMDOMImplementationInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMDOMTokenListmm">trunk/Source/WebCore/bindings/objc/DOMDOMTokenList.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMDOMTokenListInternalh">trunk/Source/WebCore/bindings/objc/DOMDOMTokenListInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMEntitymm">trunk/Source/WebCore/bindings/objc/DOMEntity.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMEntityReferencemm">trunk/Source/WebCore/bindings/objc/DOMEntityReference.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMEntityReferenceInternalh">trunk/Source/WebCore/bindings/objc/DOMEntityReferenceInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMFilemm">trunk/Source/WebCore/bindings/objc/DOMFile.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMFileInternalh">trunk/Source/WebCore/bindings/objc/DOMFileInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLAnchorElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLAnchorElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLAppletElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLAppletElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLAreaElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLAreaElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLAreaElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLAreaElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLBRElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLBRElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLBaseElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLBaseElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLBaseFontElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLBaseFontElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLBodyElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLBodyElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLButtonElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLButtonElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLCanvasElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLCanvasElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLCollectionmm">trunk/Source/WebCore/bindings/objc/DOMHTMLCollection.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLCollectionInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLCollectionInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLDListElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLDListElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLDirectoryElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLDirectoryElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLDivElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLDivElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLEmbedElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLEmbedElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLFieldSetElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLFieldSetElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLFontElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLFontElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLFormElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLFormElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLFormElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLFormElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLFrameElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLFrameElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLFrameSetElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLFrameSetElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLHRElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLHRElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLHeadElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLHeadElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLHeadElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLHeadElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLHeadingElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLHeadingElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLHtmlElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLHtmlElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLIFrameElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLIFrameElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLImageElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLImageElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLImageElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLImageElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLLIElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLLIElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLLabelElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLLabelElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLLegendElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLLegendElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLLinkElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLLinkElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLLinkElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLLinkElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLMapElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLMapElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLMarqueeElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLMarqueeElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLMediaElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLMediaElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLMenuElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLMenuElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLMetaElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLMetaElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLModElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLModElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLOListElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLOListElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLObjectElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLObjectElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLOptGroupElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLOptGroupElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLOptionsCollectionmm">trunk/Source/WebCore/bindings/objc/DOMHTMLOptionsCollection.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLOptionsCollectionInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLOptionsCollectionInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLParagraphElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLParagraphElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLParamElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLParamElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLPreElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLPreElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLQuoteElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLQuoteElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLScriptElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLScriptElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLScriptElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLScriptElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLSelectElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLSelectElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLSelectElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLSelectElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLStyleElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLStyleElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLStyleElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLStyleElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTableColElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLTableColElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTableColElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLTableColElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTableElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLTableElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTableRowElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLTableRowElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTitleElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLUListElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLVideoElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLVideoElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMKeyboardEventmm">trunk/Source/WebCore/bindings/objc/DOMKeyboardEvent.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMMediaErrormm">trunk/Source/WebCore/bindings/objc/DOMMediaError.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMMediaErrorInternalh">trunk/Source/WebCore/bindings/objc/DOMMediaErrorInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMMediaListmm">trunk/Source/WebCore/bindings/objc/DOMMediaList.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMMediaListInternalh">trunk/Source/WebCore/bindings/objc/DOMMediaListInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMMouseEventmm">trunk/Source/WebCore/bindings/objc/DOMMouseEvent.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMMutationEventmm">trunk/Source/WebCore/bindings/objc/DOMMutationEvent.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMNamedNodeMapmm">trunk/Source/WebCore/bindings/objc/DOMNamedNodeMap.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMNamedNodeMapInternalh">trunk/Source/WebCore/bindings/objc/DOMNamedNodeMapInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMNodeIteratormm">trunk/Source/WebCore/bindings/objc/DOMNodeIterator.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMNodeIteratorInternalh">trunk/Source/WebCore/bindings/objc/DOMNodeIteratorInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMNodeListmm">trunk/Source/WebCore/bindings/objc/DOMNodeList.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMNodeListInternalh">trunk/Source/WebCore/bindings/objc/DOMNodeListInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMOverflowEventmm">trunk/Source/WebCore/bindings/objc/DOMOverflowEvent.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMProgressEventmm">trunk/Source/WebCore/bindings/objc/DOMProgressEvent.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMRGBColormm">trunk/Source/WebCore/bindings/objc/DOMRGBColor.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMRGBColorInternalh">trunk/Source/WebCore/bindings/objc/DOMRGBColorInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMRectmm">trunk/Source/WebCore/bindings/objc/DOMRect.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMRectInternalh">trunk/Source/WebCore/bindings/objc/DOMRectInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMStyleSheetmm">trunk/Source/WebCore/bindings/objc/DOMStyleSheet.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMStyleSheetInternalh">trunk/Source/WebCore/bindings/objc/DOMStyleSheetInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMStyleSheetListmm">trunk/Source/WebCore/bindings/objc/DOMStyleSheetList.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMStyleSheetListInternalh">trunk/Source/WebCore/bindings/objc/DOMStyleSheetListInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMTextmm">trunk/Source/WebCore/bindings/objc/DOMText.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMTextEventmm">trunk/Source/WebCore/bindings/objc/DOMTextEvent.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMTextInternalh">trunk/Source/WebCore/bindings/objc/DOMTextInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMTimeRangesmm">trunk/Source/WebCore/bindings/objc/DOMTimeRanges.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMTimeRangesInternalh">trunk/Source/WebCore/bindings/objc/DOMTimeRangesInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMTreeWalkermm">trunk/Source/WebCore/bindings/objc/DOMTreeWalker.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMTreeWalkerInternalh">trunk/Source/WebCore/bindings/objc/DOMTreeWalkerInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMUIEventmm">trunk/Source/WebCore/bindings/objc/DOMUIEvent.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMWheelEventmm">trunk/Source/WebCore/bindings/objc/DOMWheelEvent.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMWheelEventInternalh">trunk/Source/WebCore/bindings/objc/DOMWheelEventInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMXPathExpressionmm">trunk/Source/WebCore/bindings/objc/DOMXPathExpression.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMXPathExpressionInternalh">trunk/Source/WebCore/bindings/objc/DOMXPathExpressionInternal.h</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSCharsetRuleInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSCharsetRuleInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSFontFaceRuleInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSFontFaceRuleInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSImportRuleInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSImportRuleInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSMediaRuleInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSMediaRuleInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSPageRuleInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSPageRuleInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSStyleRuleInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSStyleRuleInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSUnknownRuleInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSUnknownRuleInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCSSValueListInternalh">trunk/Source/WebCore/bindings/objc/DOMCSSValueListInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMCharacterDataInternalh">trunk/Source/WebCore/bindings/objc/DOMCharacterDataInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMEntityInternalh">trunk/Source/WebCore/bindings/objc/DOMEntityInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLAnchorElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLAnchorElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLAppletElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLAppletElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLBRElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLBRElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLBaseElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLBaseElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLBaseFontElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLBaseFontElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLBodyElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLBodyElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLButtonElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLButtonElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLCanvasElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLCanvasElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLDListElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLDListElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLDirectoryElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLDirectoryElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLDivElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLDivElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLEmbedElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLEmbedElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLFieldSetElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLFieldSetElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLFontElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLFontElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLFrameElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLFrameElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLFrameSetElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLFrameSetElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLHRElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLHRElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLHeadingElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLHeadingElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLHtmlElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLHtmlElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLIFrameElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLIFrameElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLLIElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLLIElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLLabelElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLLabelElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLLegendElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLLegendElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLMapElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLMapElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLMarqueeElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLMarqueeElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLMediaElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLMediaElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLMenuElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLMenuElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLMetaElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLMetaElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLModElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLModElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLOListElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLOListElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLObjectElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLObjectElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLOptGroupElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLOptGroupElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLParagraphElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLParagraphElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLParamElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLParamElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLPreElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLPreElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLQuoteElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLQuoteElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTableElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLTableElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTableRowElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLTableRowElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTitleElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLUListElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLUListElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLVideoElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLVideoElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMKeyboardEventInternalh">trunk/Source/WebCore/bindings/objc/DOMKeyboardEventInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMMouseEventInternalh">trunk/Source/WebCore/bindings/objc/DOMMouseEventInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMMutationEventInternalh">trunk/Source/WebCore/bindings/objc/DOMMutationEventInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMOverflowEventInternalh">trunk/Source/WebCore/bindings/objc/DOMOverflowEventInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMProgressEventInternalh">trunk/Source/WebCore/bindings/objc/DOMProgressEventInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMTextEventInternalh">trunk/Source/WebCore/bindings/objc/DOMTextEventInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMUIEventInternalh">trunk/Source/WebCore/bindings/objc/DOMUIEventInternal.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/ChangeLog        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,3 +1,358 @@
</span><ins>+2016-08-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove dead bindings code
+        https://bugs.webkit.org/show_bug.cgi?id=160521
+
+        Reviewed by Tim Horton.
+
+        * WebCore.xcodeproj/project.pbxproj:
+        * bindings/objc/DOMBlob.mm:
+        (core): Deleted.
+        * bindings/objc/DOMBlobInternal.h:
+        * bindings/objc/DOMCDATASection.mm:
+        (core): Deleted.
+        * bindings/objc/DOMCDATASectionInternal.h:
+        * bindings/objc/DOMCSSCharsetRule.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMCSSCharsetRuleInternal.h: Removed.
+        * bindings/objc/DOMCSSFontFaceRule.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMCSSFontFaceRuleInternal.h: Removed.
+        * bindings/objc/DOMCSSImportRule.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMCSSImportRuleInternal.h: Removed.
+        * bindings/objc/DOMCSSMediaRule.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMCSSMediaRuleInternal.h: Removed.
+        * bindings/objc/DOMCSSPageRule.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMCSSPageRuleInternal.h: Removed.
+        * bindings/objc/DOMCSSPrimitiveValue.mm:
+        (core): Deleted.
+        * bindings/objc/DOMCSSPrimitiveValueInternal.h:
+        * bindings/objc/DOMCSSRule.mm:
+        (core): Deleted.
+        * bindings/objc/DOMCSSRuleInternal.h:
+        * bindings/objc/DOMCSSRuleList.mm:
+        (core): Deleted.
+        * bindings/objc/DOMCSSRuleListInternal.h:
+        * bindings/objc/DOMCSSStyleRule.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMCSSStyleRuleInternal.h: Removed.
+        * bindings/objc/DOMCSSStyleSheet.mm:
+        (core): Deleted.
+        * bindings/objc/DOMCSSStyleSheetInternal.h:
+        * bindings/objc/DOMCSSUnknownRule.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMCSSUnknownRuleInternal.h: Removed.
+        * bindings/objc/DOMCSSValue.mm:
+        (core): Deleted.
+        * bindings/objc/DOMCSSValueInternal.h:
+        * bindings/objc/DOMCSSValueList.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMCSSValueListInternal.h: Removed.
+        * bindings/objc/DOMCharacterData.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMCharacterDataInternal.h: Removed.
+        * bindings/objc/DOMComment.mm:
+        (core): Deleted.
+        * bindings/objc/DOMCommentInternal.h:
+        * bindings/objc/DOMCounter.mm:
+        (core): Deleted.
+        * bindings/objc/DOMCounterInternal.h:
+        * bindings/objc/DOMDOMImplementation.mm:
+        (core): Deleted.
+        * bindings/objc/DOMDOMImplementationInternal.h:
+        * bindings/objc/DOMDOMTokenList.mm:
+        (core): Deleted.
+        * bindings/objc/DOMDOMTokenListInternal.h:
+        * bindings/objc/DOMEntity.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMEntityInternal.h: Removed.
+        * bindings/objc/DOMEntityReference.mm:
+        (core): Deleted.
+        * bindings/objc/DOMEntityReferenceInternal.h:
+        * bindings/objc/DOMFile.mm:
+        (core): Deleted.
+        * bindings/objc/DOMFileInternal.h:
+        * bindings/objc/DOMHTMLAnchorElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLAnchorElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLAppletElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLAppletElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLAreaElement.mm:
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLAreaElementInternal.h:
+        * bindings/objc/DOMHTMLBRElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLBRElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLBaseElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLBaseElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLBaseFontElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLBaseFontElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLBodyElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLBodyElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLButtonElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLButtonElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLCanvasElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLCanvasElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLCollection.mm:
+        (core): Deleted.
+        * bindings/objc/DOMHTMLCollectionInternal.h:
+        * bindings/objc/DOMHTMLDListElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLDListElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLDirectoryElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLDirectoryElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLDivElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLDivElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLEmbedElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLEmbedElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLFieldSetElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLFieldSetElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLFontElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLFontElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLFormElement.mm:
+        (core): Deleted.
+        * bindings/objc/DOMHTMLFormElementInternal.h:
+        * bindings/objc/DOMHTMLFrameElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLFrameElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLFrameSetElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLFrameSetElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLHRElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLHRElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLHeadElement.mm:
+        (core): Deleted.
+        * bindings/objc/DOMHTMLHeadElementInternal.h:
+        * bindings/objc/DOMHTMLHeadingElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLHeadingElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLHtmlElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLHtmlElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLIFrameElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLIFrameElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLImageElement.mm:
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLImageElementInternal.h:
+        * bindings/objc/DOMHTMLLIElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLLIElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLLabelElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLLabelElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLLegendElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLLegendElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLLinkElement.mm:
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLLinkElementInternal.h:
+        * bindings/objc/DOMHTMLMapElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLMapElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLMarqueeElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLMarqueeElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLMediaElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLMediaElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLMenuElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLMenuElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLMetaElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLMetaElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLModElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLModElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLOListElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLOListElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLObjectElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLObjectElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLOptGroupElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLOptGroupElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLOptionsCollection.mm:
+        (core): Deleted.
+        * bindings/objc/DOMHTMLOptionsCollectionInternal.h:
+        * bindings/objc/DOMHTMLParagraphElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLParagraphElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLParamElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLParamElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLPreElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLPreElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLQuoteElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLQuoteElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLScriptElement.mm:
+        (core): Deleted.
+        * bindings/objc/DOMHTMLScriptElementInternal.h:
+        * bindings/objc/DOMHTMLSelectElement.mm:
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLSelectElementInternal.h:
+        * bindings/objc/DOMHTMLStyleElement.mm:
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLStyleElementInternal.h:
+        * bindings/objc/DOMHTMLTableColElement.mm:
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLTableColElementInternal.h:
+        * bindings/objc/DOMHTMLTableElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLTableElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLTableRowElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLTableRowElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLTitleElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLTitleElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLUListElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLUListElementInternal.h: Removed.
+        * bindings/objc/DOMHTMLVideoElement.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMHTMLVideoElementInternal.h: Removed.
+        * bindings/objc/DOMKeyboardEvent.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMKeyboardEventInternal.h: Removed.
+        * bindings/objc/DOMMediaError.mm:
+        (core): Deleted.
+        * bindings/objc/DOMMediaErrorInternal.h:
+        * bindings/objc/DOMMediaList.mm:
+        (core): Deleted.
+        * bindings/objc/DOMMediaListInternal.h:
+        * bindings/objc/DOMMouseEvent.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMMouseEventInternal.h: Removed.
+        * bindings/objc/DOMMutationEvent.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMMutationEventInternal.h: Removed.
+        * bindings/objc/DOMNamedNodeMap.mm:
+        (core): Deleted.
+        * bindings/objc/DOMNamedNodeMapInternal.h:
+        * bindings/objc/DOMNodeIterator.mm:
+        (core): Deleted.
+        * bindings/objc/DOMNodeIteratorInternal.h:
+        * bindings/objc/DOMNodeList.mm:
+        (core): Deleted.
+        * bindings/objc/DOMNodeListInternal.h:
+        * bindings/objc/DOMOverflowEvent.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMOverflowEventInternal.h: Removed.
+        * bindings/objc/DOMProgressEvent.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMProgressEventInternal.h: Removed.
+        * bindings/objc/DOMRGBColor.mm:
+        (core): Deleted.
+        * bindings/objc/DOMRGBColorInternal.h:
+        * bindings/objc/DOMRect.mm:
+        (core): Deleted.
+        * bindings/objc/DOMRectInternal.h:
+        * bindings/objc/DOMStyleSheet.mm:
+        (core): Deleted.
+        * bindings/objc/DOMStyleSheetInternal.h:
+        * bindings/objc/DOMStyleSheetList.mm:
+        (core): Deleted.
+        * bindings/objc/DOMStyleSheetListInternal.h:
+        * bindings/objc/DOMText.mm:
+        (core): Deleted.
+        * bindings/objc/DOMTextEvent.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMTextEventInternal.h: Removed.
+        * bindings/objc/DOMTextInternal.h:
+        * bindings/objc/DOMTimeRanges.mm:
+        (core): Deleted.
+        * bindings/objc/DOMTimeRangesInternal.h:
+        * bindings/objc/DOMTreeWalker.mm:
+        (core): Deleted.
+        * bindings/objc/DOMTreeWalkerInternal.h:
+        * bindings/objc/DOMUIEvent.mm:
+        (core): Deleted.
+        (kit): Deleted.
+        * bindings/objc/DOMUIEventInternal.h: Removed.
+        * bindings/objc/DOMWheelEvent.mm:
+        (kit): Deleted.
+        * bindings/objc/DOMWheelEventInternal.h:
+        * bindings/objc/DOMXPathExpression.mm:
+        (core): Deleted.
+        * bindings/objc/DOMXPathExpressionInternal.h:
+
</ins><span class="cx"> 2016-08-03  Eric Carlson  &lt;eric.carlson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Mac] Work around AVPlayer setMuted bug
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -752,59 +752,23 @@
</span><span class="cx">                 1A58E8671D19D80E00C0EA73 /* PaymentRequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A58E8631D19D4DF00C0EA73 /* PaymentRequest.cpp */; };
</span><span class="cx">                 1A58E86D1D19E42D00C0EA73 /* PaymentCoordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A58E86B1D19E42D00C0EA73 /* PaymentCoordinator.cpp */; };
</span><span class="cx">                 1A58E86E1D19E42D00C0EA73 /* PaymentCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A58E86C1D19E42D00C0EA73 /* PaymentCoordinator.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF451D4FE42200412AC7 /* DOMHTMLAnchorElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7114C0AC5D5340053270F /* DOMHTMLAnchorElementInternal.h */; };
-                1A67BF461D4FE42200412AC7 /* DOMHTMLAppletElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 855247CD0AD850B80012093B /* DOMHTMLAppletElementInternal.h */; };
-                1A67BF471D4FE42300412AC7 /* DOMHTMLAreaElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7114D0AC5D5340053270F /* DOMHTMLAreaElementInternal.h */; };
-                1A67BF481D4FE42300412AC7 /* DOMHTMLBaseElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7114E0AC5D5340053270F /* DOMHTMLBaseElementInternal.h */; };
-                1A67BF491D4FE42300412AC7 /* DOMHTMLBaseFontElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7114F0AC5D5340053270F /* DOMHTMLBaseFontElementInternal.h */; };
-                1A67BF4A1D4FE42300412AC7 /* DOMHTMLBodyElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711500AC5D5340053270F /* DOMHTMLBodyElementInternal.h */; };
-                1A67BF4B1D4FE42300412AC7 /* DOMHTMLBRElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711510AC5D5340053270F /* DOMHTMLBRElementInternal.h */; };
-                1A67BF4C1D4FE42300412AC7 /* DOMHTMLButtonElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711520AC5D5340053270F /* DOMHTMLButtonElementInternal.h */; };
</del><span class="cx">                 1A67BF4D1D4FE42300412AC7 /* DOMHTMLCollectionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711530AC5D5340053270F /* DOMHTMLCollectionInternal.h */; };
</span><del>-                1A67BF4E1D4FE42300412AC7 /* DOMHTMLDirectoryElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711540AC5D5340053270F /* DOMHTMLDirectoryElementInternal.h */; };
-                1A67BF4F1D4FE42300412AC7 /* DOMHTMLDivElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711550AC5D5340053270F /* DOMHTMLDivElementInternal.h */; };
-                1A67BF501D4FE42300412AC7 /* DOMHTMLDListElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711560AC5D5340053270F /* DOMHTMLDListElementInternal.h */; };
</del><span class="cx">                 1A67BF511D4FE42300412AC7 /* DOMHTMLDocumentInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711570AC5D5340053270F /* DOMHTMLDocumentInternal.h */; };
</span><del>-                1A67BF521D4FE42300412AC7 /* DOMHTMLEmbedElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 855247CE0AD850B80012093B /* DOMHTMLEmbedElementInternal.h */; };
-                1A67BF531D4FE42300412AC7 /* DOMHTMLFieldSetElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711590AC5D5340053270F /* DOMHTMLFieldSetElementInternal.h */; };
-                1A67BF541D4FE42300412AC7 /* DOMHTMLFontElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7115A0AC5D5340053270F /* DOMHTMLFontElementInternal.h */; };
</del><span class="cx">                 1A67BF551D4FE42300412AC7 /* DOMHTMLFormElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7115B0AC5D5340053270F /* DOMHTMLFormElementInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF561D4FE42300412AC7 /* DOMHTMLFrameElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7115C0AC5D5340053270F /* DOMHTMLFrameElementInternal.h */; };
-                1A67BF571D4FE42300412AC7 /* DOMHTMLFrameSetElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7115D0AC5D5340053270F /* DOMHTMLFrameSetElementInternal.h */; };
</del><span class="cx">                 1A67BF581D4FE42300412AC7 /* DOMHTMLHeadElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7115E0AC5D5350053270F /* DOMHTMLHeadElementInternal.h */; };
</span><del>-                1A67BF591D4FE42300412AC7 /* DOMHTMLHeadingElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7115F0AC5D5350053270F /* DOMHTMLHeadingElementInternal.h */; };
-                1A67BF5A1D4FE42300412AC7 /* DOMHTMLHRElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711600AC5D5350053270F /* DOMHTMLHRElementInternal.h */; };
-                1A67BF5B1D4FE42300412AC7 /* DOMHTMLHtmlElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711610AC5D5350053270F /* DOMHTMLHtmlElementInternal.h */; };
-                1A67BF5C1D4FE42300412AC7 /* DOMHTMLIFrameElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711620AC5D5350053270F /* DOMHTMLIFrameElementInternal.h */; };
</del><span class="cx">                 1A67BF5D1D4FE42300412AC7 /* DOMHTMLImageElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711630AC5D5350053270F /* DOMHTMLImageElementInternal.h */; };
</span><span class="cx">                 1A67BF5E1D4FE42300412AC7 /* DOMHTMLInputElementPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CCA732110ADD43E00FD440D /* DOMHTMLInputElementPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF5F1D4FE42300412AC7 /* DOMHTMLLabelElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711660AC5D5350053270F /* DOMHTMLLabelElementInternal.h */; };
-                1A67BF601D4FE42300412AC7 /* DOMHTMLLegendElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711670AC5D5350053270F /* DOMHTMLLegendElementInternal.h */; };
-                1A67BF611D4FE42300412AC7 /* DOMHTMLLIElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711680AC5D5350053270F /* DOMHTMLLIElementInternal.h */; };
</del><span class="cx">                 1A67BF621D4FE42300412AC7 /* DOMHTMLLinkElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711690AC5D5350053270F /* DOMHTMLLinkElementInternal.h */; };
</span><del>-                1A67BF631D4FE42300412AC7 /* DOMHTMLMapElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7116A0AC5D5350053270F /* DOMHTMLMapElementInternal.h */; };
-                1A67BF641D4FE42300412AC7 /* DOMHTMLMarqueeElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5156E70C03B741008BB0EE /* DOMHTMLMarqueeElementInternal.h */; };
-                1A67BF651D4FE42300412AC7 /* DOMHTMLMediaElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEC66501C82D0080099846A /* DOMHTMLMediaElementInternal.h */; };
-                1A67BF661D4FE42300412AC7 /* DOMHTMLMenuElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7116B0AC5D5350053270F /* DOMHTMLMenuElementInternal.h */; };
-                1A67BF671D4FE42300412AC7 /* DOMHTMLMetaElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7116C0AC5D5350053270F /* DOMHTMLMetaElementInternal.h */; };
-                1A67BF681D4FE42300412AC7 /* DOMHTMLModElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7116D0AC5D5350053270F /* DOMHTMLModElementInternal.h */; };
-                1A67BF691D4FE42300412AC7 /* DOMHTMLObjectElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7116E0AC5D5350053270F /* DOMHTMLObjectElementInternal.h */; };
</del><span class="cx">                 1A67BF6B1D4FE42300412AC7 /* DOMHTMLOListElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BA4D070AA688680088052D /* DOMHTMLOListElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF6C1D4FE42300412AC7 /* DOMHTMLOListElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7116F0AC5D5350053270F /* DOMHTMLOListElementInternal.h */; };
</del><span class="cx">                 1A67BF6D1D4FE42300412AC7 /* DOMHTMLOptGroupElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F32AE60AA63B8700FF3184 /* DOMHTMLOptGroupElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF6E1D4FE42300412AC7 /* DOMHTMLOptGroupElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711700AC5D5350053270F /* DOMHTMLOptGroupElementInternal.h */; };
</del><span class="cx">                 1A67BF6F1D4FE42300412AC7 /* DOMHTMLOptionElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 854075660AD6CBF900620C57 /* DOMHTMLOptionElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1A67BF701D4FE42300412AC7 /* DOMHTMLOptionElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 854075680AD6CBF900620C57 /* DOMHTMLOptionElementInternal.h */; };
</span><span class="cx">                 1A67BF711D4FE42300412AC7 /* DOMHTMLOptionsCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DF2F990AA3CAE500AD64C5 /* DOMHTMLOptionsCollection.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1A67BF721D4FE42300412AC7 /* DOMHTMLOptionsCollectionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711710AC5D5350053270F /* DOMHTMLOptionsCollectionInternal.h */; };
</span><span class="cx">                 1A67BF731D4FE42300412AC7 /* DOMHTMLParagraphElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85183B3C0AA6926100F19FA3 /* DOMHTMLParagraphElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF741D4FE42300412AC7 /* DOMHTMLParagraphElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711720AC5D5350053270F /* DOMHTMLParagraphElementInternal.h */; };
</del><span class="cx">                 1A67BF751D4FE42300412AC7 /* DOMHTMLParamElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85ECBEE90AA7626900544F0B /* DOMHTMLParamElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF761D4FE42300412AC7 /* DOMHTMLParamElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711730AC5D5350053270F /* DOMHTMLParamElementInternal.h */; };
</del><span class="cx">                 1A67BF771D4FE42300412AC7 /* DOMHTMLPreElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85183B3E0AA6926100F19FA3 /* DOMHTMLPreElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF781D4FE42300412AC7 /* DOMHTMLPreElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711740AC5D5350053270F /* DOMHTMLPreElementInternal.h */; };
</del><span class="cx">                 1A67BF791D4FE42300412AC7 /* DOMHTMLQuoteElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85183B400AA6926100F19FA3 /* DOMHTMLQuoteElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF7A1D4FE42300412AC7 /* DOMHTMLQuoteElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711750AC5D5350053270F /* DOMHTMLQuoteElementInternal.h */; };
</del><span class="cx">                 1A67BF7B1D4FE42300412AC7 /* DOMHTMLScriptElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DF81930AA77E4B00486AD7 /* DOMHTMLScriptElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1A67BF7C1D4FE42300412AC7 /* DOMHTMLScriptElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711760AC5D5350053270F /* DOMHTMLScriptElementInternal.h */; };
</span><span class="cx">                 1A67BF7D1D4FE42300412AC7 /* DOMHTMLSelectElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F32AE80AA63B8700FF3184 /* DOMHTMLSelectElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="lines">@@ -818,9 +782,7 @@
</span><span class="cx">                 1A67BF851D4FE42300412AC7 /* DOMHTMLTableColElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DF82170AA7849E00486AD7 /* DOMHTMLTableColElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1A67BF861D4FE42300412AC7 /* DOMHTMLTableColElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7117B0AC5D5350053270F /* DOMHTMLTableColElementInternal.h */; };
</span><span class="cx">                 1A67BF871D4FE42300412AC7 /* DOMHTMLTableElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DF826E0AA78B8A00486AD7 /* DOMHTMLTableElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF881D4FE42300412AC7 /* DOMHTMLTableElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7117C0AC5D5350053270F /* DOMHTMLTableElementInternal.h */; };
</del><span class="cx">                 1A67BF891D4FE42300412AC7 /* DOMHTMLTableRowElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DF82190AA7849E00486AD7 /* DOMHTMLTableRowElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF8A1D4FE42300412AC7 /* DOMHTMLTableRowElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7117D0AC5D5350053270F /* DOMHTMLTableRowElementInternal.h */; };
</del><span class="cx">                 1A67BF8B1D4FE42300412AC7 /* DOMHTMLTableSectionElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DF821B0AA7849E00486AD7 /* DOMHTMLTableSectionElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1A67BF8C1D4FE42300412AC7 /* DOMHTMLTableSectionElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7117E0AC5D5350053270F /* DOMHTMLTableSectionElementInternal.h */; };
</span><span class="cx">                 1A67BF8D1D4FE42300412AC7 /* DOMHTMLTextAreaElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 93AAC8A61D4D7E5400909791 /* DOMHTMLTextAreaElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="lines">@@ -827,14 +789,10 @@
</span><span class="cx">                 1A67BF8E1D4FE42300412AC7 /* DOMHTMLTextAreaElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 93AAC8AA1D4D7F6300909791 /* DOMHTMLTextAreaElementInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1A67BF8F1D4FE42300412AC7 /* DOMHTMLTextAreaElementPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 93AAC8AB1D4D7F6300909791 /* DOMHTMLTextAreaElementPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1A67BF901D4FE42300412AC7 /* DOMHTMLTitleElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85992EB80AA5069500AC0785 /* DOMHTMLTitleElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF911D4FE42400412AC7 /* DOMHTMLTitleElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711800AC5D5350053270F /* DOMHTMLTitleElementInternal.h */; };
</del><span class="cx">                 1A67BF921D4FE42400412AC7 /* DOMHTMLUListElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BA4D090AA688680088052D /* DOMHTMLUListElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF931D4FE42400412AC7 /* DOMHTMLUListElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711810AC5D5350053270F /* DOMHTMLUListElementInternal.h */; };
</del><span class="cx">                 1A67BF941D4FE42400412AC7 /* DOMHTMLVideoElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEC664B1C82CFBF0099846A /* DOMHTMLVideoElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A67BF951D4FE42400412AC7 /* DOMHTMLVideoElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEC664D1C82CFBF0099846A /* DOMHTMLVideoElementInternal.h */; };
</del><span class="cx">                 1A67BF991D4FE65900412AC7 /* DOMHTMLCanvasElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A67BF961D4FE64500412AC7 /* DOMHTMLCanvasElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1A67BF9A1D4FE66000412AC7 /* DOMHTMLCanvasElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A67BF971D4FE64500412AC7 /* DOMHTMLCanvasElement.mm */; };
</span><del>-                1A67BF9B1D4FE66300412AC7 /* DOMHTMLCanvasElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A67BF981D4FE64500412AC7 /* DOMHTMLCanvasElementInternal.h */; };
</del><span class="cx">                 1A71D57B0F33819000F9CE4E /* IdentifierRep.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A71D5790F33819000F9CE4E /* IdentifierRep.cpp */; };
</span><span class="cx">                 1A71D57C0F33819000F9CE4E /* IdentifierRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A71D57A0F33819000F9CE4E /* IdentifierRep.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1A750D5C0A90DEE1000FF215 /* JSTreeWalker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A750D5A0A90DEE1000FF215 /* JSTreeWalker.cpp */; };
</span><span class="lines">@@ -1059,7 +1017,6 @@
</span><span class="cx">                 1AF8E11A1256592600230FF7 /* ProxyServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF8E1191256592600230FF7 /* ProxyServer.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1AF8E13312565A4400230FF7 /* ProxyServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AF8E13212565A4400230FF7 /* ProxyServer.cpp */; };
</span><span class="cx">                 1AF8E1C3125673E000230FF7 /* ProxyServerCFNet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AF8E1C1125673E000230FF7 /* ProxyServerCFNet.cpp */; };
</span><del>-                1AFC6D2A1D51609800A42FA1 /* DOMTextEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4429AB070CB84F81007647C5 /* DOMTextEventInternal.h */; };
</del><span class="cx">                 1AFE11990CBFFCC4003017FA /* JSSQLResultSetRowList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AFE11970CBFFCC4003017FA /* JSSQLResultSetRowList.cpp */; };
</span><span class="cx">                 1AFE119A0CBFFCC4003017FA /* JSSQLResultSetRowList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AFE11980CBFFCC4003017FA /* JSSQLResultSetRowList.h */; };
</span><span class="cx">                 1B124D8D1D380B7000ECDFB0 /* MediaSampleAVFObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B124D8C1D380B7000ECDFB0 /* MediaSampleAVFObjC.h */; };
</span><span class="lines">@@ -3234,21 +3191,8 @@
</span><span class="cx">                 858C39BB0AA905EF00B187A4 /* DOMCounter.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 858C38A10AA8F20400B187A4 /* DOMCounter.h */; };
</span><span class="cx">                 858C39BC0AA905EF00B187A4 /* DOMRect.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 858C38A30AA8F20400B187A4 /* DOMRect.h */; };
</span><span class="cx">                 858C39BD0AA905EF00B187A4 /* DOMCSSStyleSheet.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 858C39260AA8FF9D00B187A4 /* DOMCSSStyleSheet.h */; };
</span><del>-                85909CDC0ACC7A7E00DF01F1 /* DOMCSSCharsetRuleInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85909CD30ACC7A7E00DF01F1 /* DOMCSSCharsetRuleInternal.h */; };
-                85909CDD0ACC7A7E00DF01F1 /* DOMCSSFontFaceRuleInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85909CD40ACC7A7E00DF01F1 /* DOMCSSFontFaceRuleInternal.h */; };
-                85909CDE0ACC7A7E00DF01F1 /* DOMCSSImportRuleInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85909CD50ACC7A7E00DF01F1 /* DOMCSSImportRuleInternal.h */; };
-                85909CDF0ACC7A7E00DF01F1 /* DOMCSSMediaRuleInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85909CD60ACC7A7E00DF01F1 /* DOMCSSMediaRuleInternal.h */; };
-                85909CE00ACC7A7E00DF01F1 /* DOMCSSPageRuleInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85909CD70ACC7A7E00DF01F1 /* DOMCSSPageRuleInternal.h */; };
-                85909CE20ACC7A7E00DF01F1 /* DOMCSSStyleRuleInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85909CD90ACC7A7E00DF01F1 /* DOMCSSStyleRuleInternal.h */; };
</del><span class="cx">                 85909CE30ACC7A7E00DF01F1 /* DOMCSSStyleSheetInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85909CDA0ACC7A7E00DF01F1 /* DOMCSSStyleSheetInternal.h */; };
</span><del>-                85909CE40ACC7A7E00DF01F1 /* DOMCSSUnknownRuleInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85909CDB0ACC7A7E00DF01F1 /* DOMCSSUnknownRuleInternal.h */; };
</del><span class="cx">                 85909D290ACC7D5500DF01F1 /* DOMCSSPrimitiveValueInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85909D260ACC7D5500DF01F1 /* DOMCSSPrimitiveValueInternal.h */; };
</span><del>-                85909D2B0ACC7D5500DF01F1 /* DOMCSSValueListInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85909D280ACC7D5500DF01F1 /* DOMCSSValueListInternal.h */; };
-                85989DCC0ACC8BBD00A0BC51 /* DOMKeyboardEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85989DC50ACC8BBD00A0BC51 /* DOMKeyboardEventInternal.h */; };
-                85989DCD0ACC8BBD00A0BC51 /* DOMMouseEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85989DC60ACC8BBD00A0BC51 /* DOMMouseEventInternal.h */; };
-                85989DCE0ACC8BBD00A0BC51 /* DOMMutationEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85989DC70ACC8BBD00A0BC51 /* DOMMutationEventInternal.h */; };
-                85989DCF0ACC8BBD00A0BC51 /* DOMOverflowEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85989DC80ACC8BBD00A0BC51 /* DOMOverflowEventInternal.h */; };
-                85989DD00ACC8BBD00A0BC51 /* DOMUIEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85989DC90ACC8BBD00A0BC51 /* DOMUIEventInternal.h */; };
</del><span class="cx">                 85989DD10ACC8BBD00A0BC51 /* DOMWheelEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85989DCA0ACC8BBD00A0BC51 /* DOMWheelEventInternal.h */; };
</span><span class="cx">                 85992EBA0AA5069500AC0785 /* DOMHTMLHeadElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85992EB20AA5069500AC0785 /* DOMHTMLHeadElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 85992EBB0AA5069500AC0785 /* DOMHTMLHeadElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85992EB30AA5069500AC0785 /* DOMHTMLHeadElement.mm */; };
</span><span class="lines">@@ -3355,7 +3299,6 @@
</span><span class="cx">                 85DF82710AA78B8B00486AD7 /* DOMHTMLTableElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85DF826F0AA78B8A00486AD7 /* DOMHTMLTableElement.mm */; };
</span><span class="cx">                 85E7118D0AC5D5350053270F /* DOMAttrInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7113E0AC5D5340053270F /* DOMAttrInternal.h */; };
</span><span class="cx">                 85E7118E0AC5D5350053270F /* DOMCDATASectionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7113F0AC5D5340053270F /* DOMCDATASectionInternal.h */; };
</span><del>-                85E7118F0AC5D5350053270F /* DOMCharacterDataInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711400AC5D5340053270F /* DOMCharacterDataInternal.h */; };
</del><span class="cx">                 85E711900AC5D5350053270F /* DOMCommentInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711410AC5D5340053270F /* DOMCommentInternal.h */; };
</span><span class="cx">                 85E711910AC5D5350053270F /* DOMCounterInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711420AC5D5340053270F /* DOMCounterInternal.h */; };
</span><span class="cx">                 85E711920AC5D5350053270F /* DOMCSSRuleListInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711430AC5D5340053270F /* DOMCSSRuleListInternal.h */; };
</span><span class="lines">@@ -3365,7 +3308,6 @@
</span><span class="cx">                 85E711960AC5D5350053270F /* DOMDocumentTypeInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711470AC5D5340053270F /* DOMDocumentTypeInternal.h */; };
</span><span class="cx">                 85E711970AC5D5350053270F /* DOMDOMImplementationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711480AC5D5340053270F /* DOMDOMImplementationInternal.h */; };
</span><span class="cx">                 85E711980AC5D5350053270F /* DOMElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711490AC5D5340053270F /* DOMElementInternal.h */; settings = {ATTRIBUTES = (); }; };
</span><del>-                85E711990AC5D5350053270F /* DOMEntityInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7114A0AC5D5340053270F /* DOMEntityInternal.h */; };
</del><span class="cx">                 85E7119A0AC5D5350053270F /* DOMEntityReferenceInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7114B0AC5D5340053270F /* DOMEntityReferenceInternal.h */; };
</span><span class="cx">                 85E711A70AC5D5350053270F /* DOMHTMLElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711580AC5D5340053270F /* DOMHTMLElementInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 85E711B30AC5D5350053270F /* DOMHTMLInputElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711640AC5D5350053270F /* DOMHTMLInputElementInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="lines">@@ -5666,9 +5608,7 @@
</span><span class="cx">                 BCC438780E886CC700533DD5 /* JSHTMLInputElementCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCC438770E886CC700533DD5 /* JSHTMLInputElementCustom.cpp */; };
</span><span class="cx">                 BCC573350D695BBE006EF517 /* DOMProgressEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC573330D695BBE006EF517 /* DOMProgressEvent.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 BCC573360D695BBE006EF517 /* DOMProgressEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCC573340D695BBE006EF517 /* DOMProgressEvent.mm */; };
</span><del>-                BCC573380D695BD7006EF517 /* DOMProgressEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC573370D695BD7006EF517 /* DOMProgressEventInternal.h */; };
</del><span class="cx">                 BCC5734D0D695C06006EF517 /* DOMProgressEvent.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = BCC573330D695BBE006EF517 /* DOMProgressEvent.h */; };
</span><del>-                BCC5734E0D695C06006EF517 /* DOMProgressEventInternal.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = BCC573370D695BD7006EF517 /* DOMProgressEventInternal.h */; };
</del><span class="cx">                 BCC5BE000C0E93110011C2DB /* JSCSSStyleSheet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCC5BDFE0C0E93110011C2DB /* JSCSSStyleSheet.cpp */; };
</span><span class="cx">                 BCC5BE010C0E93110011C2DB /* JSCSSStyleSheet.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC5BDFF0C0E93110011C2DB /* JSCSSStyleSheet.h */; };
</span><span class="cx">                 BCCBAD3B0C18BFF800CE890F /* JSHTMLCollectionCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCCBAD3A0C18BFF800CE890F /* JSHTMLCollectionCustom.cpp */; };
</span><span class="lines">@@ -7199,7 +7139,6 @@
</span><span class="cx">                                 85DF345F0AAFC2D400E59AE3 /* DOMOverflowEvent.h in Copy Generated Headers */,
</span><span class="cx">                                 1C11CCC30AA6093700DADB20 /* DOMProcessingInstruction.h in Copy Generated Headers */,
</span><span class="cx">                                 BCC5734D0D695C06006EF517 /* DOMProgressEvent.h in Copy Generated Headers */,
</span><del>-                                BCC5734E0D695C06006EF517 /* DOMProgressEventInternal.h in Copy Generated Headers */,
</del><span class="cx">                                 8538F08C0AD72E0A006A81D1 /* DOMRange.h in Copy Generated Headers */,
</span><span class="cx">                                 1CB4214D0AF2B2CA0085AD91 /* DOMRangeInternal.h in Copy Generated Headers */,
</span><span class="cx">                                 858C39BC0AA905EF00B187A4 /* DOMRect.h in Copy Generated Headers */,
</span><span class="lines">@@ -7962,7 +7901,7 @@
</span><span class="cx">                 1A1414B413A0F0500019996C /* WebKitFontFamilyNames.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WebKitFontFamilyNames.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A144B4C1D4FF76900D9E32C /* DOMDOMTokenListInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMDOMTokenListInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A144B4E1D4FF7DD00D9E32C /* DOMDOMTokenList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMDOMTokenList.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                1A144B4F1D4FF7DD00D9E32C /* DOMDOMTokenList.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMDOMTokenList.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><ins>+                1A144B4F1D4FF7DD00D9E32C /* DOMDOMTokenList.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMDOMTokenList.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</ins><span class="cx">                 1A1D137E0A5325520064BF5F /* DOMXPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMXPath.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A1D137F0A5325520064BF5F /* DOMXPath.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMXPath.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A219B3A0DCA87AB0040E3A0 /* npfunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = npfunctions.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -8006,6 +7945,7 @@
</span><span class="cx">                 1A4A95510B4EDCFF002D8C3C /* SharedBufferMac.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = SharedBufferMac.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A4DA41F1CDD3A8300F4473C /* LinkIconCollector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LinkIconCollector.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A4DA4201CDD3A8300F4473C /* LinkIconCollector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LinkIconCollector.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                1A53F88E1D52883300B4A250 /* DOMHTMLAreaElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMHTMLAreaElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 1A569CC60D7E2B82007C3983 /* c_class.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = c_class.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A569CC70D7E2B82007C3983 /* c_class.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = c_class.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A569CC80D7E2B82007C3983 /* c_instance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = c_instance.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -8045,7 +7985,6 @@
</span><span class="cx">                 1A58E86C1D19E42D00C0EA73 /* PaymentCoordinator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PaymentCoordinator.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A67BF961D4FE64500412AC7 /* DOMHTMLCanvasElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMHTMLCanvasElement.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A67BF971D4FE64500412AC7 /* DOMHTMLCanvasElement.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMHTMLCanvasElement.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                1A67BF981D4FE64500412AC7 /* DOMHTMLCanvasElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMHTMLCanvasElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 1A71D5790F33819000F9CE4E /* IdentifierRep.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IdentifierRep.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A71D57A0F33819000F9CE4E /* IdentifierRep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IdentifierRep.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A750D3C0A90DE35000FF215 /* TreeWalker.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TreeWalker.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -8597,10 +8536,8 @@
</span><span class="cx">                 2DE70022192FE82A00B0975C /* DisplayRefreshMonitorMac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisplayRefreshMonitorMac.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2DEC664B1C82CFBF0099846A /* DOMHTMLVideoElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMHTMLVideoElement.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2DEC664C1C82CFBF0099846A /* DOMHTMLVideoElement.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMHTMLVideoElement.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                2DEC664D1C82CFBF0099846A /* DOMHTMLVideoElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMHTMLVideoElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 2DEC664E1C82CFF60099846A /* DOMHTMLMediaElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMHTMLMediaElement.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2DEC664F1C82CFF60099846A /* DOMHTMLMediaElement.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMHTMLMediaElement.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                2DEC66501C82D0080099846A /* DOMHTMLMediaElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMHTMLMediaElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 2DEC666F1C83F2AF0099846A /* DOMTimeRanges.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMTimeRanges.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2DEC66701C83F2AF0099846A /* DOMTimeRanges.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMTimeRanges.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2DEC66711C83F2AF0099846A /* DOMTimeRangesInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMTimeRangesInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -8615,7 +8552,7 @@
</span><span class="cx">                 2E2D99CB10E2BBDA00496337 /* JSBlob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSBlob.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2E2D99CC10E2BBDA00496337 /* JSBlob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSBlob.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2E2D99E510E2BC1C00496337 /* DOMBlob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMBlob.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                2E2D99E610E2BC1C00496337 /* DOMBlob.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMBlob.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><ins>+                2E2D99E610E2BC1C00496337 /* DOMBlob.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMBlob.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</ins><span class="cx">                 2E2D99E910E2BC3800496337 /* DOMBlobInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMBlobInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2E37DFD712DBAFB800A6B233 /* DOMURL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DOMURL.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2E37DFD812DBAFB800A6B233 /* DOMURL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMURL.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -9104,7 +9041,6 @@
</span><span class="cx">                 43F6FD9513BCD0B100224052 /* SVGAnimatedInteger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SVGAnimatedInteger.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 4415292C0E1AE8A000C4A2D0 /* HTMLPlugInImageElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTMLPlugInImageElement.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 4415292D0E1AE8A000C4A2D0 /* HTMLPlugInImageElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLPlugInImageElement.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                4429AB070CB84F81007647C5 /* DOMTextEventInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMTextEventInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</del><span class="cx">                 442ABCD517D9262F00D30715 /* SynchronousLoaderClientCFNet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SynchronousLoaderClientCFNet.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 442AF7A7102CDDEA008FD4D3 /* QuickLook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QuickLook.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 442AF7A8102CDDEA008FD4D3 /* QuickLook.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = QuickLook.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -10596,7 +10532,7 @@
</span><span class="cx">                 85032DD30AA8C9BE007D3B7D /* DOMCSSStyleRule.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSStyleRule.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 85032DD40AA8C9BE007D3B7D /* DOMCSSStyleRule.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMCSSStyleRule.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 85032DD50AA8C9BE007D3B7D /* DOMCSSUnknownRule.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSUnknownRule.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><del>-                85032DD60AA8C9BE007D3B7D /* DOMCSSUnknownRule.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMCSSUnknownRule.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><ins>+                85032DD60AA8C9BE007D3B7D /* DOMCSSUnknownRule.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMCSSUnknownRule.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</ins><span class="cx">                 850656DC0AAB44D9002D15C0 /* StyleSheet.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = StyleSheet.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 850656DF0AAB454F002D15C0 /* StyleSheetList.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = StyleSheetList.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 850656F80AAB4763002D15C0 /* DOMMediaList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMMediaList.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -10661,8 +10597,6 @@
</span><span class="cx">                 854FE72D0A2297BE0058D7AD /* Traversal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Traversal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 854FE72E0A2297BE0058D7AD /* TreeWalker.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TreeWalker.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 854FE72F0A2297BE0058D7AD /* TreeWalker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TreeWalker.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                855247CD0AD850B80012093B /* DOMHTMLAppletElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLAppletElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                855247CE0AD850B80012093B /* DOMHTMLEmbedElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLEmbedElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85526C350AB0A17E000302EA /* DOMNodeIterator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMNodeIterator.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85526C360AB0A17E000302EA /* DOMNodeIterator.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMNodeIterator.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85526CD00AB0B7D9000302EA /* DOMTreeWalker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMTreeWalker.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -10693,11 +10627,11 @@
</span><span class="cx">                 857E0B240AB043460036E447 /* DOMMouseEvent.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMMouseEvent.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 858015CD0ABCA75D0080588D /* DOMXPathException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMXPathException.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 858C381A0AA8E29600B187A4 /* DOMCSSValue.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSValue.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><del>-                858C381B0AA8E29600B187A4 /* DOMCSSValue.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMCSSValue.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><ins>+                858C381B0AA8E29600B187A4 /* DOMCSSValue.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMCSSValue.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</ins><span class="cx">                 858C382A0AA8E40500B187A4 /* DOMCSSPrimitiveValue.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSPrimitiveValue.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 858C382B0AA8E40500B187A4 /* DOMCSSPrimitiveValue.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMCSSPrimitiveValue.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 858C383A0AA8ED8200B187A4 /* DOMCSSValueList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSValueList.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><del>-                858C383B0AA8ED8200B187A4 /* DOMCSSValueList.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMCSSValueList.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><ins>+                858C383B0AA8ED8200B187A4 /* DOMCSSValueList.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMCSSValueList.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</ins><span class="cx">                 858C38A10AA8F20400B187A4 /* DOMCounter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCounter.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 858C38A20AA8F20400B187A4 /* DOMCounter.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMCounter.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 858C38A30AA8F20400B187A4 /* DOMRect.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMRect.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -10706,22 +10640,9 @@
</span><span class="cx">                 858C39100AA8FF0000B187A4 /* CSSStyleSheet.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = CSSStyleSheet.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 858C39260AA8FF9D00B187A4 /* DOMCSSStyleSheet.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSStyleSheet.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 858C39270AA8FF9D00B187A4 /* DOMCSSStyleSheet.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMCSSStyleSheet.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><del>-                85909CD30ACC7A7E00DF01F1 /* DOMCSSCharsetRuleInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSCharsetRuleInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85909CD40ACC7A7E00DF01F1 /* DOMCSSFontFaceRuleInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSFontFaceRuleInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85909CD50ACC7A7E00DF01F1 /* DOMCSSImportRuleInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSImportRuleInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85909CD60ACC7A7E00DF01F1 /* DOMCSSMediaRuleInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSMediaRuleInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85909CD70ACC7A7E00DF01F1 /* DOMCSSPageRuleInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSPageRuleInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85909CD90ACC7A7E00DF01F1 /* DOMCSSStyleRuleInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSStyleRuleInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</del><span class="cx">                 85909CDA0ACC7A7E00DF01F1 /* DOMCSSStyleSheetInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMCSSStyleSheetInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                85909CDB0ACC7A7E00DF01F1 /* DOMCSSUnknownRuleInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMCSSUnknownRuleInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85909D260ACC7D5500DF01F1 /* DOMCSSPrimitiveValueInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSPrimitiveValueInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><del>-                85909D280ACC7D5500DF01F1 /* DOMCSSValueListInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMCSSValueListInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 859128790AB222EC00202265 /* HTMLEmbedElement.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = HTMLEmbedElement.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                85989DC50ACC8BBD00A0BC51 /* DOMKeyboardEventInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMKeyboardEventInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85989DC60ACC8BBD00A0BC51 /* DOMMouseEventInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMMouseEventInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85989DC70ACC8BBD00A0BC51 /* DOMMutationEventInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMMutationEventInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85989DC80ACC8BBD00A0BC51 /* DOMOverflowEventInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMOverflowEventInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85989DC90ACC8BBD00A0BC51 /* DOMUIEventInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMUIEventInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</del><span class="cx">                 85989DCA0ACC8BBD00A0BC51 /* DOMWheelEventInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMWheelEventInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 85992EB20AA5069500AC0785 /* DOMHTMLHeadElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLHeadElement.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 85992EB30AA5069500AC0785 /* DOMHTMLHeadElement.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMHTMLHeadElement.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -10849,7 +10770,6 @@
</span><span class="cx">                 85DF826F0AA78B8A00486AD7 /* DOMHTMLTableElement.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMHTMLTableElement.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85E7113E0AC5D5340053270F /* DOMAttrInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMAttrInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 85E7113F0AC5D5340053270F /* DOMCDATASectionInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCDATASectionInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><del>-                85E711400AC5D5340053270F /* DOMCharacterDataInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCharacterDataInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</del><span class="cx">                 85E711410AC5D5340053270F /* DOMCommentInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCommentInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 85E711420AC5D5340053270F /* DOMCounterInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCounterInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 85E711430AC5D5340053270F /* DOMCSSRuleListInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMCSSRuleListInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="lines">@@ -10859,49 +10779,16 @@
</span><span class="cx">                 85E711470AC5D5340053270F /* DOMDocumentTypeInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMDocumentTypeInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 85E711480AC5D5340053270F /* DOMDOMImplementationInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMDOMImplementationInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 85E711490AC5D5340053270F /* DOMElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><del>-                85E7114A0AC5D5340053270F /* DOMEntityInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMEntityInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</del><span class="cx">                 85E7114B0AC5D5340053270F /* DOMEntityReferenceInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMEntityReferenceInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><del>-                85E7114C0AC5D5340053270F /* DOMHTMLAnchorElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLAnchorElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85E7114D0AC5D5340053270F /* DOMHTMLAreaElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLAreaElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85E7114E0AC5D5340053270F /* DOMHTMLBaseElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLBaseElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85E7114F0AC5D5340053270F /* DOMHTMLBaseFontElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLBaseFontElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85E711500AC5D5340053270F /* DOMHTMLBodyElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLBodyElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85E711510AC5D5340053270F /* DOMHTMLBRElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLBRElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85E711520AC5D5340053270F /* DOMHTMLButtonElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLButtonElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</del><span class="cx">                 85E711530AC5D5340053270F /* DOMHTMLCollectionInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLCollectionInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><del>-                85E711540AC5D5340053270F /* DOMHTMLDirectoryElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLDirectoryElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85E711550AC5D5340053270F /* DOMHTMLDivElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMHTMLDivElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
-                85E711560AC5D5340053270F /* DOMHTMLDListElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLDListElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85E711570AC5D5340053270F /* DOMHTMLDocumentInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLDocumentInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85E711580AC5D5340053270F /* DOMHTMLElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                85E711590AC5D5340053270F /* DOMHTMLFieldSetElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLFieldSetElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E7115A0AC5D5340053270F /* DOMHTMLFontElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLFontElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85E7115B0AC5D5340053270F /* DOMHTMLFormElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLFormElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                85E7115C0AC5D5340053270F /* DOMHTMLFrameElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLFrameElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E7115D0AC5D5340053270F /* DOMHTMLFrameSetElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLFrameSetElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85E7115E0AC5D5350053270F /* DOMHTMLHeadElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLHeadElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                85E7115F0AC5D5350053270F /* DOMHTMLHeadingElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLHeadingElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E711600AC5D5350053270F /* DOMHTMLHRElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLHRElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E711610AC5D5350053270F /* DOMHTMLHtmlElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLHtmlElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E711620AC5D5350053270F /* DOMHTMLIFrameElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLIFrameElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85E711630AC5D5350053270F /* DOMHTMLImageElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLImageElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85E711640AC5D5350053270F /* DOMHTMLInputElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLInputElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                85E711660AC5D5350053270F /* DOMHTMLLabelElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLLabelElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E711670AC5D5350053270F /* DOMHTMLLegendElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLLegendElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E711680AC5D5350053270F /* DOMHTMLLIElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLLIElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85E711690AC5D5350053270F /* DOMHTMLLinkElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLLinkElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                85E7116A0AC5D5350053270F /* DOMHTMLMapElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLMapElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E7116B0AC5D5350053270F /* DOMHTMLMenuElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLMenuElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E7116C0AC5D5350053270F /* DOMHTMLMetaElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLMetaElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E7116D0AC5D5350053270F /* DOMHTMLModElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLModElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E7116E0AC5D5350053270F /* DOMHTMLObjectElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLObjectElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E7116F0AC5D5350053270F /* DOMHTMLOListElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLOListElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E711700AC5D5350053270F /* DOMHTMLOptGroupElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLOptGroupElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85E711710AC5D5350053270F /* DOMHTMLOptionsCollectionInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLOptionsCollectionInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                85E711720AC5D5350053270F /* DOMHTMLParagraphElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLParagraphElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E711730AC5D5350053270F /* DOMHTMLParamElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLParamElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E711740AC5D5350053270F /* DOMHTMLPreElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLPreElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E711750AC5D5350053270F /* DOMHTMLQuoteElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLQuoteElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85E711760AC5D5350053270F /* DOMHTMLScriptElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLScriptElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85E711770AC5D5350053270F /* DOMHTMLSelectElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLSelectElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85E711780AC5D5350053270F /* DOMHTMLStyleElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLStyleElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -10908,11 +10795,7 @@
</span><span class="cx">                 85E711790AC5D5350053270F /* DOMHTMLTableCaptionElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLTableCaptionElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85E7117A0AC5D5350053270F /* DOMHTMLTableCellElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLTableCellElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85E7117B0AC5D5350053270F /* DOMHTMLTableColElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLTableColElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                85E7117C0AC5D5350053270F /* DOMHTMLTableElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLTableElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E7117D0AC5D5350053270F /* DOMHTMLTableRowElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLTableRowElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85E7117E0AC5D5350053270F /* DOMHTMLTableSectionElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLTableSectionElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                85E711800AC5D5350053270F /* DOMHTMLTitleElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLTitleElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                85E711810AC5D5350053270F /* DOMHTMLUListElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLUListElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 85E711820AC5D5350053270F /* DOMMediaListInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMMediaListInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85E711830AC5D5350053270F /* DOMNamedNodeMapInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMNamedNodeMapInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 85E711840AC5D5350053270F /* DOMNodeListInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMNodeListInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -13211,7 +13094,7 @@
</span><span class="cx">                 BC1790BF1BBF2C430006D13E /* CSSVariableValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSSVariableValue.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC17F9650B64EBB8004A65CB /* JSHTMLSelectElementCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSHTMLSelectElementCustom.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC1A3797097C715F0019F3D8 /* DOM.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOM.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                BC1A3798097C715F0019F3D8 /* DOM.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = DOM.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><ins>+                BC1A3798097C715F0019F3D8 /* DOM.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOM.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</ins><span class="cx">                 BC1A3799097C715F0019F3D8 /* DOMCore.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMCore.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC1A379A097C715F0019F3D8 /* DOMCSS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMCSS.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC1A379B097C715F0019F3D8 /* DOMCSS.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMCSS.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="lines">@@ -13308,7 +13191,6 @@
</span><span class="cx">                 BC51156D12B1749C00C96754 /* ScrollAnimatorMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ScrollAnimatorMac.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC5156E50C03B741008BB0EE /* DOMHTMLMarqueeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLMarqueeElement.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC5156E60C03B741008BB0EE /* DOMHTMLMarqueeElement.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMHTMLMarqueeElement.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                BC5156E70C03B741008BB0EE /* DOMHTMLMarqueeElementInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMHTMLMarqueeElementInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 BC51580A0C03D404008BB0EE /* JSHTMLDocumentCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSHTMLDocumentCustom.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC53C5F40DA56B920021EB5D /* Gradient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Gradient.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC53C6070DA56C570021EB5D /* Gradient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Gradient.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -13541,7 +13423,6 @@
</span><span class="cx">                 BCC438770E886CC700533DD5 /* JSHTMLInputElementCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSHTMLInputElementCustom.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BCC573330D695BBE006EF517 /* DOMProgressEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMProgressEvent.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><span class="cx">                 BCC573340D695BBE006EF517 /* DOMProgressEvent.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMProgressEvent.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</span><del>-                BCC573370D695BD7006EF517 /* DOMProgressEventInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DOMProgressEventInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</del><span class="cx">                 BCC5BDFE0C0E93110011C2DB /* JSCSSStyleSheet.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSCSSStyleSheet.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BCC5BDFF0C0E93110011C2DB /* JSCSSStyleSheet.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = JSCSSStyleSheet.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BCC8CFCA0986CD2400140BF2 /* ColorData.gperf */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ColorData.gperf; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -13552,7 +13433,7 @@
</span><span class="cx">                 BCD0E0F70E972C3500265DEA /* SecurityOrigin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SecurityOrigin.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BCD0E0F80E972C3500265DEA /* SecurityOrigin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecurityOrigin.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BCD0E0F90E972C3500265DEA /* SecurityOriginHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecurityOriginHash.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                BCD0FBCF0DBD625E00B2F630 /* DOMAbstractView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMAbstractView.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><ins>+                BCD0FBCF0DBD625E00B2F630 /* DOMAbstractView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; lineEnding = 0; path = DOMAbstractView.mm; sourceTree = &quot;&lt;group&gt;&quot;; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
</ins><span class="cx">                 BCD0FC4E0DBD720B00B2F630 /* DOMRGBColorInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMRGBColorInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BCD41ABA0C060DE800C0E446 /* JSHTMLFrameSetElementCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSHTMLFrameSetElementCustom.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BCD533630ED6848900887468 /* CachedScriptSourceProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CachedScriptSourceProvider.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -16151,43 +16032,32 @@
</span><span class="cx">                                 BC00F0030E0A185500FD04E3 /* DOMFileListInternal.h */,
</span><span class="cx">                                 85DF81210AA7787200486AD7 /* DOMHTMLAnchorElement.h */,
</span><span class="cx">                                 85DF81220AA7787200486AD7 /* DOMHTMLAnchorElement.mm */,
</span><del>-                                85E7114C0AC5D5340053270F /* DOMHTMLAnchorElementInternal.h */,
</del><span class="cx">                                 854075640AD6CBF900620C57 /* DOMHTMLAppletElement.h */,
</span><span class="cx">                                 85C050B80AD84F5E005532E7 /* DOMHTMLAppletElement.mm */,
</span><del>-                                855247CD0AD850B80012093B /* DOMHTMLAppletElementInternal.h */,
</del><span class="cx">                                 85ECBEDD0AA7626800544F0B /* DOMHTMLAreaElement.h */,
</span><span class="cx">                                 85ECBEDE0AA7626800544F0B /* DOMHTMLAreaElement.mm */,
</span><del>-                                85E7114D0AC5D5340053270F /* DOMHTMLAreaElementInternal.h */,
</del><ins>+                                1A53F88E1D52883300B4A250 /* DOMHTMLAreaElementInternal.h */,
</ins><span class="cx">                                 859A9C3D0AA5E3BD00B694B2 /* DOMHTMLBaseElement.h */,
</span><span class="cx">                                 859A9C3E0AA5E3BD00B694B2 /* DOMHTMLBaseElement.mm */,
</span><del>-                                85E7114E0AC5D5340053270F /* DOMHTMLBaseElementInternal.h */,
</del><span class="cx">                                 85ECBEDF0AA7626800544F0B /* DOMHTMLBaseFontElement.h */,
</span><span class="cx">                                 85ECBEE00AA7626800544F0B /* DOMHTMLBaseFontElement.mm */,
</span><del>-                                85E7114F0AC5D5340053270F /* DOMHTMLBaseFontElementInternal.h */,
</del><span class="cx">                                 859A9C3F0AA5E3BD00B694B2 /* DOMHTMLBodyElement.h */,
</span><span class="cx">                                 859A9C400AA5E3BD00B694B2 /* DOMHTMLBodyElement.mm */,
</span><del>-                                85E711500AC5D5340053270F /* DOMHTMLBodyElementInternal.h */,
</del><span class="cx">                                 85183B380AA6926100F19FA3 /* DOMHTMLBRElement.h */,
</span><span class="cx">                                 85183B390AA6926100F19FA3 /* DOMHTMLBRElement.mm */,
</span><del>-                                85E711510AC5D5340053270F /* DOMHTMLBRElementInternal.h */,
</del><span class="cx">                                 85BA4CD50AA6861B0088052D /* DOMHTMLButtonElement.h */,
</span><span class="cx">                                 85BA4CD60AA6861B0088052D /* DOMHTMLButtonElement.mm */,
</span><del>-                                85E711520AC5D5340053270F /* DOMHTMLButtonElementInternal.h */,
</del><span class="cx">                                 1A67BF961D4FE64500412AC7 /* DOMHTMLCanvasElement.h */,
</span><span class="cx">                                 1A67BF971D4FE64500412AC7 /* DOMHTMLCanvasElement.mm */,
</span><del>-                                1A67BF981D4FE64500412AC7 /* DOMHTMLCanvasElementInternal.h */,
</del><span class="cx">                                 85DF2F8C0AA3C88100AD64C5 /* DOMHTMLCollection.h */,
</span><span class="cx">                                 85DF2F8D0AA3C88100AD64C5 /* DOMHTMLCollection.mm */,
</span><span class="cx">                                 85E711530AC5D5340053270F /* DOMHTMLCollectionInternal.h */,
</span><span class="cx">                                 85BA4CFD0AA688680088052D /* DOMHTMLDirectoryElement.h */,
</span><span class="cx">                                 85BA4CFE0AA688680088052D /* DOMHTMLDirectoryElement.mm */,
</span><del>-                                85E711540AC5D5340053270F /* DOMHTMLDirectoryElementInternal.h */,
</del><span class="cx">                                 85BA4CFF0AA688680088052D /* DOMHTMLDivElement.h */,
</span><span class="cx">                                 85BA4D000AA688680088052D /* DOMHTMLDivElement.mm */,
</span><del>-                                85E711550AC5D5340053270F /* DOMHTMLDivElementInternal.h */,
</del><span class="cx">                                 85BA4D010AA688680088052D /* DOMHTMLDListElement.h */,
</span><span class="cx">                                 85BA4D020AA688680088052D /* DOMHTMLDListElement.mm */,
</span><del>-                                85E711560AC5D5340053270F /* DOMHTMLDListElementInternal.h */,
</del><span class="cx">                                 85BCBC110ABBA87D00381160 /* DOMHTMLDocument.h */,
</span><span class="cx">                                 85BCBC120ABBA87D00381160 /* DOMHTMLDocument.mm */,
</span><span class="cx">                                 85E711570AC5D5340053270F /* DOMHTMLDocumentInternal.h */,
</span><span class="lines">@@ -16196,37 +16066,28 @@
</span><span class="cx">                                 85E711580AC5D5340053270F /* DOMHTMLElementInternal.h */,
</span><span class="cx">                                 854075650AD6CBF900620C57 /* DOMHTMLEmbedElement.h */,
</span><span class="cx">                                 85C050B90AD84F5E005532E7 /* DOMHTMLEmbedElement.mm */,
</span><del>-                                855247CE0AD850B80012093B /* DOMHTMLEmbedElementInternal.h */,
</del><span class="cx">                                 85BA4CD70AA6861B0088052D /* DOMHTMLFieldSetElement.h */,
</span><span class="cx">                                 85BA4CD80AA6861B0088052D /* DOMHTMLFieldSetElement.mm */,
</span><del>-                                85E711590AC5D5340053270F /* DOMHTMLFieldSetElementInternal.h */,
</del><span class="cx">                                 85ECBEE10AA7626800544F0B /* DOMHTMLFontElement.h */,
</span><span class="cx">                                 85ECBEE20AA7626800544F0B /* DOMHTMLFontElement.mm */,
</span><del>-                                85E7115A0AC5D5340053270F /* DOMHTMLFontElementInternal.h */,
</del><span class="cx">                                 85DF2C100AA341F600AD64C5 /* DOMHTMLFormElement.h */,
</span><span class="cx">                                 85DF2C110AA341F600AD64C5 /* DOMHTMLFormElement.mm */,
</span><span class="cx">                                 85E7115B0AC5D5340053270F /* DOMHTMLFormElementInternal.h */,
</span><span class="cx">                                 85DF818D0AA77E4B00486AD7 /* DOMHTMLFrameElement.h */,
</span><span class="cx">                                 85DF818E0AA77E4B00486AD7 /* DOMHTMLFrameElement.mm */,
</span><del>-                                85E7115C0AC5D5340053270F /* DOMHTMLFrameElementInternal.h */,
</del><span class="cx">                                 85DF818F0AA77E4B00486AD7 /* DOMHTMLFrameSetElement.h */,
</span><span class="cx">                                 85DF81900AA77E4B00486AD7 /* DOMHTMLFrameSetElement.mm */,
</span><del>-                                85E7115D0AC5D5340053270F /* DOMHTMLFrameSetElementInternal.h */,
</del><span class="cx">                                 85992EB20AA5069500AC0785 /* DOMHTMLHeadElement.h */,
</span><span class="cx">                                 85992EB30AA5069500AC0785 /* DOMHTMLHeadElement.mm */,
</span><span class="cx">                                 85E7115E0AC5D5350053270F /* DOMHTMLHeadElementInternal.h */,
</span><span class="cx">                                 85183B3A0AA6926100F19FA3 /* DOMHTMLHeadingElement.h */,
</span><span class="cx">                                 85183B3B0AA6926100F19FA3 /* DOMHTMLHeadingElement.mm */,
</span><del>-                                85E7115F0AC5D5350053270F /* DOMHTMLHeadingElementInternal.h */,
</del><span class="cx">                                 85ECBEE30AA7626800544F0B /* DOMHTMLHRElement.h */,
</span><span class="cx">                                 85ECBEE40AA7626800544F0B /* DOMHTMLHRElement.mm */,
</span><del>-                                85E711600AC5D5350053270F /* DOMHTMLHRElementInternal.h */,
</del><span class="cx">                                 85992EB40AA5069500AC0785 /* DOMHTMLHtmlElement.h */,
</span><span class="cx">                                 85992EB50AA5069500AC0785 /* DOMHTMLHtmlElement.mm */,
</span><del>-                                85E711610AC5D5350053270F /* DOMHTMLHtmlElementInternal.h */,
</del><span class="cx">                                 85DF81910AA77E4B00486AD7 /* DOMHTMLIFrameElement.h */,
</span><span class="cx">                                 85DF81920AA77E4B00486AD7 /* DOMHTMLIFrameElement.mm */,
</span><del>-                                85E711620AC5D5350053270F /* DOMHTMLIFrameElementInternal.h */,
</del><span class="cx">                                 85DF81230AA7787200486AD7 /* DOMHTMLImageElement.h */,
</span><span class="cx">                                 85DF81240AA7787200486AD7 /* DOMHTMLImageElement.mm */,
</span><span class="cx">                                 85E711630AC5D5350053270F /* DOMHTMLImageElementInternal.h */,
</span><span class="lines">@@ -16236,43 +16097,31 @@
</span><span class="cx">                                 1CCA732110ADD43E00FD440D /* DOMHTMLInputElementPrivate.h */,
</span><span class="cx">                                 85BA4CD90AA6861B0088052D /* DOMHTMLLabelElement.h */,
</span><span class="cx">                                 85BA4CDA0AA6861B0088052D /* DOMHTMLLabelElement.mm */,
</span><del>-                                85E711660AC5D5350053270F /* DOMHTMLLabelElementInternal.h */,
</del><span class="cx">                                 85BA4CDB0AA6861B0088052D /* DOMHTMLLegendElement.h */,
</span><span class="cx">                                 85BA4CDC0AA6861B0088052D /* DOMHTMLLegendElement.mm */,
</span><del>-                                85E711670AC5D5350053270F /* DOMHTMLLegendElementInternal.h */,
</del><span class="cx">                                 85BA4D030AA688680088052D /* DOMHTMLLIElement.h */,
</span><span class="cx">                                 85BA4D040AA688680088052D /* DOMHTMLLIElement.mm */,
</span><del>-                                85E711680AC5D5350053270F /* DOMHTMLLIElementInternal.h */,
</del><span class="cx">                                 85992EB60AA5069500AC0785 /* DOMHTMLLinkElement.h */,
</span><span class="cx">                                 85992EB70AA5069500AC0785 /* DOMHTMLLinkElement.mm */,
</span><span class="cx">                                 85E711690AC5D5350053270F /* DOMHTMLLinkElementInternal.h */,
</span><span class="cx">                                 85ECBEE50AA7626800544F0B /* DOMHTMLMapElement.h */,
</span><span class="cx">                                 85ECBEE60AA7626800544F0B /* DOMHTMLMapElement.mm */,
</span><del>-                                85E7116A0AC5D5350053270F /* DOMHTMLMapElementInternal.h */,
</del><span class="cx">                                 BC5156E50C03B741008BB0EE /* DOMHTMLMarqueeElement.h */,
</span><span class="cx">                                 BC5156E60C03B741008BB0EE /* DOMHTMLMarqueeElement.mm */,
</span><del>-                                BC5156E70C03B741008BB0EE /* DOMHTMLMarqueeElementInternal.h */,
</del><span class="cx">                                 2DEC664E1C82CFF60099846A /* DOMHTMLMediaElement.h */,
</span><span class="cx">                                 2DEC664F1C82CFF60099846A /* DOMHTMLMediaElement.mm */,
</span><del>-                                2DEC66501C82D0080099846A /* DOMHTMLMediaElementInternal.h */,
</del><span class="cx">                                 85BA4D050AA688680088052D /* DOMHTMLMenuElement.h */,
</span><span class="cx">                                 85BA4D060AA688680088052D /* DOMHTMLMenuElement.mm */,
</span><del>-                                85E7116B0AC5D5350053270F /* DOMHTMLMenuElementInternal.h */,
</del><span class="cx">                                 859A9C430AA5E3BD00B694B2 /* DOMHTMLMetaElement.h */,
</span><span class="cx">                                 859A9C440AA5E3BD00B694B2 /* DOMHTMLMetaElement.mm */,
</span><del>-                                85E7116C0AC5D5350053270F /* DOMHTMLMetaElementInternal.h */,
</del><span class="cx">                                 85ECBEE70AA7626800544F0B /* DOMHTMLModElement.h */,
</span><span class="cx">                                 85ECBEE80AA7626900544F0B /* DOMHTMLModElement.mm */,
</span><del>-                                85E7116D0AC5D5350053270F /* DOMHTMLModElementInternal.h */,
</del><span class="cx">                                 85DF81250AA7787200486AD7 /* DOMHTMLObjectElement.h */,
</span><span class="cx">                                 85DF81260AA7787200486AD7 /* DOMHTMLObjectElement.mm */,
</span><del>-                                85E7116E0AC5D5350053270F /* DOMHTMLObjectElementInternal.h */,
</del><span class="cx">                                 85BA4D070AA688680088052D /* DOMHTMLOListElement.h */,
</span><span class="cx">                                 85BA4D080AA688680088052D /* DOMHTMLOListElement.mm */,
</span><del>-                                85E7116F0AC5D5350053270F /* DOMHTMLOListElementInternal.h */,
</del><span class="cx">                                 85F32AE60AA63B8700FF3184 /* DOMHTMLOptGroupElement.h */,
</span><span class="cx">                                 85F32AE70AA63B8700FF3184 /* DOMHTMLOptGroupElement.mm */,
</span><del>-                                85E711700AC5D5350053270F /* DOMHTMLOptGroupElementInternal.h */,
</del><span class="cx">                                 854075660AD6CBF900620C57 /* DOMHTMLOptionElement.h */,
</span><span class="cx">                                 854075670AD6CBF900620C57 /* DOMHTMLOptionElement.mm */,
</span><span class="cx">                                 854075680AD6CBF900620C57 /* DOMHTMLOptionElementInternal.h */,
</span><span class="lines">@@ -16281,16 +16130,12 @@
</span><span class="cx">                                 85E711710AC5D5350053270F /* DOMHTMLOptionsCollectionInternal.h */,
</span><span class="cx">                                 85183B3C0AA6926100F19FA3 /* DOMHTMLParagraphElement.h */,
</span><span class="cx">                                 85183B3D0AA6926100F19FA3 /* DOMHTMLParagraphElement.mm */,
</span><del>-                                85E711720AC5D5350053270F /* DOMHTMLParagraphElementInternal.h */,
</del><span class="cx">                                 85ECBEE90AA7626900544F0B /* DOMHTMLParamElement.h */,
</span><span class="cx">                                 85ECBEEA0AA7626900544F0B /* DOMHTMLParamElement.mm */,
</span><del>-                                85E711730AC5D5350053270F /* DOMHTMLParamElementInternal.h */,
</del><span class="cx">                                 85183B3E0AA6926100F19FA3 /* DOMHTMLPreElement.h */,
</span><span class="cx">                                 85183B3F0AA6926100F19FA3 /* DOMHTMLPreElement.mm */,
</span><del>-                                85E711740AC5D5350053270F /* DOMHTMLPreElementInternal.h */,
</del><span class="cx">                                 85183B400AA6926100F19FA3 /* DOMHTMLQuoteElement.h */,
</span><span class="cx">                                 85183B410AA6926100F19FA3 /* DOMHTMLQuoteElement.mm */,
</span><del>-                                85E711750AC5D5350053270F /* DOMHTMLQuoteElementInternal.h */,
</del><span class="cx">                                 85DF81930AA77E4B00486AD7 /* DOMHTMLScriptElement.h */,
</span><span class="cx">                                 85DF81940AA77E4B00486AD7 /* DOMHTMLScriptElement.mm */,
</span><span class="cx">                                 85E711760AC5D5350053270F /* DOMHTMLScriptElementInternal.h */,
</span><span class="lines">@@ -16311,10 +16156,8 @@
</span><span class="cx">                                 85E7117B0AC5D5350053270F /* DOMHTMLTableColElementInternal.h */,
</span><span class="cx">                                 85DF826E0AA78B8A00486AD7 /* DOMHTMLTableElement.h */,
</span><span class="cx">                                 85DF826F0AA78B8A00486AD7 /* DOMHTMLTableElement.mm */,
</span><del>-                                85E7117C0AC5D5350053270F /* DOMHTMLTableElementInternal.h */,
</del><span class="cx">                                 85DF82190AA7849E00486AD7 /* DOMHTMLTableRowElement.h */,
</span><span class="cx">                                 85DF821A0AA7849E00486AD7 /* DOMHTMLTableRowElement.mm */,
</span><del>-                                85E7117D0AC5D5350053270F /* DOMHTMLTableRowElementInternal.h */,
</del><span class="cx">                                 85DF821B0AA7849E00486AD7 /* DOMHTMLTableSectionElement.h */,
</span><span class="cx">                                 85DF821C0AA7849E00486AD7 /* DOMHTMLTableSectionElement.mm */,
</span><span class="cx">                                 85E7117E0AC5D5350053270F /* DOMHTMLTableSectionElementInternal.h */,
</span><span class="lines">@@ -16324,13 +16167,10 @@
</span><span class="cx">                                 93AAC8AB1D4D7F6300909791 /* DOMHTMLTextAreaElementPrivate.h */,
</span><span class="cx">                                 85992EB80AA5069500AC0785 /* DOMHTMLTitleElement.h */,
</span><span class="cx">                                 85992EB90AA5069500AC0785 /* DOMHTMLTitleElement.mm */,
</span><del>-                                85E711800AC5D5350053270F /* DOMHTMLTitleElementInternal.h */,
</del><span class="cx">                                 85BA4D090AA688680088052D /* DOMHTMLUListElement.h */,
</span><span class="cx">                                 85BA4D0A0AA688680088052D /* DOMHTMLUListElement.mm */,
</span><del>-                                85E711810AC5D5350053270F /* DOMHTMLUListElementInternal.h */,
</del><span class="cx">                                 2DEC664B1C82CFBF0099846A /* DOMHTMLVideoElement.h */,
</span><span class="cx">                                 2DEC664C1C82CFBF0099846A /* DOMHTMLVideoElement.mm */,
</span><del>-                                2DEC664D1C82CFBF0099846A /* DOMHTMLVideoElementInternal.h */,
</del><span class="cx">                                 2DEC66751C8403C30099846A /* DOMMediaError.h */,
</span><span class="cx">                                 2DEC66761C8403C30099846A /* DOMMediaError.mm */,
</span><span class="cx">                                 2DEC66771C8403C30099846A /* DOMMediaErrorInternal.h */,
</span><span class="lines">@@ -16482,19 +16322,14 @@
</span><span class="cx">                                 85E711420AC5D5340053270F /* DOMCounterInternal.h */,
</span><span class="cx">                                 85032DC30AA8C9BE007D3B7D /* DOMCSSCharsetRule.h */,
</span><span class="cx">                                 85032DC40AA8C9BE007D3B7D /* DOMCSSCharsetRule.mm */,
</span><del>-                                85909CD30ACC7A7E00DF01F1 /* DOMCSSCharsetRuleInternal.h */,
</del><span class="cx">                                 85032DC50AA8C9BE007D3B7D /* DOMCSSFontFaceRule.h */,
</span><span class="cx">                                 85032DC60AA8C9BE007D3B7D /* DOMCSSFontFaceRule.mm */,
</span><del>-                                85909CD40ACC7A7E00DF01F1 /* DOMCSSFontFaceRuleInternal.h */,
</del><span class="cx">                                 85032DC70AA8C9BE007D3B7D /* DOMCSSImportRule.h */,
</span><span class="cx">                                 85032DC80AA8C9BE007D3B7D /* DOMCSSImportRule.mm */,
</span><del>-                                85909CD50ACC7A7E00DF01F1 /* DOMCSSImportRuleInternal.h */,
</del><span class="cx">                                 85032DC90AA8C9BE007D3B7D /* DOMCSSMediaRule.h */,
</span><span class="cx">                                 85032DCA0AA8C9BE007D3B7D /* DOMCSSMediaRule.mm */,
</span><del>-                                85909CD60ACC7A7E00DF01F1 /* DOMCSSMediaRuleInternal.h */,
</del><span class="cx">                                 85032DCB0AA8C9BE007D3B7D /* DOMCSSPageRule.h */,
</span><span class="cx">                                 85032DCC0AA8C9BE007D3B7D /* DOMCSSPageRule.mm */,
</span><del>-                                85909CD70ACC7A7E00DF01F1 /* DOMCSSPageRuleInternal.h */,
</del><span class="cx">                                 858C382A0AA8E40500B187A4 /* DOMCSSPrimitiveValue.h */,
</span><span class="cx">                                 858C382B0AA8E40500B187A4 /* DOMCSSPrimitiveValue.mm */,
</span><span class="cx">                                 85909D260ACC7D5500DF01F1 /* DOMCSSPrimitiveValueInternal.h */,
</span><span class="lines">@@ -16509,19 +16344,16 @@
</span><span class="cx">                                 85E711440AC5D5340053270F /* DOMCSSStyleDeclarationInternal.h */,
</span><span class="cx">                                 85032DD30AA8C9BE007D3B7D /* DOMCSSStyleRule.h */,
</span><span class="cx">                                 85032DD40AA8C9BE007D3B7D /* DOMCSSStyleRule.mm */,
</span><del>-                                85909CD90ACC7A7E00DF01F1 /* DOMCSSStyleRuleInternal.h */,
</del><span class="cx">                                 858C39260AA8FF9D00B187A4 /* DOMCSSStyleSheet.h */,
</span><span class="cx">                                 858C39270AA8FF9D00B187A4 /* DOMCSSStyleSheet.mm */,
</span><span class="cx">                                 85909CDA0ACC7A7E00DF01F1 /* DOMCSSStyleSheetInternal.h */,
</span><span class="cx">                                 85032DD50AA8C9BE007D3B7D /* DOMCSSUnknownRule.h */,
</span><span class="cx">                                 85032DD60AA8C9BE007D3B7D /* DOMCSSUnknownRule.mm */,
</span><del>-                                85909CDB0ACC7A7E00DF01F1 /* DOMCSSUnknownRuleInternal.h */,
</del><span class="cx">                                 858C381A0AA8E29600B187A4 /* DOMCSSValue.h */,
</span><span class="cx">                                 858C381B0AA8E29600B187A4 /* DOMCSSValue.mm */,
</span><span class="cx">                                 85B498F20ADB336A00925CBB /* DOMCSSValueInternal.h */,
</span><span class="cx">                                 858C383A0AA8ED8200B187A4 /* DOMCSSValueList.h */,
</span><span class="cx">                                 858C383B0AA8ED8200B187A4 /* DOMCSSValueList.mm */,
</span><del>-                                85909D280ACC7D5500DF01F1 /* DOMCSSValueListInternal.h */,
</del><span class="cx">                                 858C38A30AA8F20400B187A4 /* DOMRect.h */,
</span><span class="cx">                                 858C38A40AA8F20400B187A4 /* DOMRect.mm */,
</span><span class="cx">                                 85E711870AC5D5350053270F /* DOMRectInternal.h */,
</span><span class="lines">@@ -16542,25 +16374,18 @@
</span><span class="cx">                                 8540751F0AD6C5FB00620C57 /* DOMEventTarget.h */,
</span><span class="cx">                                 85FF31580AAFBFCB00374F38 /* DOMKeyboardEvent.h */,
</span><span class="cx">                                 85FF31590AAFBFCB00374F38 /* DOMKeyboardEvent.mm */,
</span><del>-                                85989DC50ACC8BBD00A0BC51 /* DOMKeyboardEventInternal.h */,
</del><span class="cx">                                 857E0B230AB043460036E447 /* DOMMouseEvent.h */,
</span><span class="cx">                                 857E0B240AB043460036E447 /* DOMMouseEvent.mm */,
</span><del>-                                85989DC60ACC8BBD00A0BC51 /* DOMMouseEventInternal.h */,
</del><span class="cx">                                 85C7F5BC0AAFB7CC004014DD /* DOMMutationEvent.h */,
</span><span class="cx">                                 85C7F5BD0AAFB7CC004014DD /* DOMMutationEvent.mm */,
</span><del>-                                85989DC70ACC8BBD00A0BC51 /* DOMMutationEventInternal.h */,
</del><span class="cx">                                 85C7F5CE0AAFB8D9004014DD /* DOMOverflowEvent.h */,
</span><span class="cx">                                 85C7F5CF0AAFB8D9004014DD /* DOMOverflowEvent.mm */,
</span><del>-                                85989DC80ACC8BBD00A0BC51 /* DOMOverflowEventInternal.h */,
</del><span class="cx">                                 BCC573330D695BBE006EF517 /* DOMProgressEvent.h */,
</span><span class="cx">                                 BCC573340D695BBE006EF517 /* DOMProgressEvent.mm */,
</span><del>-                                BCC573370D695BD7006EF517 /* DOMProgressEventInternal.h */,
</del><span class="cx">                                 933A14750B7D1BAF00A53FFD /* DOMTextEvent.h */,
</span><span class="cx">                                 933A14A90B7D1D0900A53FFD /* DOMTextEvent.mm */,
</span><del>-                                4429AB070CB84F81007647C5 /* DOMTextEventInternal.h */,
</del><span class="cx">                                 85C7F48F0AAF79DC004014DD /* DOMUIEvent.h */,
</span><span class="cx">                                 85C7F4900AAF79DC004014DD /* DOMUIEvent.mm */,
</span><del>-                                85989DC90ACC8BBD00A0BC51 /* DOMUIEventInternal.h */,
</del><span class="cx">                                 85C7F5E50AAFBAFB004014DD /* DOMWheelEvent.h */,
</span><span class="cx">                                 85C7F5E60AAFBAFB004014DD /* DOMWheelEvent.mm */,
</span><span class="cx">                                 85989DCA0ACC8BBD00A0BC51 /* DOMWheelEventInternal.h */,
</span><span class="lines">@@ -18556,7 +18381,6 @@
</span><span class="cx">                                 85E7113F0AC5D5340053270F /* DOMCDATASectionInternal.h */,
</span><span class="cx">                                 85ACA9840A9B520300671E90 /* DOMCharacterData.h */,
</span><span class="cx">                                 85ACA9850A9B520300671E90 /* DOMCharacterData.mm */,
</span><del>-                                85E711400AC5D5340053270F /* DOMCharacterDataInternal.h */,
</del><span class="cx">                                 85089CD10A98C42700A275AA /* DOMComment.h */,
</span><span class="cx">                                 85089CD20A98C42700A275AA /* DOMComment.mm */,
</span><span class="cx">                                 85E711410AC5D5340053270F /* DOMCommentInternal.h */,
</span><span class="lines">@@ -18579,7 +18403,6 @@
</span><span class="cx">                                 85E711490AC5D5340053270F /* DOMElementInternal.h */,
</span><span class="cx">                                 85CA96B60A9621A600690CCF /* DOMEntity.h */,
</span><span class="cx">                                 85CA96B70A9621A600690CCF /* DOMEntity.mm */,
</span><del>-                                85E7114A0AC5D5340053270F /* DOMEntityInternal.h */,
</del><span class="cx">                                 85089CD50A98C42800A275AA /* DOMEntityReference.h */,
</span><span class="cx">                                 85089CD60A98C42800A275AA /* DOMEntityReference.mm */,
</span><span class="cx">                                 85E7114B0AC5D5340053270F /* DOMEntityReferenceInternal.h */,
</span><span class="lines">@@ -24894,7 +24717,6 @@
</span><span class="cx">                         files = (
</span><span class="cx">                                 FE115FAB167988CD00249134 /* AbstractDatabaseServer.h in Headers */,
</span><span class="cx">                                 41E1B1D10FF5986900576B3B /* AbstractWorker.h in Headers */,
</span><del>-                                1A67BF461D4FE42200412AC7 /* DOMHTMLAppletElementInternal.h in Headers */,
</del><span class="cx">                                 29A8122E0FBB9C1D00510293 /* AccessibilityARIAGridCell.h in Headers */,
</span><span class="cx">                                 29A812330FBB9C1D00510293 /* AccessibilityARIAGridRow.h in Headers */,
</span><span class="cx">                                 2914E3081CAB5A440049966F /* AccessibilityAttachment.h in Headers */,
</span><span class="lines">@@ -24973,7 +24795,6 @@
</span><span class="cx">                                 FD629EA3154B47160006D026 /* AudioBasicInspectorNode.h in Headers */,
</span><span class="cx">                                 FD315FF712B0267600C1A359 /* AudioBasicProcessorNode.h in Headers */,
</span><span class="cx">                                 FD315FF912B0267600C1A359 /* AudioBuffer.h in Headers */,
</span><del>-                                1A67BF611D4FE42300412AC7 /* DOMHTMLLIElementInternal.h in Headers */,
</del><span class="cx">                                 FD5686CC13AC181400B69C68 /* AudioBufferCallback.h in Headers */,
</span><span class="cx">                                 FD315FFC12B0267600C1A359 /* AudioBufferSourceNode.h in Headers */,
</span><span class="cx">                                 FD31607C12B026F700C1A359 /* AudioBus.h in Headers */,
</span><span class="lines">@@ -25144,7 +24965,6 @@
</span><span class="cx">                                 FE36FD1516C7826500F887C1 /* ChangeVersionData.h in Headers */,
</span><span class="cx">                                 97BC69DD1505F076001B74AC /* ChangeVersionWrapper.h in Headers */,
</span><span class="cx">                                 FD315FFF12B0267600C1A359 /* ChannelMergerNode.h in Headers */,
</span><del>-                                1A67BF4A1D4FE42300412AC7 /* DOMHTMLBodyElementInternal.h in Headers */,
</del><span class="cx">                                 FD31600212B0267600C1A359 /* ChannelSplitterNode.h in Headers */,
</span><span class="cx">                                 6550B6A0099DF0270090D781 /* CharacterData.h in Headers */,
</span><span class="cx">                                 C5592F781A92AA28001F8862 /* CharacterProperties.h in Headers */,
</span><span class="lines">@@ -25245,7 +25065,6 @@
</span><span class="cx">                                 9392F14C0AD1861B00691BD4 /* CounterNode.h in Headers */,
</span><span class="cx">                                 D0B0556809C6700100307E43 /* CreateLinkCommand.h in Headers */,
</span><span class="cx">                                 514C766E0CE923A1007EF3CD /* Credential.h in Headers */,
</span><del>-                                1A67BF5A1D4FE42300412AC7 /* DOMHTMLHRElementInternal.h in Headers */,
</del><span class="cx">                                 3792917A1985EF3900F4B661 /* CredentialBase.h in Headers */,
</span><span class="cx">                                 3792917E1987678F00F4B661 /* CredentialCocoa.h in Headers */,
</span><span class="cx">                                 51A052331058774F00CC9E95 /* CredentialStorage.h in Headers */,
</span><span class="lines">@@ -25308,7 +25127,6 @@
</span><span class="cx">                                 4A9CC81816BB9AC600EC645A /* CSSDefaultStyleSheets.h in Headers */,
</span><span class="cx">                                 FBB0C5B817BBD629003D3677 /* CSSFilterImageValue.h in Headers */,
</span><span class="cx">                                 BC64B4D60CB4298A005F2B62 /* CSSFontFace.h in Headers */,
</span><del>-                                1A67BF5F1D4FE42300412AC7 /* DOMHTMLLabelElementInternal.h in Headers */,
</del><span class="cx">                                 409EBDB116B7EE7100CBA3FC /* CSSFontFaceLoadEvent.h in Headers */,
</span><span class="cx">                                 A80E6CFD0A1989CA007FB8C5 /* CSSFontFaceRule.h in Headers */,
</span><span class="cx">                                 C26017A41C72DC9900F74A16 /* CSSFontFaceSet.h in Headers */,
</span><span class="lines">@@ -25364,10 +25182,8 @@
</span><span class="cx">                                 FC54D05716A7673100575E4D /* CSSSupportsRule.h in Headers */,
</span><span class="cx">                                 BC80C9880CD294EE00A0B7B3 /* CSSTimingFunctionValue.h in Headers */,
</span><span class="cx">                                 9AB1F38018E2489A00534743 /* CSSToLengthConversionData.h in Headers */,
</span><del>-                                1A67BF8A1D4FE42300412AC7 /* DOMHTMLTableRowElementInternal.h in Headers */,
</del><span class="cx">                                 1A67BF751D4FE42300412AC7 /* DOMHTMLParamElement.h in Headers */,
</span><span class="cx">                                 A882DA231593848D000115ED /* CSSToStyleMap.h in Headers */,
</span><del>-                                1A67BF691D4FE42300412AC7 /* DOMHTMLObjectElementInternal.h in Headers */,
</del><span class="cx">                                 371F53E90D2704F900ECE0D5 /* CSSUnicodeRangeValue.h in Headers */,
</span><span class="cx">                                 DD7CDF250A23CF9800069928 /* CSSUnknownRule.h in Headers */,
</span><span class="cx">                                 BC7D8FF01BD03B6400FFE540 /* CSSUnsetValue.h in Headers */,
</span><span class="lines">@@ -25508,7 +25324,6 @@
</span><span class="cx">                                 85089CD70A98C42800A275AA /* DOMCDATASection.h in Headers */,
</span><span class="cx">                                 85E7118E0AC5D5350053270F /* DOMCDATASectionInternal.h in Headers */,
</span><span class="cx">                                 85ACA9860A9B520300671E90 /* DOMCharacterData.h in Headers */,
</span><del>-                                85E7118F0AC5D5350053270F /* DOMCharacterDataInternal.h in Headers */,
</del><span class="cx">                                 85089CD90A98C42800A275AA /* DOMComment.h in Headers */,
</span><span class="cx">                                 85E711900AC5D5350053270F /* DOMCommentInternal.h in Headers */,
</span><span class="cx">                                 B56576E817DA94E200A56BDC /* DOMConstructorWithDocument.h in Headers */,
</span><span class="lines">@@ -25518,16 +25333,11 @@
</span><span class="cx">                                 85E711910AC5D5350053270F /* DOMCounterInternal.h in Headers */,
</span><span class="cx">                                 BC1A37B0097C715F0019F3D8 /* DOMCSS.h in Headers */,
</span><span class="cx">                                 85032DD70AA8C9BE007D3B7D /* DOMCSSCharsetRule.h in Headers */,
</span><del>-                                85909CDC0ACC7A7E00DF01F1 /* DOMCSSCharsetRuleInternal.h in Headers */,
</del><span class="cx">                                 85032DD90AA8C9BE007D3B7D /* DOMCSSFontFaceRule.h in Headers */,
</span><del>-                                85909CDD0ACC7A7E00DF01F1 /* DOMCSSFontFaceRuleInternal.h in Headers */,
</del><span class="cx">                                 85032DDB0AA8C9BE007D3B7D /* DOMCSSImportRule.h in Headers */,
</span><del>-                                85909CDE0ACC7A7E00DF01F1 /* DOMCSSImportRuleInternal.h in Headers */,
</del><span class="cx">                                 85032DDD0AA8C9BE007D3B7D /* DOMCSSMediaRule.h in Headers */,
</span><del>-                                85909CDF0ACC7A7E00DF01F1 /* DOMCSSMediaRuleInternal.h in Headers */,
</del><span class="cx">                                 FC9A0F75164094CF003D6B8D /* DOMCSSNamespace.h in Headers */,
</span><span class="cx">                                 85032DDF0AA8C9BE007D3B7D /* DOMCSSPageRule.h in Headers */,
</span><del>-                                85909CE00ACC7A7E00DF01F1 /* DOMCSSPageRuleInternal.h in Headers */,
</del><span class="cx">                                 858C382C0AA8E40500B187A4 /* DOMCSSPrimitiveValue.h in Headers */,
</span><span class="cx">                                 85909D290ACC7D5500DF01F1 /* DOMCSSPrimitiveValueInternal.h in Headers */,
</span><span class="cx">                                 85032DE10AA8C9BE007D3B7D /* DOMCSSRule.h in Headers */,
</span><span class="lines">@@ -25538,15 +25348,12 @@
</span><span class="cx">                                 85032DE50AA8C9BE007D3B7D /* DOMCSSStyleDeclaration.h in Headers */,
</span><span class="cx">                                 85E711930AC5D5350053270F /* DOMCSSStyleDeclarationInternal.h in Headers */,
</span><span class="cx">                                 85032DE70AA8C9BE007D3B7D /* DOMCSSStyleRule.h in Headers */,
</span><del>-                                85909CE20ACC7A7E00DF01F1 /* DOMCSSStyleRuleInternal.h in Headers */,
</del><span class="cx">                                 858C39280AA8FF9D00B187A4 /* DOMCSSStyleSheet.h in Headers */,
</span><span class="cx">                                 85909CE30ACC7A7E00DF01F1 /* DOMCSSStyleSheetInternal.h in Headers */,
</span><span class="cx">                                 85032DE90AA8C9BE007D3B7D /* DOMCSSUnknownRule.h in Headers */,
</span><del>-                                85909CE40ACC7A7E00DF01F1 /* DOMCSSUnknownRuleInternal.h in Headers */,
</del><span class="cx">                                 858C381C0AA8E29600B187A4 /* DOMCSSValue.h in Headers */,
</span><span class="cx">                                 85B498F30ADB336A00925CBB /* DOMCSSValueInternal.h in Headers */,
</span><span class="cx">                                 858C383C0AA8ED8200B187A4 /* DOMCSSValueList.h in Headers */,
</span><del>-                                85909D2B0ACC7D5500DF01F1 /* DOMCSSValueListInternal.h in Headers */,
</del><span class="cx">                                 E10B9CCC0B747A44003ED890 /* DOMCustomXPathNSResolver.h in Headers */,
</span><span class="cx">                                 85ACABB00A9CAF8000671E90 /* DOMDocument.h in Headers */,
</span><span class="cx">                                 85089CDB0A98C42800A275AA /* DOMDocumentFragment.h in Headers */,
</span><span class="lines">@@ -25563,7 +25370,6 @@
</span><span class="cx">                                 85ACA9C00A9B5FA500671E90 /* DOMElement.h in Headers */,
</span><span class="cx">                                 85E711980AC5D5350053270F /* DOMElementInternal.h in Headers */,
</span><span class="cx">                                 85CA96B80A9621A600690CCF /* DOMEntity.h in Headers */,
</span><del>-                                85E711990AC5D5350053270F /* DOMEntityInternal.h in Headers */,
</del><span class="cx">                                 85089CDD0A98C42800A275AA /* DOMEntityReference.h in Headers */,
</span><span class="cx">                                 85E7119A0AC5D5350053270F /* DOMEntityReferenceInternal.h in Headers */,
</span><span class="cx">                                 BC1BDF25156C18C7001C1243 /* DOMError.h in Headers */,
</span><span class="lines">@@ -25625,7 +25431,6 @@
</span><span class="cx">                                 A8185F3B09765766005826D9 /* DOMImplementation.h in Headers */,
</span><span class="cx">                                 BC1A37B9097C715F0019F3D8 /* DOMInternal.h in Headers */,
</span><span class="cx">                                 85FF315A0AAFBFCB00374F38 /* DOMKeyboardEvent.h in Headers */,
</span><del>-                                85989DCC0ACC8BBD00A0BC51 /* DOMKeyboardEventInternal.h in Headers */,
</del><span class="cx">                                 2DEC66781C8403C30099846A /* DOMMediaError.h in Headers */,
</span><span class="cx">                                 2DEC667A1C8403C30099846A /* DOMMediaErrorInternal.h in Headers */,
</span><span class="cx">                                 850656FE0AAB4763002D15C0 /* DOMMediaList.h in Headers */,
</span><span class="lines">@@ -25634,9 +25439,7 @@
</span><span class="cx">                                 A9C6E4E40D745E05006442E9 /* DOMMimeType.h in Headers */,
</span><span class="cx">                                 A9C6E4E80D745E18006442E9 /* DOMMimeTypeArray.h in Headers */,
</span><span class="cx">                                 857E0B250AB043460036E447 /* DOMMouseEvent.h in Headers */,
</span><del>-                                85989DCD0ACC8BBD00A0BC51 /* DOMMouseEventInternal.h in Headers */,
</del><span class="cx">                                 85C7F5BF0AAFB7CC004014DD /* DOMMutationEvent.h in Headers */,
</span><del>-                                85989DCE0ACC8BBD00A0BC51 /* DOMMutationEventInternal.h in Headers */,
</del><span class="cx">                                 52B6C9C315E3F4DF00690B05 /* DOMNamedFlowCollection.h in Headers */,
</span><span class="cx">                                 8518DD780A9CF31B0091B7A6 /* DOMNamedNodeMap.h in Headers */,
</span><span class="cx">                                 85E711D20AC5D5350053270F /* DOMNamedNodeMapInternal.h in Headers */,
</span><span class="lines">@@ -25650,7 +25453,6 @@
</span><span class="cx">                                 A54A82EC15228D2F00C72BA6 /* DOMNodePrivate.h in Headers */,
</span><span class="cx">                                 856C8AE40A912649005C687B /* DOMObject.h in Headers */,
</span><span class="cx">                                 85C7F5D00AAFB8D9004014DD /* DOMOverflowEvent.h in Headers */,
</span><del>-                                85989DCF0ACC8BBD00A0BC51 /* DOMOverflowEventInternal.h in Headers */,
</del><span class="cx">                                 1ACE53E80A8D18E70022947D /* DOMParser.h in Headers */,
</span><span class="cx">                                 7A54881714E432A1006AE05A /* DOMPatchSupport.h in Headers */,
</span><span class="cx">                                 FB91392416AE4C17001FE682 /* DOMPath.h in Headers */,
</span><span class="lines">@@ -25660,7 +25462,6 @@
</span><span class="cx">                                 85F56A7A0A98CE3700ADB60A /* DOMProcessingInstruction.h in Headers */,
</span><span class="cx">                                 85E711D50AC5D5350053270F /* DOMProcessingInstructionInternal.h in Headers */,
</span><span class="cx">                                 BCC573350D695BBE006EF517 /* DOMProgressEvent.h in Headers */,
</span><del>-                                BCC573380D695BD7006EF517 /* DOMProgressEventInternal.h in Headers */,
</del><span class="cx">                                 8538F05B0AD722F1006A81D1 /* DOMRange.h in Headers */,
</span><span class="cx">                                 851EE8210ABCA58100A6AA33 /* DOMRangeException.h in Headers */,
</span><span class="cx">                                 8538F05D0AD722F1006A81D1 /* DOMRangeInternal.h in Headers */,
</span><span class="lines">@@ -25692,7 +25493,6 @@
</span><span class="cx">                                 85526CD20AB0B7D9000302EA /* DOMTreeWalker.h in Headers */,
</span><span class="cx">                                 850B41C30AD9E7E700A6ED4F /* DOMTreeWalkerInternal.h in Headers */,
</span><span class="cx">                                 85C7F4910AAF79DC004014DD /* DOMUIEvent.h in Headers */,
</span><del>-                                85989DD00ACC8BBD00A0BC51 /* DOMUIEventInternal.h in Headers */,
</del><span class="cx">                                 FED13D2A0CEA91DF00D89466 /* DOMUIKitExtensions.h in Headers */,
</span><span class="cx">                                 2E37DFDB12DBAFB800A6B233 /* DOMURL.h in Headers */,
</span><span class="cx">                                 CD9DE18217AAD6A400EA386D /* DOMURLMediaSource.h in Headers */,
</span><span class="lines">@@ -25699,7 +25499,6 @@
</span><span class="cx">                                 15FCC9FE1B4DF85E00E72326 /* DOMURLMediaStream.h in Headers */,
</span><span class="cx">                                 BC1A37C0097C715F0019F3D8 /* DOMViews.h in Headers */,
</span><span class="cx">                                 1A67BF771D4FE42300412AC7 /* DOMHTMLPreElement.h in Headers */,
</span><del>-                                1A67BF4F1D4FE42300412AC7 /* DOMHTMLDivElementInternal.h in Headers */,
</del><span class="cx">                                 85C7F5E70AAFBAFB004014DD /* DOMWheelEvent.h in Headers */,
</span><span class="cx">                                 85989DD10ACC8BBD00A0BC51 /* DOMWheelEventInternal.h in Headers */,
</span><span class="cx">                                 1403B99709EB13AF00797C7F /* DOMWindow.h in Headers */,
</span><span class="lines">@@ -25742,7 +25541,6 @@
</span><span class="cx">                                 E46A2B1E17CA76B1000DBCD8 /* ElementChildIterator.h in Headers */,
</span><span class="cx">                                 B5B7A17117C10AC000E4AA0A /* ElementData.h in Headers */,
</span><span class="cx">                                 E4AE7C1617D1BB950009FB31 /* ElementIterator.h in Headers */,
</span><del>-                                1A67BF6E1D4FE42300412AC7 /* DOMHTMLOptGroupElementInternal.h in Headers */,
</del><span class="cx">                                 E401C27517CE53EC00C41A35 /* ElementIteratorAssertions.h in Headers */,
</span><span class="cx">                                 63F5D4F70E8C4B7100C0BD04 /* ElementRareData.h in Headers */,
</span><span class="cx">                                 FBDB619F16D6036500BB3394 /* ElementRuleCollector.h in Headers */,
</span><span class="lines">@@ -25838,7 +25636,6 @@
</span><span class="cx">                                 B27535690B053814002CE64F /* FloatPoint.h in Headers */,
</span><span class="cx">                                 B2E27CA00B0F2B0900F17C7B /* FloatPoint3D.h in Headers */,
</span><span class="cx">                                 6EC480A216EA638A00A48DCB /* FloatPolygon.h in Headers */,
</span><del>-                                1A67BF601D4FE42300412AC7 /* DOMHTMLLegendElementInternal.h in Headers */,
</del><span class="cx">                                 0FD723820EC8BD9300CA5DD7 /* FloatQuad.h in Headers */,
</span><span class="cx">                                 B275356B0B053814002CE64F /* FloatRect.h in Headers */,
</span><span class="cx">                                 6E0E569C183BFFE600E0E8D5 /* FloatRoundedRect.h in Headers */,
</span><span class="lines">@@ -25858,7 +25655,6 @@
</span><span class="cx">                                 B2C3DA660D006CD600EF6F26 /* FontDescription.h in Headers */,
</span><span class="cx">                                 1C6626111C6E7CA600AB527C /* FontFace.h in Headers */,
</span><span class="cx">                                 1C24EEA51C729CE40080F8FC /* FontFaceSet.h in Headers */,
</span><del>-                                1A67BF5C1D4FE42300412AC7 /* DOMHTMLIFrameElementInternal.h in Headers */,
</del><span class="cx">                                 4A6E9FC813C17D570046A7F8 /* FontFeatureSettings.h in Headers */,
</span><span class="cx">                                 0845680812B90DA600960A9F /* FontMetrics.h in Headers */,
</span><span class="cx">                                 B5320D6B122A24E9002D1440 /* FontPlatformData.h in Headers */,
</span><span class="lines">@@ -26158,7 +25954,6 @@
</span><span class="cx">                                 A779791A0D6B9D0C003851B9 /* ImageData.h in Headers */,
</span><span class="cx">                                 555B87ED1CAAF0AB00349425 /* ImageDecoderCG.h in Headers */,
</span><span class="cx">                                 97205AB61239291000B17380 /* ImageDocument.h in Headers */,
</span><del>-                                1A67BF741D4FE42300412AC7 /* DOMHTMLParagraphElementInternal.h in Headers */,
</del><span class="cx">                                 F55B3DC21251F12D003EF269 /* ImageInputType.h in Headers */,
</span><span class="cx">                                 089582560E857A7E00F82C83 /* ImageLoader.h in Headers */,
</span><span class="cx">                                 BC7F44A80B9E324E00A9D081 /* ImageObserver.h in Headers */,
</span><span class="lines">@@ -26288,7 +26083,6 @@
</span><span class="cx">                                 51FB5504113E3E9100821176 /* JSCloseEvent.h in Headers */,
</span><span class="cx">                                 A584FE3C1864E2D800843B10 /* JSCommandLineAPIHost.h in Headers */,
</span><span class="cx">                                 93F9B6E10BA0FB7200854064 /* JSComment.h in Headers */,
</span><del>-                                1AFC6D2A1D51609800A42FA1 /* DOMTextEventInternal.h in Headers */,
</del><span class="cx">                                 79AC9219109945C80021266E /* JSCompositionEvent.h in Headers */,
</span><span class="cx">                                 FDA15EBE12B03F0B003A583A /* JSConvolverNode.h in Headers */,
</span><span class="cx">                                 FE6FD48E0F676E9300092873 /* JSCoordinates.h in Headers */,
</span><span class="lines">@@ -26390,7 +26184,6 @@
</span><span class="cx">                                 898785F1122E1E87003AABDA /* JSFileException.h in Headers */,
</span><span class="cx">                                 BC00F0170E0A189500FD04E3 /* JSFileList.h in Headers */,
</span><span class="cx">                                 2E94F43C119207DA00B7F75D /* JSFileReader.h in Headers */,
</span><del>-                                1A67BF881D4FE42300412AC7 /* DOMHTMLTableElementInternal.h in Headers */,
</del><span class="cx">                                 898785F5122E1EAC003AABDA /* JSFileReaderSync.h in Headers */,
</span><span class="cx">                                 B6D9D27B14EAC0860090D75E /* JSFocusEvent.h in Headers */,
</span><span class="cx">                                 C280833F1C6DC26F001451B6 /* JSFontFace.h in Headers */,
</span><span class="lines">@@ -26459,7 +26252,6 @@
</span><span class="cx">                                 A80E7E990A1A83E3007FB8C5 /* JSHTMLOptionElement.h in Headers */,
</span><span class="cx">                                 448A29BF0A46D9CB0030759F /* JSHTMLOptionsCollection.h in Headers */,
</span><span class="cx">                                 4AD0173D127E82860015035F /* JSHTMLOutputElement.h in Headers */,
</span><del>-                                1A67BF521D4FE42300412AC7 /* DOMHTMLEmbedElementInternal.h in Headers */,
</del><span class="cx">                                 1AE2ABA70A1CE90500B42B25 /* JSHTMLParagraphElement.h in Headers */,
</span><span class="cx">                                 1AE2ABA90A1CE90500B42B25 /* JSHTMLParamElement.h in Headers */,
</span><span class="cx">                                 BC3D85BC1C0E2E7A00D3B610 /* JSHTMLPictureElement.h in Headers */,
</span><span class="lines">@@ -26507,7 +26299,6 @@
</span><span class="cx">                                 159741DB1B7D140100201C92 /* JSMediaDeviceInfo.h in Headers */,
</span><span class="cx">                                 15739BBB1B42012D00D258C1 /* JSMediaDevices.h in Headers */,
</span><span class="cx">                                 FD23A12613F5FA5900F67001 /* JSMediaElementAudioSourceNode.h in Headers */,
</span><del>-                                1A67BF5B1D4FE42300412AC7 /* DOMHTMLHtmlElementInternal.h in Headers */,
</del><span class="cx">                                 E44614190CD6826900FADA75 /* JSMediaError.h in Headers */,
</span><span class="cx">                                 BC3C39B70C0D3D8D005F4D7A /* JSMediaList.h in Headers */,
</span><span class="cx">                                 D3A94A47122DC40F00A37BBC /* JSMediaQueryList.h in Headers */,
</span><span class="lines">@@ -26657,7 +26448,6 @@
</span><span class="cx">                                 B2FA3D630AB75A6F000E5AC4 /* JSSVGDefsElement.h in Headers */,
</span><span class="cx">                                 B2FA3D650AB75A6F000E5AC4 /* JSSVGDescElement.h in Headers */,
</span><span class="cx">                                 B2FA3D670AB75A6F000E5AC4 /* JSSVGDocument.h in Headers */,
</span><del>-                                1A67BF4E1D4FE42300412AC7 /* DOMHTMLDirectoryElementInternal.h in Headers */,
</del><span class="cx">                                 B222F69D0AB771B80022EFAD /* JSSVGElement.h in Headers */,
</span><span class="cx">                                 8542A7990AE5C94400DF58DF /* JSSVGElementWrapperFactory.h in Headers */,
</span><span class="cx">                                 B2FA3D690AB75A6F000E5AC4 /* JSSVGEllipseElement.h in Headers */,
</span><span class="lines">@@ -26695,10 +26485,8 @@
</span><span class="cx">                                 A83B78FE0CCAFF15000B0825 /* JSSVGFontFaceSrcElement.h in Headers */,
</span><span class="cx">                                 A83B78FC0CCAFF15000B0825 /* JSSVGFontFaceUriElement.h in Headers */,
</span><span class="cx">                                 B2FA3D990AB75A6F000E5AC4 /* JSSVGForeignObjectElement.h in Headers */,
</span><del>-                                1A67BF761D4FE42300412AC7 /* DOMHTMLParamElementInternal.h in Headers */,
</del><span class="cx">                                 B2FA3D9B0AB75A6F000E5AC4 /* JSSVGGElement.h in Headers */,
</span><span class="cx">                                 B27B28280CEF0C0700D39D54 /* JSSVGGlyphElement.h in Headers */,
</span><del>-                                1A67BF541D4FE42300412AC7 /* DOMHTMLFontElementInternal.h in Headers */,
</del><span class="cx">                                 24D9129A13CA971400D21915 /* JSSVGGlyphRefElement.h in Headers */,
</span><span class="cx">                                 B2FA3D9D0AB75A6F000E5AC4 /* JSSVGGradientElement.h in Headers */,
</span><span class="cx">                                 7BE7427381FA906FBB4F0F2C /* JSSVGGraphicsElement.h in Headers */,
</span><span class="lines">@@ -26936,7 +26724,6 @@
</span><span class="cx">                                 9728C3141268E4390041E89B /* MarkupAccumulator.h in Headers */,
</span><span class="cx">                                 00C60E3F13D76D7E0092A275 /* MarkupTokenizerInlines.h in Headers */,
</span><span class="cx">                                 FABE72F51059C1EB00D999DD /* MathMLElement.h in Headers */,
</span><del>-                                1A67BF471D4FE42300412AC7 /* DOMHTMLAreaElementInternal.h in Headers */,
</del><span class="cx">                                 44A28AAC12DFB8AC00AE923B /* MathMLElementFactory.h in Headers */,
</span><span class="cx">                                 0BCF83F71059C1EB00D999DD /* MathMLFractionElement.h in Headers */,
</span><span class="cx">                                 FABE72F71059C1EB00D999DD /* MathMLInlineContainerElement.h in Headers */,
</span><span class="lines">@@ -26968,7 +26755,6 @@
</span><span class="cx">                                 15145B901B3A1CE000662BF7 /* MediaDeviceInfo.h in Headers */,
</span><span class="cx">                                 5EA725D31ACABD4700EAD17B /* MediaDevices.h in Headers */,
</span><span class="cx">                                 07394ECA1BAB2CD700BE99CD /* MediaDevicesRequest.h in Headers */,
</span><del>-                                1A67BF631D4FE42300412AC7 /* DOMHTMLMapElementInternal.h in Headers */,
</del><span class="cx">                                 97205AB81239291000B17380 /* MediaDocument.h in Headers */,
</span><span class="cx">                                 FD6F252D13F5EF0E0065165F /* MediaElementAudioSourceNode.h in Headers */,
</span><span class="cx">                                 07FE99DD18807A7D00256648 /* MediaElementSession.h in Headers */,
</span><span class="lines">@@ -27041,7 +26827,6 @@
</span><span class="cx">                                 07FFDE69181AED420072D409 /* MediaStreamTrackPrivate.h in Headers */,
</span><span class="cx">                                 076306D017E1478D005A7C4E /* MediaStreamTrackSourcesCallback.h in Headers */,
</span><span class="cx">                                 076306E317E22A43005A7C4E /* MediaStreamTrackSourcesRequestClient.h in Headers */,
</span><del>-                                1A67BF571D4FE42300412AC7 /* DOMHTMLFrameSetElementInternal.h in Headers */,
</del><span class="cx">                                 CD641EC01819B36000EE4C41 /* MediaTimeAVFoundation.h in Headers */,
</span><span class="cx">                                 CD60C0C7193E87C7003C656B /* MediaTimeQTKit.h in Headers */,
</span><span class="cx">                                 0705852117FDC140005F2BCB /* MediaTrackConstraint.h in Headers */,
</span><span class="lines">@@ -27065,7 +26850,6 @@
</span><span class="cx">                                 41BF700C0FE86F49005E8DEC /* MessagePortChannel.h in Headers */,
</span><span class="cx">                                 A78E52701346BD1700AD9C31 /* MeterShadowElement.h in Headers */,
</span><span class="cx">                                 37DDCDA51384501C0008B793 /* MHTMLArchive.h in Headers */,
</span><del>-                                1A67BF7A1D4FE42300412AC7 /* DOMHTMLQuoteElementInternal.h in Headers */,
</del><span class="cx">                                 37DDCDA71384501C0008B793 /* MHTMLParser.h in Headers */,
</span><span class="cx">                                 53B895AF19DC7ED9009CAA93 /* Microtasks.h in Headers */,
</span><span class="cx">                                 37DDCD9513844FD50008B793 /* MIMEHeader.h in Headers */,
</span><span class="lines">@@ -27086,7 +26870,6 @@
</span><span class="cx">                                 C6D74AD509AA282E000B0A52 /* ModifySelectionListLevel.h in Headers */,
</span><span class="cx">                                 F55B3DC61251F12D003EF269 /* MonthInputType.h in Headers */,
</span><span class="cx">                                 85031B460A44EFC700F992E0 /* MouseEvent.h in Headers */,
</span><del>-                                1A67BF591D4FE42300412AC7 /* DOMHTMLHeadingElementInternal.h in Headers */,
</del><span class="cx">                                 935C476309AC4CE600A6AAB4 /* MouseEventWithHitTestResults.h in Headers */,
</span><span class="cx">                                 85031B480A44EFC700F992E0 /* MouseRelatedEvent.h in Headers */,
</span><span class="cx">                                 93309DFC099E64920056E581 /* MoveSelectionCommand.h in Headers */,
</span><span class="lines">@@ -27128,7 +26911,6 @@
</span><span class="cx">                                 854FE7310A2297BE0058D7AD /* NodeFilter.h in Headers */,
</span><span class="cx">                                 854FE7330A2297BE0058D7AD /* NodeFilterCondition.h in Headers */,
</span><span class="cx">                                 854FE7350A2297BE0058D7AD /* NodeIterator.h in Headers */,
</span><del>-                                1A67BF931D4FE42400412AC7 /* DOMHTMLUListElementInternal.h in Headers */,
</del><span class="cx">                                 A818721B0977D3C0005826D9 /* NodeList.h in Headers */,
</span><span class="cx">                                 7CEAC1071B483D1D00334482 /* NodeOrString.h in Headers */,
</span><span class="cx">                                 63189AE30E83A33300012E41 /* NodeRareData.h in Headers */,
</span><span class="lines">@@ -27247,7 +27029,6 @@
</span><span class="cx">                                 2D5002FC1B56D7990020AAF7 /* PathUtilities.h in Headers */,
</span><span class="cx">                                 A8FA6E5D0E4CFDED00D5CF49 /* Pattern.h in Headers */,
</span><span class="cx">                                 B22279710D00BF220071B782 /* PatternAttributes.h in Headers */,
</span><del>-                                1A67BF491D4FE42300412AC7 /* DOMHTMLBaseFontElementInternal.h in Headers */,
</del><span class="cx">                                 1A8A643A1D19FC5300D0E00F /* Payment.h in Headers */,
</span><span class="cx">                                 1AE96A881D1A0CEB00B86768 /* PaymentAuthorizationStatus.h in Headers */,
</span><span class="cx">                                 1A67BF5E1D4FE42300412AC7 /* DOMHTMLInputElementPrivate.h in Headers */,
</span><span class="lines">@@ -27265,7 +27046,6 @@
</span><span class="cx">                                 5EBB89391C77C39900C65D41 /* PeerMediaDescription.h in Headers */,
</span><span class="cx">                                 8A7CC96B12076D73001D4588 /* PendingScript.h in Headers */,
</span><span class="cx">                                 8A844D0511D3C18E0014065C /* Performance.h in Headers */,
</span><del>-                                1A67BF481D4FE42300412AC7 /* DOMHTMLBaseElementInternal.h in Headers */,
</del><span class="cx">                                 1A67BF8C1D4FE42300412AC7 /* DOMHTMLTableSectionElementInternal.h in Headers */,
</span><span class="cx">                                 86BE340115058CB200CE0FD8 /* PerformanceEntry.h in Headers */,
</span><span class="cx">                                 86BE340415058CB200CE0FD8 /* PerformanceEntryList.h in Headers */,
</span><span class="lines">@@ -27404,7 +27184,6 @@
</span><span class="cx">                                 BC10D76817D8EE71005E2626 /* RenderBlockFlow.h in Headers */,
</span><span class="cx">                                 BCEA4862097D93020094C9E4 /* RenderBox.h in Headers */,
</span><span class="cx">                                 BC96DB430F3A880E00573CB3 /* RenderBoxModelObject.h in Headers */,
</span><del>-                                1A67BF9B1D4FE66300412AC7 /* DOMHTMLCanvasElementInternal.h in Headers */,
</del><span class="cx">                                 BCEB179C143379F50052EAE9 /* RenderBoxRegionInfo.h in Headers */,
</span><span class="cx">                                 BCEA4866097D93020094C9E4 /* RenderButton.h in Headers */,
</span><span class="cx">                                 B56579B51824D12A00E79F23 /* RenderChildIterator.h in Headers */,
</span><span class="lines">@@ -27580,7 +27359,6 @@
</span><span class="cx">                                 A5071E851C56D0DC009951BE /* ResourceUsageData.h in Headers */,
</span><span class="cx">                                 ADBAD6EF1BCDD95700381325 /* ResourceUsageOverlay.h in Headers */,
</span><span class="cx">                                 A5071E871C56D0E1009951BE /* ResourceUsageThread.h in Headers */,
</span><del>-                                1A67BF501D4FE42300412AC7 /* DOMHTMLDListElementInternal.h in Headers */,
</del><span class="cx">                                 FD3160A512B026F700C1A359 /* Reverb.h in Headers */,
</span><span class="cx">                                 FD3160A712B026F700C1A359 /* ReverbAccumulationBuffer.h in Headers */,
</span><span class="cx">                                 FD3160A912B026F700C1A359 /* ReverbConvolver.h in Headers */,
</span><span class="lines">@@ -27646,7 +27424,6 @@
</span><span class="cx">                                 9BD0BF9312A42BF50072FD43 /* ScopedEventQueue.h in Headers */,
</span><span class="cx">                                 514129901C601ACC0059E714 /* ScopeGuard.h in Headers */,
</span><span class="cx">                                 BCEC01BE0C274DAC009F4EC9 /* Screen.h in Headers */,
</span><del>-                                1A67BF6C1D4FE42300412AC7 /* DOMHTMLOListElementInternal.h in Headers */,
</del><span class="cx">                                 A84D82C111D3474800972990 /* ScriptableDocumentParser.h in Headers */,
</span><span class="cx">                                 41F1D21F0EF35C2A00DA8753 /* ScriptCachedFrameData.h in Headers */,
</span><span class="cx">                                 93B70D7009EB0C7C009D8468 /* ScriptController.h in Headers */,
</span><span class="lines">@@ -27683,7 +27460,6 @@
</span><span class="cx">                                 0FEA3E7B191B2FC5000F1B55 /* ScrollingStateFrameScrollingNode.h in Headers */,
</span><span class="cx">                                 931CBD0D161A44E900E4C874 /* ScrollingStateNode.h in Headers */,
</span><span class="cx">                                 0FEA3E84191B31BF000F1B55 /* ScrollingStateOverflowScrollingNode.h in Headers */,
</span><del>-                                1A67BF4C1D4FE42300412AC7 /* DOMHTMLButtonElementInternal.h in Headers */,
</del><span class="cx">                                 931CBD0F161A44E900E4C874 /* ScrollingStateScrollingNode.h in Headers */,
</span><span class="cx">                                 0FB8890F167D30160010CDA5 /* ScrollingStateStickyNode.h in Headers */,
</span><span class="cx">                                 931CBD11161A44E900E4C874 /* ScrollingStateTree.h in Headers */,
</span><span class="lines">@@ -27696,7 +27472,6 @@
</span><span class="cx">                                 0FC4E410187F82E10045882C /* ScrollingTreeIOS.h in Headers */,
</span><span class="cx">                                 0FE5806419327A6200DE32EB /* ScrollingTreeMac.h in Headers */,
</span><span class="cx">                                 1AAADDE414DC8C8F00AF64B3 /* ScrollingTreeNode.h in Headers */,
</span><del>-                                1A67BF781D4FE42300412AC7 /* DOMHTMLPreElementInternal.h in Headers */,
</del><span class="cx">                                 0FEA3E80191B3169000F1B55 /* ScrollingTreeOverflowScrollingNode.h in Headers */,
</span><span class="cx">                                 9391A99D1629D70000297330 /* ScrollingTreeScrollingNode.h in Headers */,
</span><span class="cx">                                 0FB8890A167D2FA10010CDA5 /* ScrollingTreeStickyNode.h in Headers */,
</span><span class="lines">@@ -27725,7 +27500,6 @@
</span><span class="cx">                                 E44B4BB4141650D7002B1D8B /* SelectorChecker.h in Headers */,
</span><span class="cx">                                 432D3FE818A8658400D7DC03 /* SelectorCheckerTestFunctions.h in Headers */,
</span><span class="cx">                                 26B999971804D54200D01121 /* SelectorCompiler.h in Headers */,
</span><del>-                                1A67BF681D4FE42300412AC7 /* DOMHTMLModElementInternal.h in Headers */,
</del><span class="cx">                                 415071581685067300C3C7B3 /* SelectorFilter.h in Headers */,
</span><span class="cx">                                 43107BE218CC19DE00CC18E8 /* SelectorPseudoTypeMap.h in Headers */,
</span><span class="cx">                                 E45322AC140CE267005A0F92 /* SelectorQuery.h in Headers */,
</span><span class="lines">@@ -27851,7 +27625,6 @@
</span><span class="cx">                                 9393E605151A9A1800066F06 /* StyleCachedImageSet.h in Headers */,
</span><span class="cx">                                 E401E0A41C3C0B8300F34D10 /* StyleChange.h in Headers */,
</span><span class="cx">                                 9DAC7C571AF2CB6400437C44 /* StyleContentAlignmentData.h in Headers */,
</span><del>-                                1A67BF531D4FE42300412AC7 /* DOMHTMLFieldSetElementInternal.h in Headers */,
</del><span class="cx">                                 BC779E171BB227CA00CAA8BF /* StyleCustomPropertyData.h in Headers */,
</span><span class="cx">                                 BC5EB67F0E81D4A700B25965 /* StyleDashboardRegion.h in Headers */,
</span><span class="cx">                                 A8C4A7FD09D563270003AC8D /* StyledElement.h in Headers */,
</span><span class="lines">@@ -28016,7 +27789,6 @@
</span><span class="cx">                                 0854B0211255E4E600B9CDD0 /* SVGInlineTextBox.h in Headers */,
</span><span class="cx">                                 B2227A300D00BF220071B782 /* SVGLangSpace.h in Headers */,
</span><span class="cx">                                 1A67BF511D4FE42300412AC7 /* DOMHTMLDocumentInternal.h in Headers */,
</span><del>-                                1A67BF671D4FE42300412AC7 /* DOMHTMLMetaElementInternal.h in Headers */,
</del><span class="cx">                                 B2227A330D00BF220071B782 /* SVGLength.h in Headers */,
</span><span class="cx">                                 7134496E146941B300720312 /* SVGLengthContext.h in Headers */,
</span><span class="cx">                                 B2227A360D00BF220071B782 /* SVGLengthList.h in Headers */,
</span><span class="lines">@@ -28038,7 +27810,6 @@
</span><span class="cx">                                 B2227A570D00BF220071B782 /* SVGParserUtilities.h in Headers */,
</span><span class="cx">                                 2D3A0E3613A7D76100E85AF0 /* SVGParsingError.h in Headers */,
</span><span class="cx">                                 84C6784D1214814700A92902 /* SVGPathBlender.h in Headers */,
</span><del>-                                1A67BF661D4FE42300412AC7 /* DOMHTMLMenuElementInternal.h in Headers */,
</del><span class="cx">                                 8476C9EB11DF6A2900555B02 /* SVGPathBuilder.h in Headers */,
</span><span class="cx">                                 8419D2A7120D92D000141F8F /* SVGPathByteStream.h in Headers */,
</span><span class="cx">                                 8419D2A9120D92D000141F8F /* SVGPathByteStreamBuilder.h in Headers */,
</span><span class="lines">@@ -28082,7 +27853,6 @@
</span><span class="cx">                                 8419D2BA120E0C7600141F8F /* SVGPathStringBuilder.h in Headers */,
</span><span class="cx">                                 84300BD6120C9AAC0021954A /* SVGPathStringSource.h in Headers */,
</span><span class="cx">                                 84C5B2FB1216DC810088B53A /* SVGPathTraversalStateBuilder.h in Headers */,
</span><del>-                                1A67BF951D4FE42400412AC7 /* DOMHTMLVideoElementInternal.h in Headers */,
</del><span class="cx">                                 71A57DF2154BE25C0009D120 /* SVGPathUtilities.h in Headers */,
</span><span class="cx">                                 B2227A880D00BF220071B782 /* SVGPatternElement.h in Headers */,
</span><span class="cx">                                 B2227A8C0D00BF220071B782 /* SVGPointList.h in Headers */,
</span><span class="lines">@@ -28165,7 +27935,6 @@
</span><span class="cx">                                 C65046A9167BFB5500CC2A4D /* TemplateContentDocumentFragment.h in Headers */,
</span><span class="cx">                                 26E944DD1AC4B4EA007B85B5 /* Term.h in Headers */,
</span><span class="cx">                                 6550B6A6099DF0270090D781 /* Text.h in Headers */,
</span><del>-                                1A67BF911D4FE42400412AC7 /* DOMHTMLTitleElementInternal.h in Headers */,
</del><span class="cx">                                 93309E17099E64920056E581 /* TextAffinity.h in Headers */,
</span><span class="cx">                                 CE7B2DB51586ABAD0098B3FA /* TextAlternativeWithRange.h in Headers */,
</span><span class="cx">                                 0F54DCE61881051D003EEDBB /* TextAutoSizing.h in Headers */,
</span><span class="lines">@@ -28204,7 +27973,6 @@
</span><span class="cx">                                 BCEF45E90E687767001C1287 /* TextMetrics.h in Headers */,
</span><span class="cx">                                 E4D988B417BFD1F60084FB88 /* TextNodeTraversal.h in Headers */,
</span><span class="cx">                                 1C18DA59181AF6A500C4EF22 /* TextPainter.h in Headers */,
</span><del>-                                1A67BF561D4FE42300412AC7 /* DOMHTMLFrameElementInternal.h in Headers */,
</del><span class="cx">                                 E4C91A0E1802343100A17F6D /* TextPaintStyle.h in Headers */,
</span><span class="cx">                                 93F198F608245E59001E9ABC /* TextResourceDecoder.h in Headers */,
</span><span class="cx">                                 A824B4650E2EF2EA0081A7B7 /* TextRun.h in Headers */,
</span><span class="lines">@@ -28216,7 +27984,6 @@
</span><span class="cx">                                 9759E94614EF1CF80026A2DD /* TextTrackCueList.h in Headers */,
</span><span class="cx">                                 076970871463AD8700F502CF /* TextTrackList.h in Headers */,
</span><span class="cx">                                 B1AD4E7413A12A4600846B27 /* TextTrackLoader.h in Headers */,
</span><del>-                                1A67BF451D4FE42200412AC7 /* DOMHTMLAnchorElementInternal.h in Headers */,
</del><span class="cx">                                 CD8B5A49180E138B008B8E65 /* TextTrackMediaSource.h in Headers */,
</span><span class="cx">                                 29FAF4B6195AB08900A522DC /* TextUndoInsertionMarkupMac.h in Headers */,
</span><span class="cx">                                 498770F11242C535002226BA /* Texture.h in Headers */,
</span><span class="lines">@@ -28228,7 +27995,6 @@
</span><span class="cx">                                 BCE659A90EA927B9007E4533 /* ThemeTypes.h in Headers */,
</span><span class="cx">                                 976D6C95122B8A3D001FD1F7 /* ThreadableBlobRegistry.h in Headers */,
</span><span class="cx">                                 0B90561B0F2578BF0095FF6A /* ThreadableLoader.h in Headers */,
</span><del>-                                1A67BF651D4FE42300412AC7 /* DOMHTMLMediaElementInternal.h in Headers */,
</del><span class="cx">                                 0B90561C0F2578BF0095FF6A /* ThreadableLoaderClient.h in Headers */,
</span><span class="cx">                                 1A7E3C291710997300367935 /* ThreadableLoaderClientWrapper.h in Headers */,
</span><span class="cx">                                 97AABD1714FA09D5007457AE /* ThreadableWebSocketChannel.h in Headers */,
</span><span class="lines">@@ -28284,7 +28050,6 @@
</span><span class="cx">                                 9B2D8A7914997CCF00ECEF3E /* UndoStep.h in Headers */,
</span><span class="cx">                                 A863E2011343412000274926 /* UnicodeBidi.h in Headers */,
</span><span class="cx">                                 518864E11BBAF57400E540C9 /* UniqueIDBDatabase.h in Headers */,
</span><del>-                                1A67BF641D4FE42300412AC7 /* DOMHTMLMarqueeElementInternal.h in Headers */,
</del><span class="cx">                                 1A67BF5D1D4FE42300412AC7 /* DOMHTMLImageElementInternal.h in Headers */,
</span><span class="cx">                                 5198F7A51BBDB79300E2CC5F /* UniqueIDBDatabaseConnection.h in Headers */,
</span><span class="cx">                                 5198F7A91BBDD38500E2CC5F /* UniqueIDBDatabaseTransaction.h in Headers */,
</span><span class="lines">@@ -28321,7 +28086,6 @@
</span><span class="cx">                                 BC8BF151105813BF00A40A07 /* UserStyleSheet.h in Headers */,
</span><span class="cx">                                 BC8BF15A1058141800A40A07 /* UserStyleSheetTypes.h in Headers */,
</span><span class="cx">                                 BCDF317C11F8D683003C5BF8 /* UserTypingGestureIndicator.h in Headers */,
</span><del>-                                1A67BF4B1D4FE42300412AC7 /* DOMHTMLBRElementInternal.h in Headers */,
</del><span class="cx">                                 1FAFBF1915A5FA7400083A20 /* UTIUtilities.h in Headers */,
</span><span class="cx">                                 2E3BBF081162DA1100B9409A /* UUID.h in Headers */,
</span><span class="cx">                                 F5A154281279534D00D0B0C0 /* ValidationMessage.h in Headers */,
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMBlobmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMBlob.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMBlob.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMBlob.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -65,11 +65,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::Blob* core(DOMBlob *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::Blob*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMBlob *kit(WebCore::Blob* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMBlobInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMBlobInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMBlobInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMBlobInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class Blob;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::Blob* core(DOMBlob *);
</del><span class="cx"> WEBCORE_EXPORT DOMBlob *kit(WebCore::Blob*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCDATASectionmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCDATASection.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCDATASection.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCDATASection.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -40,11 +40,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::CDATASection* core(DOMCDATASection *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CDATASection*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMCDATASection *kit(WebCore::CDATASection* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCDATASectionInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCDATASectionInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCDATASectionInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCDATASectionInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class CDATASection;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::CDATASection* core(DOMCDATASection *);
</del><span class="cx"> WEBCORE_EXPORT DOMCDATASection *kit(WebCore::CDATASection*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSCharsetRulemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSCharsetRule.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSCharsetRule.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSCharsetRule.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMCSSCharsetRuleInternal.h&quot;
</del><ins>+#import &quot;DOMCSSCharsetRule.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;CSSCharsetRule.h&quot;
</span><span class="cx"> #import &quot;DOMCSSRuleInternal.h&quot;
</span><span class="lines">@@ -47,14 +47,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::CSSCharsetRule* core(DOMCSSCharsetRule *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSCharsetRule*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMCSSCharsetRule *kit(WebCore::CSSCharsetRule* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMCSSCharsetRule*&gt;(kit(static_cast&lt;WebCore::CSSRule*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSCharsetRuleInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMCSSCharsetRuleInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSCharsetRuleInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSCharsetRuleInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMCSSCharsetRule.h&gt;
-
-namespace WebCore {
-class CSSCharsetRule;
-}
-
-WEBCORE_EXPORT WebCore::CSSCharsetRule* core(DOMCSSCharsetRule *);
-WEBCORE_EXPORT DOMCSSCharsetRule *kit(WebCore::CSSCharsetRule*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSFontFaceRulemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSFontFaceRule.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSFontFaceRule.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSFontFaceRule.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMCSSFontFaceRuleInternal.h&quot;
</del><ins>+#import &quot;DOMCSSFontFaceRule.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;CSSFontFaceRule.h&quot;
</span><span class="cx"> #import &quot;CSSStyleDeclaration.h&quot;
</span><span class="lines">@@ -49,14 +49,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::CSSFontFaceRule* core(DOMCSSFontFaceRule *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSFontFaceRule*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMCSSFontFaceRule *kit(WebCore::CSSFontFaceRule* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMCSSFontFaceRule*&gt;(kit(static_cast&lt;WebCore::CSSRule*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSFontFaceRuleInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMCSSFontFaceRuleInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSFontFaceRuleInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSFontFaceRuleInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMCSSFontFaceRule.h&gt;
-
-namespace WebCore {
-class CSSFontFaceRule;
-}
-
-WEBCORE_EXPORT WebCore::CSSFontFaceRule* core(DOMCSSFontFaceRule *);
-WEBCORE_EXPORT DOMCSSFontFaceRule *kit(WebCore::CSSFontFaceRule*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSImportRulemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSImportRule.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSImportRule.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSImportRule.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMCSSImportRuleInternal.h&quot;
</del><ins>+#import &quot;DOMCSSImportRule.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;CSSImportRule.h&quot;
</span><span class="cx"> #import &quot;CSSStyleSheet.h&quot;
</span><span class="lines">@@ -63,14 +63,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::CSSImportRule* core(DOMCSSImportRule *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSImportRule*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMCSSImportRule *kit(WebCore::CSSImportRule* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMCSSImportRule*&gt;(kit(static_cast&lt;WebCore::CSSRule*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSImportRuleInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMCSSImportRuleInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSImportRuleInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSImportRuleInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMCSSImportRule.h&gt;
-
-namespace WebCore {
-class CSSImportRule;
-}
-
-WEBCORE_EXPORT WebCore::CSSImportRule* core(DOMCSSImportRule *);
-WEBCORE_EXPORT DOMCSSImportRule *kit(WebCore::CSSImportRule*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSMediaRulemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSMediaRule.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSMediaRule.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSMediaRule.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMCSSMediaRuleInternal.h&quot;
</del><ins>+#import &quot;DOMCSSMediaRule.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;CSSMediaRule.h&quot;
</span><span class="cx"> #import &quot;CSSRuleList.h&quot;
</span><span class="lines">@@ -83,14 +83,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::CSSMediaRule* core(DOMCSSMediaRule *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSMediaRule*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMCSSMediaRule *kit(WebCore::CSSMediaRule* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMCSSMediaRule*&gt;(kit(static_cast&lt;WebCore::CSSRule*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSMediaRuleInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMCSSMediaRuleInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSMediaRuleInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSMediaRuleInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMCSSMediaRule.h&gt;
-
-namespace WebCore {
-class CSSMediaRule;
-}
-
-WEBCORE_EXPORT WebCore::CSSMediaRule* core(DOMCSSMediaRule *);
-WEBCORE_EXPORT DOMCSSMediaRule *kit(WebCore::CSSMediaRule*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSPageRulemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSPageRule.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSPageRule.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSPageRule.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMCSSPageRuleInternal.h&quot;
</del><ins>+#import &quot;DOMCSSPageRule.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;CSSPageRule.h&quot;
</span><span class="cx"> #import &quot;CSSStyleDeclaration.h&quot;
</span><span class="lines">@@ -62,14 +62,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::CSSPageRule* core(DOMCSSPageRule *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSPageRule*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMCSSPageRule *kit(WebCore::CSSPageRule* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMCSSPageRule*&gt;(kit(static_cast&lt;WebCore::CSSRule*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSPageRuleInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMCSSPageRuleInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSPageRuleInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSPageRuleInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMCSSPageRule.h&gt;
-
-namespace WebCore {
-class CSSPageRule;
-}
-
-WEBCORE_EXPORT WebCore::CSSPageRule* core(DOMCSSPageRule *);
-WEBCORE_EXPORT DOMCSSPageRule *kit(WebCore::CSSPageRule*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSPrimitiveValuemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSPrimitiveValue.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSPrimitiveValue.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSPrimitiveValue.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -131,11 +131,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::CSSPrimitiveValue* core(DOMCSSPrimitiveValue *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSPrimitiveValue*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMCSSPrimitiveValue *kit(WebCore::CSSPrimitiveValue* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSPrimitiveValueInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSPrimitiveValueInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSPrimitiveValueInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSPrimitiveValueInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class CSSPrimitiveValue;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::CSSPrimitiveValue* core(DOMCSSPrimitiveValue *);
</del><span class="cx"> WEBCORE_EXPORT DOMCSSPrimitiveValue *kit(WebCore::CSSPrimitiveValue*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSRulemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSRule.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSRule.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSRule.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -88,11 +88,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::CSSRule* core(DOMCSSRule *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSRule*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMCSSRule *kit(WebCore::CSSRule* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSRuleInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSRuleInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSRuleInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSRuleInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,6 +29,5 @@
</span><span class="cx"> class CSSRule;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::CSSRule* core(DOMCSSRule *);
</del><span class="cx"> WEBCORE_EXPORT DOMCSSRule *kit(WebCore::CSSRule*);
</span><span class="cx"> Class kitClass(WebCore::CSSRule*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSRuleListmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSRuleList.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSRuleList.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSRuleList.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -67,11 +67,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::CSSRuleList* core(DOMCSSRuleList *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSRuleList*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMCSSRuleList *kit(WebCore::CSSRuleList* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSRuleListInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSRuleListInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSRuleListInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSRuleListInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class CSSRuleList;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::CSSRuleList* core(DOMCSSRuleList *);
</del><span class="cx"> WEBCORE_EXPORT DOMCSSRuleList *kit(WebCore::CSSRuleList*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSStyleRulemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSStyleRule.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSStyleRule.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSStyleRule.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMCSSStyleRuleInternal.h&quot;
</del><ins>+#import &quot;DOMCSSStyleRule.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;CSSStyleDeclaration.h&quot;
</span><span class="cx"> #import &quot;CSSStyleRule.h&quot;
</span><span class="lines">@@ -62,14 +62,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::CSSStyleRule* core(DOMCSSStyleRule *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSStyleRule*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMCSSStyleRule *kit(WebCore::CSSStyleRule* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMCSSStyleRule*&gt;(kit(static_cast&lt;WebCore::CSSRule*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSStyleRuleInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMCSSStyleRuleInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSStyleRuleInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSStyleRuleInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMCSSStyleRule.h&gt;
-
-namespace WebCore {
-class CSSStyleRule;
-}
-
-WEBCORE_EXPORT WebCore::CSSStyleRule* core(DOMCSSStyleRule *);
-WEBCORE_EXPORT DOMCSSStyleRule *kit(WebCore::CSSStyleRule*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSStyleSheetmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSStyleSheet.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSStyleSheet.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSStyleSheet.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -108,11 +108,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::CSSStyleSheet* core(DOMCSSStyleSheet *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSStyleSheet*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMCSSStyleSheet *kit(WebCore::CSSStyleSheet* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSStyleSheetInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSStyleSheetInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSStyleSheetInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSStyleSheetInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class CSSStyleSheet;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::CSSStyleSheet* core(DOMCSSStyleSheet *);
</del><span class="cx"> WEBCORE_EXPORT DOMCSSStyleSheet *kit(WebCore::CSSStyleSheet*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSUnknownRulemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSUnknownRule.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSUnknownRule.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSUnknownRule.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMCSSUnknownRuleInternal.h&quot;
</del><ins>+#import &quot;DOMCSSUnknownRule.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;CSSUnknownRule.h&quot;
</span><span class="cx"> #import &quot;DOMCSSRuleInternal.h&quot;
</span><span class="lines">@@ -40,14 +40,3 @@
</span><span class="cx"> @implementation DOMCSSUnknownRule
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::CSSUnknownRule* core(DOMCSSUnknownRule *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSUnknownRule*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMCSSUnknownRule *kit(WebCore::CSSUnknownRule* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMCSSUnknownRule*&gt;(kit(static_cast&lt;WebCore::CSSRule*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSUnknownRuleInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMCSSUnknownRuleInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSUnknownRuleInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSUnknownRuleInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMCSSUnknownRule.h&gt;
-
-namespace WebCore {
-class CSSUnknownRule;
-}
-
-WEBCORE_EXPORT WebCore::CSSUnknownRule* core(DOMCSSUnknownRule *);
-WEBCORE_EXPORT DOMCSSUnknownRule *kit(WebCore::CSSUnknownRule*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSValuemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSValue.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSValue.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSValue.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -73,11 +73,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::CSSValue* core(DOMCSSValue *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSValue*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMCSSValue *kit(WebCore::CSSValue* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSValueInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSValueInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSValueInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSValueInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,6 +29,5 @@
</span><span class="cx"> class CSSValue;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::CSSValue* core(DOMCSSValue *);
</del><span class="cx"> WEBCORE_EXPORT DOMCSSValue *kit(WebCore::CSSValue*);
</span><span class="cx"> Class kitClass(WebCore::CSSValue*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSValueListmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCSSValueList.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSValueList.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSValueList.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMCSSValueListInternal.h&quot;
</del><ins>+#import &quot;DOMCSSValueList.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;CSSValue.h&quot;
</span><span class="cx"> #import &quot;CSSValueList.h&quot;
</span><span class="lines">@@ -53,14 +53,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::CSSValueList* core(DOMCSSValueList *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CSSValueList*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMCSSValueList *kit(WebCore::CSSValueList* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMCSSValueList*&gt;(kit(static_cast&lt;WebCore::CSSValue*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCSSValueListInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMCSSValueListInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCSSValueListInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCSSValueListInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMCSSValueList.h&gt;
-
-namespace WebCore {
-class CSSValueList;
-}
-
-WEBCORE_EXPORT WebCore::CSSValueList* core(DOMCSSValueList *);
-WEBCORE_EXPORT DOMCSSValueList *kit(WebCore::CSSValueList*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCharacterDatamm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCharacterData.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCharacterData.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCharacterData.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMCharacterDataInternal.h&quot;
</del><ins>+#import &quot;DOMCharacterData.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;CharacterData.h&quot;
</span><span class="cx"> #import &quot;DOMElementInternal.h&quot;
</span><span class="lines">@@ -152,14 +152,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::CharacterData* core(DOMCharacterData *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::CharacterData*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMCharacterData *kit(WebCore::CharacterData* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMCharacterData*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCharacterDataInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMCharacterDataInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCharacterDataInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCharacterDataInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMCharacterData.h&gt;
-
-namespace WebCore {
-class CharacterData;
-}
-
-WEBCORE_EXPORT WebCore::CharacterData* core(DOMCharacterData *);
-WEBCORE_EXPORT DOMCharacterData *kit(WebCore::CharacterData*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCommentmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMComment.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMComment.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMComment.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -40,11 +40,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::Comment* core(DOMComment *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::Comment*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMComment *kit(WebCore::Comment* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCommentInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCommentInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCommentInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCommentInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class Comment;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::Comment* core(DOMComment *);
</del><span class="cx"> WEBCORE_EXPORT DOMComment *kit(WebCore::Comment*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCountermm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCounter.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCounter.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCounter.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -71,11 +71,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::Counter* core(DOMCounter *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::Counter*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMCounter *kit(WebCore::Counter* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMCounterInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMCounterInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMCounterInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMCounterInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class Counter;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::Counter* core(DOMCounter *);
</del><span class="cx"> WEBCORE_EXPORT DOMCounter *kit(WebCore::Counter*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMDOMImplementationmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMDOMImplementation.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMDOMImplementation.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMDOMImplementation.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -133,11 +133,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::DOMImplementation* core(DOMImplementation *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::DOMImplementation*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMImplementation *kit(WebCore::DOMImplementation* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMDOMImplementationInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMDOMImplementationInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMDOMImplementationInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMDOMImplementationInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class DOMImplementation;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::DOMImplementation* core(DOMImplementation *);
</del><span class="cx"> WEBCORE_EXPORT DOMImplementation *kit(WebCore::DOMImplementation*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMDOMTokenListmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMDOMTokenList.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMDOMTokenList.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMDOMTokenList.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -93,10 +93,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::DOMTokenList* core(DOMDOMTokenList *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::DOMTokenList*&gt;(wrapper-&gt;_internal) : 0;
-}
</del><span class="cx"> 
</span><span class="cx"> DOMDOMTokenList *kit(WebCore::DOMTokenList* value)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMDOMTokenListInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMDOMTokenListInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMDOMTokenListInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMDOMTokenListInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,5 +30,4 @@
</span><span class="cx"> class DOMTokenList;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::DOMTokenList* core(DOMDOMTokenList *);
</del><span class="cx"> WEBCORE_EXPORT DOMDOMTokenList *kit(WebCore::DOMTokenList*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMEntitymm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMEntity.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMEntity.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMEntity.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMEntityInternal.h&quot;
</del><ins>+#import &quot;DOMEntity.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;Entity.h&quot;
</span><span class="lines">@@ -58,14 +58,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::Entity* core(DOMEntity *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::Entity*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMEntity *kit(WebCore::Entity* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMEntity*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMEntityInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMEntityInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMEntityInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMEntityInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMEntity.h&gt;
-
-namespace WebCore {
-class Entity;
-}
-
-WEBCORE_EXPORT WebCore::Entity* core(DOMEntity *);
-WEBCORE_EXPORT DOMEntity *kit(WebCore::Entity*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMEntityReferencemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMEntityReference.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMEntityReference.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMEntityReference.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -40,11 +40,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::EntityReference* core(DOMEntityReference *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::EntityReference*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMEntityReference *kit(WebCore::EntityReference* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMEntityReferenceInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMEntityReferenceInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMEntityReferenceInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMEntityReferenceInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class EntityReference;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::EntityReference* core(DOMEntityReference *);
</del><span class="cx"> WEBCORE_EXPORT DOMEntityReference *kit(WebCore::EntityReference*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMFilemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMFile.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMFile.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMFile.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -54,11 +54,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::File* core(DOMFile *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::File*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMFile *kit(WebCore::File* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMFileInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMFileInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMFileInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMFileInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class File;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::File* core(DOMFile *);
</del><span class="cx"> WEBCORE_EXPORT DOMFile *kit(WebCore::File*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLAnchorElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLAnchorElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLAnchorElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLAnchorElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLAnchorElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLAnchorElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMDOMTokenListInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="lines">@@ -268,14 +268,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLAnchorElement* core(DOMHTMLAnchorElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLAnchorElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLAnchorElement *kit(WebCore::HTMLAnchorElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLAnchorElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLAnchorElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLAnchorElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLAnchorElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLAnchorElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLAnchorElement.h&gt;
-
-namespace WebCore {
-class HTMLAnchorElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLAnchorElement* core(DOMHTMLAnchorElement *);
-WEBCORE_EXPORT DOMHTMLAnchorElement *kit(WebCore::HTMLAnchorElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLAppletElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLAppletElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLAppletElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLAppletElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,11 +24,8 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMInternal.h&quot;
-
</del><span class="cx"> #import &quot;DOMHTMLAppletElement.h&quot;
</span><span class="cx"> 
</span><del>-#import &quot;DOMHTMLAppletElementInternal.h&quot;
</del><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="cx"> #import &quot;HTMLAppletElement.h&quot;
</span><span class="lines">@@ -176,14 +173,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLAppletElement* core(DOMHTMLAppletElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLAppletElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLAppletElement *kit(WebCore::HTMLAppletElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLAppletElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLAppletElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLAppletElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLAppletElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLAppletElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLAppletElement.h&gt;
-
-namespace WebCore {
-class HTMLAppletElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLAppletElement* core(DOMHTMLAppletElement *);
-WEBCORE_EXPORT DOMHTMLAppletElement *kit(WebCore::HTMLAppletElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLAreaElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLAreaElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLAreaElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLAreaElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -217,9 +217,3 @@
</span><span class="cx"> {
</span><span class="cx">     return wrapper ? reinterpret_cast&lt;WebCore::HTMLAreaElement*&gt;(wrapper-&gt;_internal) : 0;
</span><span class="cx"> }
</span><del>-
-DOMHTMLAreaElement *kit(WebCore::HTMLAreaElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLAreaElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLAreaElementInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLAreaElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLAreaElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLAreaElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,4 +30,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WEBCORE_EXPORT WebCore::HTMLAreaElement* core(DOMHTMLAreaElement *);
</span><del>-WEBCORE_EXPORT DOMHTMLAreaElement *kit(WebCore::HTMLAreaElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLBRElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLBRElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLBRElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLBRElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLBRElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLBRElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -53,14 +53,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLBRElement* core(DOMHTMLBRElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLBRElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLBRElement *kit(WebCore::HTMLBRElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLBRElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLBRElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLBRElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLBRElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLBRElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLBRElement.h&gt;
-
-namespace WebCore {
-class HTMLBRElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLBRElement* core(DOMHTMLBRElement *);
-WEBCORE_EXPORT DOMHTMLBRElement *kit(WebCore::HTMLBRElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLBaseElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLBaseElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLBaseElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLBaseElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLBaseElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLBaseElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -65,14 +65,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLBaseElement* core(DOMHTMLBaseElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLBaseElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLBaseElement *kit(WebCore::HTMLBaseElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLBaseElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLBaseElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLBaseElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLBaseElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLBaseElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLBaseElement.h&gt;
-
-namespace WebCore {
-class HTMLBaseElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLBaseElement* core(DOMHTMLBaseElement *);
-WEBCORE_EXPORT DOMHTMLBaseElement *kit(WebCore::HTMLBaseElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLBaseFontElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLBaseFontElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLBaseFontElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLBaseFontElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLBaseFontElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLBaseFontElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -77,14 +77,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLBaseFontElement* core(DOMHTMLBaseFontElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLBaseFontElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLBaseFontElement *kit(WebCore::HTMLBaseFontElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLBaseFontElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLBaseFontElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLBaseFontElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLBaseFontElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLBaseFontElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLBaseFontElement.h&gt;
-
-namespace WebCore {
-class HTMLBaseFontElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLBaseFontElement* core(DOMHTMLBaseFontElement *);
-WEBCORE_EXPORT DOMHTMLBaseFontElement *kit(WebCore::HTMLBaseFontElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLBodyElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLBodyElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLBodyElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLBodyElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLBodyElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLBodyElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -113,14 +113,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLBodyElement* core(DOMHTMLBodyElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLBodyElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLBodyElement *kit(WebCore::HTMLBodyElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLBodyElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLBodyElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLBodyElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLBodyElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLBodyElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLBodyElement.h&gt;
-
-namespace WebCore {
-class HTMLBodyElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLBodyElement* core(DOMHTMLBodyElement *);
-WEBCORE_EXPORT DOMHTMLBodyElement *kit(WebCore::HTMLBodyElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLButtonElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLButtonElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLButtonElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLButtonElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLButtonElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLButtonElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMHTMLFormElementInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="lines">@@ -136,14 +136,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLButtonElement* core(DOMHTMLButtonElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLButtonElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLButtonElement *kit(WebCore::HTMLButtonElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLButtonElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLButtonElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLButtonElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLButtonElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLButtonElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLButtonElement.h&gt;
-
-namespace WebCore {
-class HTMLButtonElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLButtonElement* core(DOMHTMLButtonElement *);
-WEBCORE_EXPORT DOMHTMLButtonElement *kit(WebCore::HTMLButtonElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLCanvasElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLCanvasElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLCanvasElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLCanvasElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLCanvasElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLCanvasElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -73,14 +73,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLCanvasElement* core(DOMHTMLCanvasElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLCanvasElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLCanvasElement *kit(WebCore::HTMLCanvasElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLCanvasElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLCanvasElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLCanvasElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLCanvasElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLCanvasElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLCanvasElement.h&gt;
-
-namespace WebCore {
-class HTMLCanvasElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLCanvasElement* core(DOMHTMLCanvasElement *);
-WEBCORE_EXPORT DOMHTMLCanvasElement *kit(WebCore::HTMLCanvasElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLCollectionmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLCollection.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLCollection.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLCollection.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -81,11 +81,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::HTMLCollection* core(DOMHTMLCollection *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLCollection*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMHTMLCollection *kit(WebCore::HTMLCollection* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLCollectionInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLCollectionInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLCollectionInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLCollectionInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,6 +29,5 @@
</span><span class="cx"> class HTMLCollection;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::HTMLCollection* core(DOMHTMLCollection *);
</del><span class="cx"> WEBCORE_EXPORT DOMHTMLCollection *kit(WebCore::HTMLCollection*);
</span><span class="cx"> Class kitClass(WebCore::HTMLCollection*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLDListElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLDListElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLDListElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLDListElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLDListElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLDListElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -52,14 +52,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLDListElement* core(DOMHTMLDListElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLDListElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLDListElement *kit(WebCore::HTMLDListElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLDListElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLDListElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLDListElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLDListElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLDListElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLDListElement.h&gt;
-
-namespace WebCore {
-class HTMLDListElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLDListElement* core(DOMHTMLDListElement *);
-WEBCORE_EXPORT DOMHTMLDListElement *kit(WebCore::HTMLDListElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLDirectoryElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLDirectoryElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLDirectoryElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLDirectoryElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLDirectoryElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLDirectoryElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -52,14 +52,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLDirectoryElement* core(DOMHTMLDirectoryElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLDirectoryElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLDirectoryElement *kit(WebCore::HTMLDirectoryElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLDirectoryElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLDirectoryElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLDirectoryElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLDirectoryElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLDirectoryElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLDirectoryElement.h&gt;
-
-namespace WebCore {
-class HTMLDirectoryElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLDirectoryElement* core(DOMHTMLDirectoryElement *);
-WEBCORE_EXPORT DOMHTMLDirectoryElement *kit(WebCore::HTMLDirectoryElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLDivElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLDivElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLDivElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLDivElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLDivElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLDivElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -53,14 +53,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLDivElement* core(DOMHTMLDivElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLDivElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLDivElement *kit(WebCore::HTMLDivElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLDivElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLDivElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLDivElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLDivElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLDivElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLDivElement.h&gt;
-
-namespace WebCore {
-class HTMLDivElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLDivElement* core(DOMHTMLDivElement *);
-WEBCORE_EXPORT DOMHTMLDivElement *kit(WebCore::HTMLDivElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLEmbedElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLEmbedElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLEmbedElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLEmbedElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLEmbedElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLEmbedElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -113,14 +113,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLEmbedElement* core(DOMHTMLEmbedElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLEmbedElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLEmbedElement *kit(WebCore::HTMLEmbedElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLEmbedElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLEmbedElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLEmbedElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLEmbedElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLEmbedElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLEmbedElement.h&gt;
-
-namespace WebCore {
-class HTMLEmbedElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLEmbedElement* core(DOMHTMLEmbedElement *);
-WEBCORE_EXPORT DOMHTMLEmbedElement *kit(WebCore::HTMLEmbedElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLFieldSetElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLFieldSetElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLFieldSetElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLFieldSetElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLFieldSetElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLFieldSetElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMHTMLCollectionInternal.h&quot;
</span><span class="cx"> #import &quot;DOMHTMLFormElementInternal.h&quot;
</span><span class="lines">@@ -53,14 +53,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLFieldSetElement* core(DOMHTMLFieldSetElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLFieldSetElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLFieldSetElement *kit(WebCore::HTMLFieldSetElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLFieldSetElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLFieldSetElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLFieldSetElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLFieldSetElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLFieldSetElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLFieldSetElement.h&gt;
-
-namespace WebCore {
-class HTMLFieldSetElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLFieldSetElement* core(DOMHTMLFieldSetElement *);
-WEBCORE_EXPORT DOMHTMLFieldSetElement *kit(WebCore::HTMLFieldSetElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLFontElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLFontElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLFontElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLFontElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLFontElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLFontElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -77,14 +77,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLFontElement* core(DOMHTMLFontElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLFontElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLFontElement *kit(WebCore::HTMLFontElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLFontElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLFontElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLFontElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLFontElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLFontElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLFontElement.h&gt;
-
-namespace WebCore {
-class HTMLFontElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLFontElement* core(DOMHTMLFontElement *);
-WEBCORE_EXPORT DOMHTMLFontElement *kit(WebCore::HTMLFontElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLFormElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLFormElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLFormElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLFormElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -220,11 +220,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::HTMLFormElement* core(DOMHTMLFormElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLFormElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMHTMLFormElement *kit(WebCore::HTMLFormElement* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLFormElementInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLFormElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLFormElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLFormElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class HTMLFormElement;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::HTMLFormElement* core(DOMHTMLFormElement *);
</del><span class="cx"> WEBCORE_EXPORT DOMHTMLFormElement *kit(WebCore::HTMLFormElement*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLFrameElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLFrameElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLFrameElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLFrameElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLFrameElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLFrameElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMAbstractViewInternal.h&quot;
</span><span class="cx"> #import &quot;DOMDocumentInternal.h&quot;
</span><span class="lines">@@ -177,14 +177,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLFrameElement* core(DOMHTMLFrameElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLFrameElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLFrameElement *kit(WebCore::HTMLFrameElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLFrameElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLFrameElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLFrameElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLFrameElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLFrameElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLFrameElement.h&gt;
-
-namespace WebCore {
-class HTMLFrameElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLFrameElement* core(DOMHTMLFrameElement *);
-WEBCORE_EXPORT DOMHTMLFrameElement *kit(WebCore::HTMLFrameElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLFrameSetElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLFrameSetElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLFrameSetElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLFrameSetElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLFrameSetElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLFrameSetElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -65,14 +65,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLFrameSetElement* core(DOMHTMLFrameSetElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLFrameSetElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLFrameSetElement *kit(WebCore::HTMLFrameSetElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLFrameSetElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLFrameSetElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLFrameSetElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLFrameSetElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLFrameSetElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLFrameSetElement.h&gt;
-
-namespace WebCore {
-class HTMLFrameSetElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLFrameSetElement* core(DOMHTMLFrameSetElement *);
-WEBCORE_EXPORT DOMHTMLFrameSetElement *kit(WebCore::HTMLFrameSetElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLHRElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLHRElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLHRElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLHRElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLHRElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLHRElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -89,14 +89,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLHRElement* core(DOMHTMLHRElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLHRElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLHRElement *kit(WebCore::HTMLHRElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLHRElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLHRElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLHRElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLHRElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLHRElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLHRElement.h&gt;
-
-namespace WebCore {
-class HTMLHRElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLHRElement* core(DOMHTMLHRElement *);
-WEBCORE_EXPORT DOMHTMLHRElement *kit(WebCore::HTMLHRElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLHeadElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLHeadElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLHeadElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLHeadElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -54,11 +54,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::HTMLHeadElement* core(DOMHTMLHeadElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLHeadElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMHTMLHeadElement *kit(WebCore::HTMLHeadElement* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLHeadElementInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLHeadElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLHeadElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLHeadElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class HTMLHeadElement;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::HTMLHeadElement* core(DOMHTMLHeadElement *);
</del><span class="cx"> WEBCORE_EXPORT DOMHTMLHeadElement *kit(WebCore::HTMLHeadElement*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLHeadingElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLHeadingElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLHeadingElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLHeadingElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLHeadingElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLHeadingElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -53,14 +53,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLHeadingElement* core(DOMHTMLHeadingElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLHeadingElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLHeadingElement *kit(WebCore::HTMLHeadingElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLHeadingElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLHeadingElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLHeadingElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLHeadingElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLHeadingElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLHeadingElement.h&gt;
-
-namespace WebCore {
-class HTMLHeadingElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLHeadingElement* core(DOMHTMLHeadingElement *);
-WEBCORE_EXPORT DOMHTMLHeadingElement *kit(WebCore::HTMLHeadingElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLHtmlElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLHtmlElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLHtmlElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLHtmlElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLHtmlElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLHtmlElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -65,14 +65,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLHtmlElement* core(DOMHTMLHtmlElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLHtmlElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLHtmlElement *kit(WebCore::HTMLHtmlElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLHtmlElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLHtmlElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLHtmlElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLHtmlElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLHtmlElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLHtmlElement.h&gt;
-
-namespace WebCore {
-class HTMLHtmlElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLHtmlElement* core(DOMHTMLHtmlElement *);
-WEBCORE_EXPORT DOMHTMLHtmlElement *kit(WebCore::HTMLHtmlElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLIFrameElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLIFrameElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLIFrameElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLIFrameElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLIFrameElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLIFrameElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMAbstractViewInternal.h&quot;
</span><span class="cx"> #import &quot;DOMDocumentInternal.h&quot;
</span><span class="lines">@@ -201,14 +201,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLIFrameElement* core(DOMHTMLIFrameElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLIFrameElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLIFrameElement *kit(WebCore::HTMLIFrameElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLIFrameElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLIFrameElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLIFrameElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLIFrameElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLIFrameElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLIFrameElement.h&gt;
-
-namespace WebCore {
-class HTMLIFrameElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLIFrameElement* core(DOMHTMLIFrameElement *);
-WEBCORE_EXPORT DOMHTMLIFrameElement *kit(WebCore::HTMLIFrameElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLImageElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLImageElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLImageElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLImageElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -288,9 +288,3 @@
</span><span class="cx"> {
</span><span class="cx">     return wrapper ? reinterpret_cast&lt;WebCore::HTMLImageElement*&gt;(wrapper-&gt;_internal) : 0;
</span><span class="cx"> }
</span><del>-
-DOMHTMLImageElement *kit(WebCore::HTMLImageElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLImageElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLImageElementInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLImageElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLImageElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLImageElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,4 +30,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WEBCORE_EXPORT WebCore::HTMLImageElement* core(DOMHTMLImageElement *);
</span><del>-WEBCORE_EXPORT DOMHTMLImageElement *kit(WebCore::HTMLImageElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLLIElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLLIElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLLIElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLLIElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLLIElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLLIElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -65,14 +65,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLLIElement* core(DOMHTMLLIElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLLIElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLLIElement *kit(WebCore::HTMLLIElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLLIElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLLIElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLLIElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLLIElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLLIElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLLIElement.h&gt;
-
-namespace WebCore {
-class HTMLLIElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLLIElement* core(DOMHTMLLIElement *);
-WEBCORE_EXPORT DOMHTMLLIElement *kit(WebCore::HTMLLIElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLLabelElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLLabelElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLLabelElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLLabelElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLLabelElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLLabelElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMHTMLElementInternal.h&quot;
</span><span class="cx"> #import &quot;DOMHTMLFormElementInternal.h&quot;
</span><span class="lines">@@ -81,14 +81,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLLabelElement* core(DOMHTMLLabelElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLLabelElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLLabelElement *kit(WebCore::HTMLLabelElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLLabelElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLLabelElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLLabelElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLLabelElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLLabelElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLLabelElement.h&gt;
-
-namespace WebCore {
-class HTMLLabelElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLLabelElement* core(DOMHTMLLabelElement *);
-WEBCORE_EXPORT DOMHTMLLabelElement *kit(WebCore::HTMLLabelElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLLegendElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLLegendElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLLegendElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLLegendElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLLegendElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLLegendElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMHTMLFormElementInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="lines">@@ -73,14 +73,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLLegendElement* core(DOMHTMLLegendElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLLegendElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLLegendElement *kit(WebCore::HTMLLegendElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLLegendElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLLegendElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLLegendElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLLegendElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLLegendElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLLegendElement.h&gt;
-
-namespace WebCore {
-class HTMLLegendElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLLegendElement* core(DOMHTMLLegendElement *);
-WEBCORE_EXPORT DOMHTMLLegendElement *kit(WebCore::HTMLLegendElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLLinkElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLLinkElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLLinkElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLLinkElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -201,9 +201,3 @@
</span><span class="cx"> {
</span><span class="cx">     return wrapper ? reinterpret_cast&lt;WebCore::HTMLLinkElement*&gt;(wrapper-&gt;_internal) : 0;
</span><span class="cx"> }
</span><del>-
-DOMHTMLLinkElement *kit(WebCore::HTMLLinkElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLLinkElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLLinkElementInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLLinkElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLLinkElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLLinkElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,4 +30,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WEBCORE_EXPORT WebCore::HTMLLinkElement* core(DOMHTMLLinkElement *);
</span><del>-WEBCORE_EXPORT DOMHTMLLinkElement *kit(WebCore::HTMLLinkElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLMapElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLMapElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLMapElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLMapElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLMapElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLMapElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMHTMLCollectionInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="lines">@@ -61,14 +61,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLMapElement* core(DOMHTMLMapElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLMapElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLMapElement *kit(WebCore::HTMLMapElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLMapElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLMapElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLMapElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLMapElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLMapElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLMapElement.h&gt;
-
-namespace WebCore {
-class HTMLMapElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLMapElement* core(DOMHTMLMapElement *);
-WEBCORE_EXPORT DOMHTMLMapElement *kit(WebCore::HTMLMapElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLMarqueeElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLMarqueeElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLMarqueeElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLMarqueeElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLMarqueeElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLMarqueeElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -187,14 +187,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLMarqueeElement* core(DOMHTMLMarqueeElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLMarqueeElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLMarqueeElement *kit(WebCore::HTMLMarqueeElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLMarqueeElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLMarqueeElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLMarqueeElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLMarqueeElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLMarqueeElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLMarqueeElement.h&gt;
-
-namespace WebCore {
-class HTMLMarqueeElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLMarqueeElement* core(DOMHTMLMarqueeElement *);
-WEBCORE_EXPORT DOMHTMLMarqueeElement *kit(WebCore::HTMLMarqueeElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLMediaElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLMediaElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLMediaElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLMediaElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><del>-#import &quot;DOMHTMLMediaElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLMediaElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMMediaErrorInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="lines">@@ -341,15 +341,4 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::HTMLMediaElement* core(DOMHTMLMediaElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLMediaElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLMediaElement *kit(WebCore::HTMLMediaElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLMediaElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
-
</del><span class="cx"> #endif // ENABLE(VIDEO)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLMediaElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLMediaElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLMediaElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLMediaElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLMediaElement.h&gt;
-
-namespace WebCore {
-class HTMLMediaElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLMediaElement* core(DOMHTMLMediaElement *);
-WEBCORE_EXPORT DOMHTMLMediaElement *kit(WebCore::HTMLMediaElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLMenuElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLMenuElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLMenuElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLMenuElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLMenuElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLMenuElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -52,14 +52,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLMenuElement* core(DOMHTMLMenuElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLMenuElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLMenuElement *kit(WebCore::HTMLMenuElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLMenuElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLMenuElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLMenuElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLMenuElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLMenuElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLMenuElement.h&gt;
-
-namespace WebCore {
-class HTMLMenuElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLMenuElement* core(DOMHTMLMenuElement *);
-WEBCORE_EXPORT DOMHTMLMenuElement *kit(WebCore::HTMLMenuElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLMetaElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLMetaElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLMetaElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLMetaElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLMetaElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLMetaElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -89,14 +89,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLMetaElement* core(DOMHTMLMetaElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLMetaElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLMetaElement *kit(WebCore::HTMLMetaElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLMetaElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLMetaElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLMetaElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLMetaElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLMetaElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLMetaElement.h&gt;
-
-namespace WebCore {
-class HTMLMetaElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLMetaElement* core(DOMHTMLMetaElement *);
-WEBCORE_EXPORT DOMHTMLMetaElement *kit(WebCore::HTMLMetaElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLModElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLModElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLModElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLModElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLModElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLModElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -65,14 +65,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLModElement* core(DOMHTMLModElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLModElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLModElement *kit(WebCore::HTMLModElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLModElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLModElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLModElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLModElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLModElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLModElement.h&gt;
-
-namespace WebCore {
-class HTMLModElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLModElement* core(DOMHTMLModElement *);
-WEBCORE_EXPORT DOMHTMLModElement *kit(WebCore::HTMLModElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLOListElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLOListElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLOListElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLOListElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLOListElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLOListElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -89,14 +89,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLOListElement* core(DOMHTMLOListElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLOListElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLOListElement *kit(WebCore::HTMLOListElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLOListElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLOListElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLOListElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLOListElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLOListElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLOListElement.h&gt;
-
-namespace WebCore {
-class HTMLOListElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLOListElement* core(DOMHTMLOListElement *);
-WEBCORE_EXPORT DOMHTMLOListElement *kit(WebCore::HTMLOListElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLObjectElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLObjectElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLObjectElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLObjectElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLObjectElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLObjectElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMDocumentInternal.h&quot;
</span><span class="cx"> #import &quot;DOMHTMLFormElementInternal.h&quot;
</span><span class="lines">@@ -259,14 +259,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLObjectElement* core(DOMHTMLObjectElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLObjectElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLObjectElement *kit(WebCore::HTMLObjectElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLObjectElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLObjectElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLObjectElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLObjectElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLObjectElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLObjectElement.h&gt;
-
-namespace WebCore {
-class HTMLObjectElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLObjectElement* core(DOMHTMLObjectElement *);
-WEBCORE_EXPORT DOMHTMLObjectElement *kit(WebCore::HTMLObjectElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLOptGroupElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLOptGroupElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLOptGroupElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLOptGroupElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLOptGroupElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLOptGroupElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -65,14 +65,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLOptGroupElement* core(DOMHTMLOptGroupElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLOptGroupElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLOptGroupElement *kit(WebCore::HTMLOptGroupElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLOptGroupElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLOptGroupElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLOptGroupElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLOptGroupElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLOptGroupElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLOptGroupElement.h&gt;
-
-namespace WebCore {
-class HTMLOptGroupElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLOptGroupElement* core(DOMHTMLOptGroupElement *);
-WEBCORE_EXPORT DOMHTMLOptGroupElement *kit(WebCore::HTMLOptGroupElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLOptionsCollectionmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLOptionsCollection.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLOptionsCollection.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLOptionsCollection.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -110,11 +110,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::HTMLOptionsCollection* core(DOMHTMLOptionsCollection *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLOptionsCollection*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMHTMLOptionsCollection *kit(WebCore::HTMLOptionsCollection* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLOptionsCollectionInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLOptionsCollectionInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLOptionsCollectionInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLOptionsCollectionInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class HTMLOptionsCollection;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::HTMLOptionsCollection* core(DOMHTMLOptionsCollection *);
</del><span class="cx"> WEBCORE_EXPORT DOMHTMLOptionsCollection *kit(WebCore::HTMLOptionsCollection*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLParagraphElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLParagraphElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLParagraphElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLParagraphElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLParagraphElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLParagraphElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -53,14 +53,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLParagraphElement* core(DOMHTMLParagraphElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLParagraphElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLParagraphElement *kit(WebCore::HTMLParagraphElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLParagraphElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLParagraphElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLParagraphElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLParagraphElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLParagraphElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLParagraphElement.h&gt;
-
-namespace WebCore {
-class HTMLParagraphElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLParagraphElement* core(DOMHTMLParagraphElement *);
-WEBCORE_EXPORT DOMHTMLParagraphElement *kit(WebCore::HTMLParagraphElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLParamElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLParamElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLParamElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLParamElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLParamElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLParamElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -89,14 +89,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLParamElement* core(DOMHTMLParamElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLParamElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLParamElement *kit(WebCore::HTMLParamElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLParamElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLParamElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLParamElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLParamElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLParamElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLParamElement.h&gt;
-
-namespace WebCore {
-class HTMLParamElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLParamElement* core(DOMHTMLParamElement *);
-WEBCORE_EXPORT DOMHTMLParamElement *kit(WebCore::HTMLParamElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLPreElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLPreElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLPreElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLPreElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLPreElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLPreElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -64,14 +64,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLPreElement* core(DOMHTMLPreElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLPreElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLPreElement *kit(WebCore::HTMLPreElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLPreElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLPreElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLPreElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLPreElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLPreElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLPreElement.h&gt;
-
-namespace WebCore {
-class HTMLPreElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLPreElement* core(DOMHTMLPreElement *);
-WEBCORE_EXPORT DOMHTMLPreElement *kit(WebCore::HTMLPreElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLQuoteElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLQuoteElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLQuoteElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLQuoteElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLQuoteElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLQuoteElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -53,14 +53,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLQuoteElement* core(DOMHTMLQuoteElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLQuoteElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLQuoteElement *kit(WebCore::HTMLQuoteElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLQuoteElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLQuoteElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLQuoteElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLQuoteElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLQuoteElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLQuoteElement.h&gt;
-
-namespace WebCore {
-class HTMLQuoteElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLQuoteElement* core(DOMHTMLQuoteElement *);
-WEBCORE_EXPORT DOMHTMLQuoteElement *kit(WebCore::HTMLQuoteElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLScriptElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLScriptElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLScriptElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLScriptElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -162,11 +162,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::HTMLScriptElement* core(DOMHTMLScriptElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLScriptElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMHTMLScriptElement *kit(WebCore::HTMLScriptElement* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLScriptElementInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLScriptElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLScriptElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLScriptElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class HTMLScriptElement;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::HTMLScriptElement* core(DOMHTMLScriptElement *);
</del><span class="cx"> WEBCORE_EXPORT DOMHTMLScriptElement *kit(WebCore::HTMLScriptElement*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLSelectElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLSelectElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLSelectElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLSelectElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -210,9 +210,3 @@
</span><span class="cx"> {
</span><span class="cx">     return wrapper ? reinterpret_cast&lt;WebCore::HTMLSelectElement*&gt;(wrapper-&gt;_internal) : 0;
</span><span class="cx"> }
</span><del>-
-DOMHTMLSelectElement *kit(WebCore::HTMLSelectElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLSelectElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLSelectElementInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLSelectElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLSelectElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLSelectElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,4 +30,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WEBCORE_EXPORT WebCore::HTMLSelectElement* core(DOMHTMLSelectElement *);
</span><del>-WEBCORE_EXPORT DOMHTMLSelectElement *kit(WebCore::HTMLSelectElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLStyleElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLStyleElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLStyleElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLStyleElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -102,9 +102,3 @@
</span><span class="cx"> {
</span><span class="cx">     return wrapper ? reinterpret_cast&lt;WebCore::HTMLStyleElement*&gt;(wrapper-&gt;_internal) : 0;
</span><span class="cx"> }
</span><del>-
-DOMHTMLStyleElement *kit(WebCore::HTMLStyleElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLStyleElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLStyleElementInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLStyleElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLStyleElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLStyleElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,4 +30,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WEBCORE_EXPORT WebCore::HTMLStyleElement* core(DOMHTMLStyleElement *);
</span><del>-WEBCORE_EXPORT DOMHTMLStyleElement *kit(WebCore::HTMLStyleElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTableColElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLTableColElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTableColElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTableColElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -118,9 +118,3 @@
</span><span class="cx"> {
</span><span class="cx">     return wrapper ? reinterpret_cast&lt;WebCore::HTMLTableColElement*&gt;(wrapper-&gt;_internal) : 0;
</span><span class="cx"> }
</span><del>-
-DOMHTMLTableColElement *kit(WebCore::HTMLTableColElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLTableColElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTableColElementInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLTableColElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTableColElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTableColElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,4 +30,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WEBCORE_EXPORT WebCore::HTMLTableColElement* core(DOMHTMLTableColElement *);
</span><del>-WEBCORE_EXPORT DOMHTMLTableColElement *kit(WebCore::HTMLTableColElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTableElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLTableElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTableElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTableElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLTableElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLTableElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMHTMLCollectionInternal.h&quot;
</span><span class="cx"> #import &quot;DOMHTMLElementInternal.h&quot;
</span><span class="lines">@@ -276,14 +276,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLTableElement* core(DOMHTMLTableElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLTableElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLTableElement *kit(WebCore::HTMLTableElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLTableElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTableElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLTableElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTableElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTableElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLTableElement.h&gt;
-
-namespace WebCore {
-class HTMLTableElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLTableElement* core(DOMHTMLTableElement *);
-WEBCORE_EXPORT DOMHTMLTableElement *kit(WebCore::HTMLTableElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTableRowElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLTableRowElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTableRowElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTableRowElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLTableRowElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLTableRowElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMHTMLCollectionInternal.h&quot;
</span><span class="cx"> #import &quot;DOMHTMLElementInternal.h&quot;
</span><span class="lines">@@ -140,14 +140,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLTableRowElement* core(DOMHTMLTableRowElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLTableRowElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLTableRowElement *kit(WebCore::HTMLTableRowElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLTableRowElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTableRowElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLTableRowElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTableRowElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTableRowElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLTableRowElement.h&gt;
-
-namespace WebCore {
-class HTMLTableRowElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLTableRowElement* core(DOMHTMLTableRowElement *);
-WEBCORE_EXPORT DOMHTMLTableRowElement *kit(WebCore::HTMLTableRowElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTitleElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLTitleElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLTitleElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -54,14 +54,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLTitleElement* core(DOMHTMLTitleElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLTitleElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLTitleElement *kit(WebCore::HTMLTitleElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLTitleElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTitleElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLTitleElement.h&gt;
-
-namespace WebCore {
-class HTMLTitleElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLTitleElement* core(DOMHTMLTitleElement *);
-WEBCORE_EXPORT DOMHTMLTitleElement *kit(WebCore::HTMLTitleElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLUListElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLUListElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLUListElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -65,14 +65,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::HTMLUListElement* core(DOMHTMLUListElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLUListElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLUListElement *kit(WebCore::HTMLUListElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLUListElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLUListElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLUListElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLUListElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLUListElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLUListElement.h&gt;
-
-namespace WebCore {
-class HTMLUListElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLUListElement* core(DOMHTMLUListElement *);
-WEBCORE_EXPORT DOMHTMLUListElement *kit(WebCore::HTMLUListElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLVideoElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLVideoElement.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLVideoElement.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLVideoElement.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(VIDEO)
</span><span class="cx"> 
</span><del>-#import &quot;DOMHTMLVideoElementInternal.h&quot;
</del><ins>+#import &quot;DOMHTMLVideoElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="lines">@@ -145,15 +145,4 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::HTMLVideoElement* core(DOMHTMLVideoElement *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::HTMLVideoElement*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMHTMLVideoElement *kit(WebCore::HTMLVideoElement* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMHTMLVideoElement*&gt;(kit(static_cast&lt;WebCore::Node*&gt;(value)));
-}
-
</del><span class="cx"> #endif // ENABLE(VIDEO)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLVideoElementInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMHTMLVideoElementInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLVideoElementInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLVideoElementInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMHTMLVideoElement.h&gt;
-
-namespace WebCore {
-class HTMLVideoElement;
-}
-
-WEBCORE_EXPORT WebCore::HTMLVideoElement* core(DOMHTMLVideoElement *);
-WEBCORE_EXPORT DOMHTMLVideoElement *kit(WebCore::HTMLVideoElement*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMKeyboardEventmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMKeyboardEvent.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMKeyboardEvent.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMKeyboardEvent.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMKeyboardEventInternal.h&quot;
</del><ins>+#import &quot;DOMKeyboardEvent.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMAbstractViewInternal.h&quot;
</span><span class="cx"> #import &quot;DOMEventInternal.h&quot;
</span><span class="lines">@@ -133,14 +133,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::KeyboardEvent* core(DOMKeyboardEvent *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::KeyboardEvent*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMKeyboardEvent *kit(WebCore::KeyboardEvent* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMKeyboardEvent*&gt;(kit(static_cast&lt;WebCore::Event*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMKeyboardEventInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMKeyboardEventInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMKeyboardEventInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMKeyboardEventInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-
-#import &lt;WebCore/DOMKeyboardEvent.h&gt;
-
-namespace WebCore {
-class KeyboardEvent;
-}
-
-WEBCORE_EXPORT WebCore::KeyboardEvent* core(DOMKeyboardEvent *);
-WEBCORE_EXPORT DOMKeyboardEvent *kit(WebCore::KeyboardEvent*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMMediaErrormm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMMediaError.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMMediaError.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMMediaError.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -64,11 +64,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::MediaError* core(DOMMediaError *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::MediaError*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMMediaError *kit(WebCore::MediaError* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMMediaErrorInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMMediaErrorInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMMediaErrorInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMMediaErrorInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,5 +30,4 @@
</span><span class="cx"> class MediaError;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::MediaError* core(DOMMediaError *);
</del><span class="cx"> WEBCORE_EXPORT DOMMediaError *kit(WebCore::MediaError*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMMediaListmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMMediaList.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMMediaList.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMMediaList.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -97,11 +97,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::MediaList* core(DOMMediaList *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::MediaList*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMMediaList *kit(WebCore::MediaList* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMMediaListInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMMediaListInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMMediaListInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMMediaListInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,5 +30,4 @@
</span><span class="cx"> class MediaList;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::MediaList* core(DOMMediaList *);
</del><span class="cx"> WEBCORE_EXPORT DOMMediaList *kit(WebCore::MediaList*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMMouseEventmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMMouseEvent.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMMouseEvent.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMMouseEvent.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMMouseEventInternal.h&quot;
</del><ins>+#import &quot;DOMMouseEvent.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMAbstractViewInternal.h&quot;
</span><span class="cx"> #import &quot;DOMEventInternal.h&quot;
</span><span class="lines">@@ -174,14 +174,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::MouseEvent* core(DOMMouseEvent *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::MouseEvent*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMMouseEvent *kit(WebCore::MouseEvent* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMMouseEvent*&gt;(kit(static_cast&lt;WebCore::Event*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMMouseEventInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMMouseEventInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMMouseEventInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMMouseEventInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-
-#import &lt;WebCore/DOMMouseEvent.h&gt;
-
-namespace WebCore {
-class MouseEvent;
-}
-
-WEBCORE_EXPORT WebCore::MouseEvent* core(DOMMouseEvent *);
-WEBCORE_EXPORT DOMMouseEvent *kit(WebCore::MouseEvent*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMMutationEventmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMMutationEvent.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMMutationEvent.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMMutationEvent.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMMutationEventInternal.h&quot;
</del><ins>+#import &quot;DOMMutationEvent.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMEventInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="lines">@@ -84,14 +84,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::MutationEvent* core(DOMMutationEvent *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::MutationEvent*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMMutationEvent *kit(WebCore::MutationEvent* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMMutationEvent*&gt;(kit(static_cast&lt;WebCore::Event*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMMutationEventInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMMutationEventInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMMutationEventInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMMutationEventInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-
-#import &lt;WebCore/DOMMutationEvent.h&gt;
-
-namespace WebCore {
-class MutationEvent;
-}
-
-WEBCORE_EXPORT WebCore::MutationEvent* core(DOMMutationEvent *);
-WEBCORE_EXPORT DOMMutationEvent *kit(WebCore::MutationEvent*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMNamedNodeMapmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMNamedNodeMap.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMNamedNodeMap.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMNamedNodeMap.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -133,11 +133,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::NamedNodeMap* core(DOMNamedNodeMap *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::NamedNodeMap*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMNamedNodeMap *kit(WebCore::NamedNodeMap* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMNamedNodeMapInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMNamedNodeMapInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMNamedNodeMapInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMNamedNodeMapInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class NamedNodeMap;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::NamedNodeMap* core(DOMNamedNodeMap *);
</del><span class="cx"> WEBCORE_EXPORT DOMNamedNodeMap *kit(WebCore::NamedNodeMap*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMNodeIteratormm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMNodeIterator.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMNodeIterator.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMNodeIterator.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -113,11 +113,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::NodeIterator* core(DOMNodeIterator *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::NodeIterator*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMNodeIterator *kit(WebCore::NodeIterator* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMNodeIteratorInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMNodeIteratorInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMNodeIteratorInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMNodeIteratorInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,5 +30,4 @@
</span><span class="cx"> class NodeIterator;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::NodeIterator* core(DOMNodeIterator *);
</del><span class="cx"> WEBCORE_EXPORT DOMNodeIterator *kit(WebCore::NodeIterator*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMNodeListmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMNodeList.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMNodeList.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMNodeList.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -65,11 +65,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::NodeList* core(DOMNodeList *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::NodeList*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMNodeList *kit(WebCore::NodeList* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMNodeListInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMNodeListInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMNodeListInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMNodeListInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class NodeList;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::NodeList* core(DOMNodeList *);
</del><span class="cx"> WEBCORE_EXPORT DOMNodeList *kit(WebCore::NodeList*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMOverflowEventmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMOverflowEvent.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMOverflowEvent.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMOverflowEvent.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMOverflowEventInternal.h&quot;
</del><ins>+#import &quot;DOMOverflowEvent.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMEventInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="lines">@@ -64,14 +64,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::OverflowEvent* core(DOMOverflowEvent *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::OverflowEvent*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMOverflowEvent *kit(WebCore::OverflowEvent* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMOverflowEvent*&gt;(kit(static_cast&lt;WebCore::Event*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMOverflowEventInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMOverflowEventInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMOverflowEventInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMOverflowEventInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-
-#import &lt;WebCore/DOMOverflowEvent.h&gt;
-
-namespace WebCore {
-class OverflowEvent;
-}
-
-WEBCORE_EXPORT WebCore::OverflowEvent* core(DOMOverflowEvent *);
-WEBCORE_EXPORT DOMOverflowEvent *kit(WebCore::OverflowEvent*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMProgressEventmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMProgressEvent.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMProgressEvent.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMProgressEvent.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMProgressEventInternal.h&quot;
</del><ins>+#import &quot;DOMProgressEvent.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMEventInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="lines">@@ -58,14 +58,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::ProgressEvent* core(DOMProgressEvent *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::ProgressEvent*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMProgressEvent *kit(WebCore::ProgressEvent* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMProgressEvent*&gt;(kit(static_cast&lt;WebCore::Event*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMProgressEventInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMProgressEventInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMProgressEventInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMProgressEventInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-
-#import &lt;WebCore/DOMProgressEvent.h&gt;
-
-namespace WebCore {
-class ProgressEvent;
-}
-
-WEBCORE_EXPORT WebCore::ProgressEvent* core(DOMProgressEvent *);
-WEBCORE_EXPORT DOMProgressEvent *kit(WebCore::ProgressEvent*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMRGBColormm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMRGBColor.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMRGBColor.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMRGBColor.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -98,11 +98,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::RGBColor* core(DOMRGBColor *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::RGBColor*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMRGBColor *kit(WebCore::RGBColor* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMRGBColorInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMRGBColorInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMRGBColorInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMRGBColorInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class RGBColor;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::RGBColor* core(DOMRGBColor *);
</del><span class="cx"> WEBCORE_EXPORT DOMRGBColor *kit(WebCore::RGBColor*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMRectmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMRect.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMRect.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMRect.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -78,11 +78,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::Rect* core(DOMRect *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::Rect*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMRect *kit(WebCore::Rect* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMRectInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMRectInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMRectInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMRectInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class Rect;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::Rect* core(DOMRect *);
</del><span class="cx"> WEBCORE_EXPORT DOMRect *kit(WebCore::Rect*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMStyleSheetmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMStyleSheet.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMStyleSheet.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMStyleSheet.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -106,11 +106,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::StyleSheet* core(DOMStyleSheet *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::StyleSheet*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMStyleSheet *kit(WebCore::StyleSheet* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMStyleSheetInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMStyleSheetInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMStyleSheetInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMStyleSheetInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,6 +29,5 @@
</span><span class="cx"> class StyleSheet;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::StyleSheet* core(DOMStyleSheet *);
</del><span class="cx"> WEBCORE_EXPORT DOMStyleSheet *kit(WebCore::StyleSheet*);
</span><span class="cx"> Class kitClass(WebCore::StyleSheet*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMStyleSheetListmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMStyleSheetList.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMStyleSheetList.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMStyleSheetList.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -68,11 +68,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::StyleSheetList* core(DOMStyleSheetList *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::StyleSheetList*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMStyleSheetList *kit(WebCore::StyleSheetList* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMStyleSheetListInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMStyleSheetListInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMStyleSheetListInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMStyleSheetListInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class StyleSheetList;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::StyleSheetList* core(DOMStyleSheetList *);
</del><span class="cx"> WEBCORE_EXPORT DOMStyleSheetList *kit(WebCore::StyleSheetList*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMTextmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMText.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMText.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMText.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -65,11 +65,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::Text* core(DOMText *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::Text*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMText *kit(WebCore::Text* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMTextEventmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMTextEvent.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMTextEvent.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMTextEvent.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,14 +24,11 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMInternal.h&quot;
-
</del><span class="cx"> #import &quot;DOMTextEvent.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #import &quot;DOMAbstractViewInternal.h&quot;
</span><span class="cx"> #import &quot;DOMEventInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><del>-#import &quot;DOMTextEventInternal.h&quot;
</del><span class="cx"> #import &quot;DOMWindow.h&quot;
</span><span class="cx"> #import &quot;ExceptionHandlers.h&quot;
</span><span class="cx"> #import &quot;JSMainThreadExecState.h&quot;
</span><span class="lines">@@ -58,14 +55,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::TextEvent* core(DOMTextEvent *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::TextEvent*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMTextEvent *kit(WebCore::TextEvent* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMTextEvent*&gt;(kit(static_cast&lt;WebCore::Event*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMTextEventInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMTextEventInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMTextEventInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMTextEventInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebCore/DOMTextEvent.h&gt;
-
-namespace WebCore {
-class TextEvent;
-}
-
-WEBCORE_EXPORT WebCore::TextEvent* core(DOMTextEvent *);
-WEBCORE_EXPORT DOMTextEvent *kit(WebCore::TextEvent*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMTextInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMTextInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMTextInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMTextInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class Text;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::Text* core(DOMText *);
</del><span class="cx"> WEBCORE_EXPORT DOMText *kit(WebCore::Text*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMTimeRangesmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMTimeRanges.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMTimeRanges.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMTimeRanges.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -81,11 +81,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::TimeRanges* core(DOMTimeRanges *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::TimeRanges*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMTimeRanges *kit(WebCore::TimeRanges* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMTimeRangesInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMTimeRangesInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMTimeRangesInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMTimeRangesInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class TimeRanges;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::TimeRanges* core(DOMTimeRanges *);
</del><span class="cx"> WEBCORE_EXPORT DOMTimeRanges *kit(WebCore::TimeRanges*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMTreeWalkermm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMTreeWalker.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMTreeWalker.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMTreeWalker.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -137,11 +137,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::TreeWalker* core(DOMTreeWalker *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::TreeWalker*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMTreeWalker *kit(WebCore::TreeWalker* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMTreeWalkerInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMTreeWalkerInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMTreeWalkerInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMTreeWalkerInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -30,5 +30,4 @@
</span><span class="cx"> class TreeWalker;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::TreeWalker* core(DOMTreeWalker *);
</del><span class="cx"> WEBCORE_EXPORT DOMTreeWalker *kit(WebCore::TreeWalker*);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMUIEventmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMUIEvent.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMUIEvent.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMUIEvent.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMUIEventInternal.h&quot;
</del><ins>+#import &quot;DOMUIEvent.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMAbstractViewInternal.h&quot;
</span><span class="cx"> #import &quot;DOMEventInternal.h&quot;
</span><span class="lines">@@ -109,14 +109,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @end
</span><del>-
-WebCore::UIEvent* core(DOMUIEvent *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::UIEvent*&gt;(wrapper-&gt;_internal) : 0;
-}
-
-DOMUIEvent *kit(WebCore::UIEvent* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMUIEvent*&gt;(kit(static_cast&lt;WebCore::Event*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMUIEventInternalh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/objc/DOMUIEventInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMUIEventInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMUIEventInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-/*
- * Copyright (C) 2004-2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-
-#import &lt;WebCore/DOMUIEvent.h&gt;
-
-namespace WebCore {
-class UIEvent;
-}
-
-WEBCORE_EXPORT WebCore::UIEvent* core(DOMUIEvent *);
-WEBCORE_EXPORT DOMUIEvent *kit(WebCore::UIEvent*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMWheelEventmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMWheelEvent.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMWheelEvent.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMWheelEvent.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -107,9 +107,3 @@
</span><span class="cx"> {
</span><span class="cx">     return wrapper ? reinterpret_cast&lt;WebCore::WheelEvent*&gt;(wrapper-&gt;_internal) : 0;
</span><span class="cx"> }
</span><del>-
-DOMWheelEvent *kit(WebCore::WheelEvent* value)
-{
-    WebCoreThreadViolationCheckRoundOne();
-    return static_cast&lt;DOMWheelEvent*&gt;(kit(static_cast&lt;WebCore::Event*&gt;(value)));
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMWheelEventInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMWheelEventInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMWheelEventInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMWheelEventInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -31,4 +31,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WEBCORE_EXPORT WebCore::WheelEvent* core(DOMWheelEvent *);
</span><del>-WEBCORE_EXPORT DOMWheelEvent *kit(WebCore::WheelEvent*);
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMXPathExpressionmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMXPathExpression.mm (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMXPathExpression.mm        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMXPathExpression.mm        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -73,11 +73,6 @@
</span><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-WebCore::XPathExpression* core(DOMXPathExpression *wrapper)
-{
-    return wrapper ? reinterpret_cast&lt;WebCore::XPathExpression*&gt;(wrapper-&gt;_internal) : 0;
-}
-
</del><span class="cx"> DOMXPathExpression *kit(WebCore::XPathExpression* value)
</span><span class="cx"> {
</span><span class="cx">     WebCoreThreadViolationCheckRoundOne();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMXPathExpressionInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMXPathExpressionInternal.h (204102 => 204103)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMXPathExpressionInternal.h        2016-08-03 21:08:18 UTC (rev 204102)
+++ trunk/Source/WebCore/bindings/objc/DOMXPathExpressionInternal.h        2016-08-03 21:31:03 UTC (rev 204103)
</span><span class="lines">@@ -29,5 +29,4 @@
</span><span class="cx"> class XPathExpression;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT WebCore::XPathExpression* core(DOMXPathExpression *);
</del><span class="cx"> WEBCORE_EXPORT DOMXPathExpression *kit(WebCore::XPathExpression*);
</span></span></pre>
</div>
</div>

</body>
</html>