<!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>[203981] 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/203981">203981</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2016-08-01 12:35:11 -0700 (Mon, 01 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Freeze DOMHTMLTitleElement and DOMHTMLUListElement bindings
https://bugs.webkit.org/show_bug.cgi?id=160415

Reviewed by Sam Weinig.

* DerivedSources.make:
* WebCore.xcodeproj/project.pbxproj:
* bindings/objc/DOMHTMLTitleElement.h: Added.
* bindings/objc/DOMHTMLTitleElement.mm: Added.
* bindings/objc/DOMHTMLTitleElementInternal.h: Added.
* bindings/objc/DOMHTMLUListElement.h: Added.
* bindings/objc/DOMHTMLUListElement.mm: Added.
* bindings/objc/DOMHTMLUListElementInternal.h: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreDerivedSourcesmake">trunk/Source/WebCore/DerivedSources.make</a></li>
<li><a href="#trunkSourceWebCoreWebCorexcodeprojprojectpbxproj">trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTextAreaElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLTextAreaElement.mm</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTitleElementh">trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTitleElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLTitleElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElementInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLUListElementh">trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.h</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLUListElementmm">trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.mm</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcDOMHTMLUListElementInternalh">trunk/Source/WebCore/bindings/objc/DOMHTMLUListElementInternal.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (203980 => 203981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-08-01 18:51:56 UTC (rev 203980)
+++ trunk/Source/WebCore/ChangeLog        2016-08-01 19:35:11 UTC (rev 203981)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2016-08-01  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Freeze DOMHTMLTitleElement and DOMHTMLUListElement bindings
+        https://bugs.webkit.org/show_bug.cgi?id=160415
+
+        Reviewed by Sam Weinig.
+
+        * DerivedSources.make:
+        * WebCore.xcodeproj/project.pbxproj:
+        * bindings/objc/DOMHTMLTitleElement.h: Added.
+        * bindings/objc/DOMHTMLTitleElement.mm: Added.
+        * bindings/objc/DOMHTMLTitleElementInternal.h: Added.
+        * bindings/objc/DOMHTMLUListElement.h: Added.
+        * bindings/objc/DOMHTMLUListElement.mm: Added.
+        * bindings/objc/DOMHTMLUListElementInternal.h: Added.
+
</ins><span class="cx"> 2016-08-01  Antti Koivisto  &lt;antti@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         REGRESSION (r196383): Drop down CSS menus not working on cnet.com, apmex.com
</span></span></pre></div>
<a id="trunkSourceWebCoreDerivedSourcesmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/DerivedSources.make (203980 => 203981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/DerivedSources.make        2016-08-01 18:51:56 UTC (rev 203980)
+++ trunk/Source/WebCore/DerivedSources.make        2016-08-01 19:35:11 UTC (rev 203981)
</span><span class="lines">@@ -431,9 +431,7 @@
</span><span class="cx">     $(WebCore)/html/HTMLTableSectionElement.idl \
</span><span class="cx">     $(WebCore)/html/HTMLTemplateElement.idl \
</span><span class="cx">     $(WebCore)/html/HTMLTimeElement.idl \
</span><del>-    $(WebCore)/html/HTMLTitleElement.idl \
</del><span class="cx">     $(WebCore)/html/HTMLTrackElement.idl \
</span><del>-    $(WebCore)/html/HTMLUListElement.idl \
</del><span class="cx">     $(WebCore)/html/HTMLUnknownElement.idl \
</span><span class="cx">     $(WebCore)/html/HTMLVideoElement.idl \
</span><span class="cx">     $(WebCore)/html/ImageData.idl \
</span><span class="lines">@@ -573,6 +571,8 @@
</span><span class="cx"> 
</span><span class="cx"> JS_ONLY_BINDING_IDLS = \
</span><span class="cx">     $(WebCore)/html/HTMLTextAreaElement.idl \
</span><ins>+    $(WebCore)/html/HTMLTitleElement.idl \
+    $(WebCore)/html/HTMLUListElement.idl \
</ins><span class="cx">     $(WebCore)/svg/SVGAElement.idl \
</span><span class="cx">     $(WebCore)/svg/SVGAltGlyphDefElement.idl \
</span><span class="cx">     $(WebCore)/svg/SVGAltGlyphElement.idl \
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (203980 => 203981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2016-08-01 18:51:56 UTC (rev 203980)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2016-08-01 19:35:11 UTC (rev 203981)
</span><span class="lines">@@ -1699,8 +1699,8 @@
</span><span class="cx">                 439046D712DA25E800AF80A2 /* RenderMathMLBlock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 439046C312DA25E800AF80A2 /* RenderMathMLBlock.cpp */; };
</span><span class="cx">                 439046D812DA25E800AF80A2 /* RenderMathMLBlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 439046C412DA25E800AF80A2 /* RenderMathMLBlock.h */; };
</span><span class="cx">                 439046D912DA25E800AF80A2 /* RenderMathMLFenced.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 439046C512DA25E800AF80A2 /* RenderMathMLFenced.cpp */; };
</span><ins>+                439046D912DA25E800AF81B3 /* RenderMathMLFencedOperator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 439046C512DA25E800AF81B3 /* RenderMathMLFencedOperator.cpp */; };
</ins><span class="cx">                 439046DA12DA25E800AF80A2 /* RenderMathMLFenced.h in Headers */ = {isa = PBXBuildFile; fileRef = 439046C612DA25E800AF80A2 /* RenderMathMLFenced.h */; };
</span><del>-                439046D912DA25E800AF81B3 /* RenderMathMLFencedOperator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 439046C512DA25E800AF81B3 /* RenderMathMLFencedOperator.cpp */; };
</del><span class="cx">                 439046DA12DA25E800AF81B3 /* RenderMathMLFencedOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 439046C612DA25E800AF81B3 /* RenderMathMLFencedOperator.h */; };
</span><span class="cx">                 439046DB12DA25E800AF80A2 /* RenderMathMLFraction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 439046C712DA25E800AF80A2 /* RenderMathMLFraction.cpp */; };
</span><span class="cx">                 439046DC12DA25E800AF80A2 /* RenderMathMLFraction.h in Headers */ = {isa = PBXBuildFile; fileRef = 439046C812DA25E800AF80A2 /* RenderMathMLFraction.h */; };
</span><span class="lines">@@ -3213,7 +3213,6 @@
</span><span class="cx">                 8575DF840AA6130E00F5DBB5 /* DOMHTMLHeadElement.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85992EB20AA5069500AC0785 /* DOMHTMLHeadElement.h */; };
</span><span class="cx">                 8575DF850AA6130E00F5DBB5 /* DOMHTMLHtmlElement.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85992EB40AA5069500AC0785 /* DOMHTMLHtmlElement.h */; };
</span><span class="cx">                 8575DF860AA6130E00F5DBB5 /* DOMHTMLLinkElement.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85992EB60AA5069500AC0785 /* DOMHTMLLinkElement.h */; };
</span><del>-                8575DF870AA6130E00F5DBB5 /* DOMHTMLTitleElement.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85992EB80AA5069500AC0785 /* DOMHTMLTitleElement.h */; };
</del><span class="cx">                 857E0B250AB043460036E447 /* DOMMouseEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 857E0B230AB043460036E447 /* DOMMouseEvent.h */; };
</span><span class="cx">                 857E0B260AB043460036E447 /* DOMMouseEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 857E0B240AB043460036E447 /* DOMMouseEvent.mm */; };
</span><span class="cx">                 857E0B310AB044780036E447 /* DOMMouseEvent.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 857E0B230AB043460036E447 /* DOMMouseEvent.h */; };
</span><span class="lines">@@ -3309,7 +3308,7 @@
</span><span class="cx">                 85BA4D140AA688680088052D /* DOMHTMLMenuElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85BA4D060AA688680088052D /* DOMHTMLMenuElement.mm */; };
</span><span class="cx">                 85BA4D150AA688680088052D /* DOMHTMLOListElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BA4D070AA688680088052D /* DOMHTMLOListElement.h */; };
</span><span class="cx">                 85BA4D160AA688680088052D /* DOMHTMLOListElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85BA4D080AA688680088052D /* DOMHTMLOListElement.mm */; };
</span><del>-                85BA4D170AA688680088052D /* DOMHTMLUListElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BA4D090AA688680088052D /* DOMHTMLUListElement.h */; };
</del><ins>+                85BA4D170AA688680088052D /* DOMHTMLUListElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BA4D090AA688680088052D /* DOMHTMLUListElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
</ins><span class="cx">                 85BA4D180AA688680088052D /* DOMHTMLUListElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85BA4D0A0AA688680088052D /* DOMHTMLUListElement.mm */; };
</span><span class="cx">                 85BA4D280AA6889F0088052D /* DOMHTMLDirectoryElement.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85BA4CFD0AA688680088052D /* DOMHTMLDirectoryElement.h */; };
</span><span class="cx">                 85BA4D290AA6889F0088052D /* DOMHTMLDivElement.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85BA4CFF0AA688680088052D /* DOMHTMLDivElement.h */; };
</span><span class="lines">@@ -3317,7 +3316,6 @@
</span><span class="cx">                 85BA4D2B0AA6889F0088052D /* DOMHTMLLIElement.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85BA4D030AA688680088052D /* DOMHTMLLIElement.h */; };
</span><span class="cx">                 85BA4D2C0AA6889F0088052D /* DOMHTMLMenuElement.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85BA4D050AA688680088052D /* DOMHTMLMenuElement.h */; };
</span><span class="cx">                 85BA4D2D0AA6889F0088052D /* DOMHTMLOListElement.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85BA4D070AA688680088052D /* DOMHTMLOListElement.h */; };
</span><del>-                85BA4D2E0AA6889F0088052D /* DOMHTMLUListElement.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85BA4D090AA688680088052D /* DOMHTMLUListElement.h */; };
</del><span class="cx">                 85BCBC130ABBA87D00381160 /* DOMHTMLDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BCBC110ABBA87D00381160 /* DOMHTMLDocument.h */; };
</span><span class="cx">                 85BCBC140ABBA87D00381160 /* DOMHTMLDocument.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85BCBC120ABBA87D00381160 /* DOMHTMLDocument.mm */; };
</span><span class="cx">                 85C050BA0AD84F5E005532E7 /* DOMHTMLAppletElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85C050B80AD84F5E005532E7 /* DOMHTMLAppletElement.mm */; };
</span><span class="lines">@@ -3457,7 +3455,7 @@
</span><span class="cx">                 85E711CC0AC5D5350053270F /* DOMHTMLTableRowElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7117D0AC5D5350053270F /* DOMHTMLTableRowElementInternal.h */; };
</span><span class="cx">                 85E711CD0AC5D5350053270F /* DOMHTMLTableSectionElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E7117E0AC5D5350053270F /* DOMHTMLTableSectionElementInternal.h */; };
</span><span class="cx">                 85E711CF0AC5D5350053270F /* DOMHTMLTitleElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711800AC5D5350053270F /* DOMHTMLTitleElementInternal.h */; };
</span><del>-                85E711D00AC5D5350053270F /* DOMHTMLUListElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711810AC5D5350053270F /* DOMHTMLUListElementInternal.h */; };
</del><ins>+                85E711D00AC5D5350053270F /* DOMHTMLUListElementInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711810AC5D5350053270F /* DOMHTMLUListElementInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
</ins><span class="cx">                 85E711D10AC5D5350053270F /* DOMMediaListInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711820AC5D5350053270F /* DOMMediaListInternal.h */; };
</span><span class="cx">                 85E711D20AC5D5350053270F /* DOMNamedNodeMapInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711830AC5D5350053270F /* DOMNamedNodeMapInternal.h */; };
</span><span class="cx">                 85E711D30AC5D5350053270F /* DOMNodeListInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E711840AC5D5350053270F /* DOMNodeListInternal.h */; };
</span><span class="lines">@@ -7405,8 +7403,6 @@
</span><span class="cx">                                 85DF82740AA78C7300486AD7 /* DOMHTMLTableElement.h in Copy Generated Headers */,
</span><span class="cx">                                 85DF82320AA7866800486AD7 /* DOMHTMLTableRowElement.h in Copy Generated Headers */,
</span><span class="cx">                                 85DF82330AA7866800486AD7 /* DOMHTMLTableSectionElement.h in Copy Generated Headers */,
</span><del>-                                8575DF870AA6130E00F5DBB5 /* DOMHTMLTitleElement.h in Copy Generated Headers */,
-                                85BA4D2E0AA6889F0088052D /* DOMHTMLUListElement.h in Copy Generated Headers */,
</del><span class="cx">                                 2D4446991C84CCD70024C889 /* DOMHTMLVideoElement.h in Copy Generated Headers */,
</span><span class="cx">                                 85DF34620AAFC2D400E59AE3 /* DOMKeyboardEvent.h in Copy Generated Headers */,
</span><span class="cx">                                 2D44469B1C84CD050024C889 /* DOMMediaError.h in Copy Generated Headers */,
</span><span class="lines">@@ -9324,8 +9320,8 @@
</span><span class="cx">                 439046C312DA25E800AF80A2 /* RenderMathMLBlock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderMathMLBlock.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 439046C412DA25E800AF80A2 /* RenderMathMLBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderMathMLBlock.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 439046C512DA25E800AF80A2 /* RenderMathMLFenced.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderMathMLFenced.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                439046C512DA25E800AF81B3 /* RenderMathMLFencedOperator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderMathMLFencedOperator.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 439046C612DA25E800AF80A2 /* RenderMathMLFenced.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderMathMLFenced.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                439046C512DA25E800AF81B3 /* RenderMathMLFencedOperator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderMathMLFencedOperator.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 439046C612DA25E800AF81B3 /* RenderMathMLFencedOperator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderMathMLFencedOperator.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 439046C712DA25E800AF80A2 /* RenderMathMLFraction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderMathMLFraction.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 439046C812DA25E800AF80A2 /* RenderMathMLFraction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderMathMLFraction.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -16397,6 +16393,23 @@
</span><span class="cx">                         name = Offline;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="cx">                 };
</span><ins>+                1AD2D15C1D4FD6B200B7DE36 /* HTML */ = {
+                        isa = PBXGroup;
+                        children = (
+                                93AAC8A61D4D7E5400909791 /* DOMHTMLTextAreaElement.h */,
+                                93AAC8A71D4D7E5400909791 /* DOMHTMLTextAreaElement.mm */,
+                                93AAC8AA1D4D7F6300909791 /* DOMHTMLTextAreaElementInternal.h */,
+                                93AAC8AB1D4D7F6300909791 /* DOMHTMLTextAreaElementPrivate.h */,
+                                85992EB80AA5069500AC0785 /* DOMHTMLTitleElement.h */,
+                                85992EB90AA5069500AC0785 /* DOMHTMLTitleElement.mm */,
+                                85E711800AC5D5350053270F /* DOMHTMLTitleElementInternal.h */,
+                                85BA4D090AA688680088052D /* DOMHTMLUListElement.h */,
+                                85BA4D0A0AA688680088052D /* DOMHTMLUListElement.mm */,
+                                85E711810AC5D5350053270F /* DOMHTMLUListElementInternal.h */,
+                        );
+                        name = HTML;
+                        sourceTree = &quot;&lt;group&gt;&quot;;
+                };
</ins><span class="cx">                 1AE42F670AA4B8CB00C8612D /* cf */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="lines">@@ -18888,10 +18901,6 @@
</span><span class="cx">                                 85DF821A0AA7849E00486AD7 /* DOMHTMLTableRowElement.mm */,
</span><span class="cx">                                 85DF821B0AA7849E00486AD7 /* DOMHTMLTableSectionElement.h */,
</span><span class="cx">                                 85DF821C0AA7849E00486AD7 /* DOMHTMLTableSectionElement.mm */,
</span><del>-                                85992EB80AA5069500AC0785 /* DOMHTMLTitleElement.h */,
-                                85992EB90AA5069500AC0785 /* DOMHTMLTitleElement.mm */,
-                                85BA4D090AA688680088052D /* DOMHTMLUListElement.h */,
-                                85BA4D0A0AA688680088052D /* DOMHTMLUListElement.mm */,
</del><span class="cx">                                 2DEC664B1C82CFBF0099846A /* DOMHTMLVideoElement.h */,
</span><span class="cx">                                 2DEC664C1C82CFBF0099846A /* DOMHTMLVideoElement.mm */,
</span><span class="cx">                                 2DEC66751C8403C30099846A /* DOMMediaError.h */,
</span><span class="lines">@@ -18998,8 +19007,6 @@
</span><span class="cx">                                 85E7117C0AC5D5350053270F /* DOMHTMLTableElementInternal.h */,
</span><span class="cx">                                 85E7117D0AC5D5350053270F /* DOMHTMLTableRowElementInternal.h */,
</span><span class="cx">                                 85E7117E0AC5D5350053270F /* DOMHTMLTableSectionElementInternal.h */,
</span><del>-                                85E711800AC5D5350053270F /* DOMHTMLTitleElementInternal.h */,
-                                85E711810AC5D5350053270F /* DOMHTMLUListElementInternal.h */,
</del><span class="cx">                                 2DEC664D1C82CFBF0099846A /* DOMHTMLVideoElementInternal.h */,
</span><span class="cx">                                 85989DC50ACC8BBD00A0BC51 /* DOMKeyboardEventInternal.h */,
</span><span class="cx">                                 2DEC66771C8403C30099846A /* DOMMediaErrorInternal.h */,
</span><span class="lines">@@ -22633,6 +22640,7 @@
</span><span class="cx">                 BC1A3794097C6FC40019F3D8 /* objc */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><ins>+                                1AD2D15C1D4FD6B200B7DE36 /* HTML */,
</ins><span class="cx">                                 854F12AC0A8EBC18000940B5 /* Core */,
</span><span class="cx">                                 85B232260A8BF3A100FDF47B /* Derived Sources */,
</span><span class="cx">                                 854075420AD6C73E00620C57 /* DOMExceptions */,
</span><span class="lines">@@ -22650,10 +22658,6 @@
</span><span class="cx">                                 BC1A379F097C715F0019F3D8 /* DOMExtensions.h */,
</span><span class="cx">                                 BC1A37A0097C715F0019F3D8 /* DOMHTML.h */,
</span><span class="cx">                                 BC1A37A1097C715F0019F3D8 /* DOMHTML.mm */,
</span><del>-                                93AAC8A61D4D7E5400909791 /* DOMHTMLTextAreaElement.h */,
-                                93AAC8A71D4D7E5400909791 /* DOMHTMLTextAreaElement.mm */,
-                                93AAC8AA1D4D7F6300909791 /* DOMHTMLTextAreaElementInternal.h */,
-                                93AAC8AB1D4D7F6300909791 /* DOMHTMLTextAreaElementPrivate.h */,
</del><span class="cx">                                 BC1A37A3097C715F0019F3D8 /* DOMInternal.h */,
</span><span class="cx">                                 BC1A37A4097C715F0019F3D8 /* DOMInternal.mm */,
</span><span class="cx">                                 BC1A37A5097C715F0019F3D8 /* DOMPrivate.h */,
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTextAreaElementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/DOMHTMLTextAreaElement.mm (203980 => 203981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTextAreaElement.mm        2016-08-01 18:51:56 UTC (rev 203980)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTextAreaElement.mm        2016-08-01 19:35:11 UTC (rev 203981)
</span><span class="lines">@@ -24,10 +24,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #import &quot;config.h&quot;
</span><del>-#import &quot;DOMHTMLTextAreaElement.h&quot;
</del><ins>+#import &quot;DOMHTMLTextAreaElementInternal.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #import &quot;DOMHTMLFormElementInternal.h&quot;
</span><del>-#import &quot;DOMHTMLTextAreaElementInternal.h&quot;
</del><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeListInternal.h&quot;
</span><span class="cx"> #import &quot;DOMValidityStateInternal.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTitleElementh"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.h (0 => 203981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.h                                (rev 0)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.h        2016-08-01 19:35:11 UTC (rev 203981)
</span><span class="lines">@@ -0,0 +1,33 @@
</span><ins>+/*
+ * 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/DOMHTMLElement.h&gt;
+
+@class NSString;
+
+WEBKIT_CLASS_AVAILABLE_MAC(10_4)
+WEBCORE_EXPORT @interface DOMHTMLTitleElement : DOMHTMLElement
+@property (copy) NSString *text;
+@end
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTitleElementmm"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.mm (0 => 203981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.mm                                (rev 0)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElement.mm        2016-08-01 19:35:11 UTC (rev 203981)
</span><span class="lines">@@ -0,0 +1,67 @@
</span><ins>+/*
+ * 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 &quot;config.h&quot;
+#import &quot;DOMHTMLTitleElementInternal.h&quot;
+
+#import &quot;DOMNodeInternal.h&quot;
+#import &quot;ExceptionHandlers.h&quot;
+#import &quot;HTMLTitleElement.h&quot;
+#import &quot;JSMainThreadExecState.h&quot;
+#import &quot;ThreadCheck.h&quot;
+#import &quot;URL.h&quot;
+#import &quot;WebScriptObjectPrivate.h&quot;
+#import &lt;wtf/GetPtr.h&gt;
+
+#define IMPL static_cast&lt;WebCore::HTMLTitleElement*&gt;(reinterpret_cast&lt;WebCore::Node*&gt;(_internal))
+
+@implementation DOMHTMLTitleElement
+
+- (NSString *)text
+{
+    WebCore::JSMainThreadNullState state;
+    return IMPL-&gt;text();
+}
+
+- (void)setText:(NSString *)newText
+{
+    WebCore::JSMainThreadNullState state;
+    WebCore::ExceptionCode ec = 0;
+    IMPL-&gt;setText(newText, ec);
+    WebCore::raiseOnDOMError(ec);
+}
+
+@end
+
+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)));
+}
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLTitleElementInternalh"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElementInternal.h (0 => 203981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElementInternal.h                                (rev 0)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLTitleElementInternal.h        2016-08-01 19:35:11 UTC (rev 203981)
</span><span class="lines">@@ -0,0 +1,33 @@
</span><ins>+/*
+ * 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*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLUListElementh"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.h (0 => 203981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.h                                (rev 0)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.h        2016-08-01 19:35:11 UTC (rev 203981)
</span><span class="lines">@@ -0,0 +1,34 @@
</span><ins>+/*
+ * 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/DOMHTMLElement.h&gt;
+
+@class NSString;
+
+WEBKIT_CLASS_AVAILABLE_MAC(10_4)
+WEBCORE_EXPORT @interface DOMHTMLUListElement : DOMHTMLElement
+@property BOOL compact;
+@property (copy) NSString *type;
+@end
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLUListElementmm"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.mm (0 => 203981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.mm                                (rev 0)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLUListElement.mm        2016-08-01 19:35:11 UTC (rev 203981)
</span><span class="lines">@@ -0,0 +1,78 @@
</span><ins>+/*
+ * 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 &quot;config.h&quot;
+#import &quot;DOMHTMLUListElementInternal.h&quot;
+
+#import &quot;DOMNodeInternal.h&quot;
+#import &quot;ExceptionHandlers.h&quot;
+#import &quot;HTMLNames.h&quot;
+#import &quot;HTMLUListElement.h&quot;
+#import &quot;JSMainThreadExecState.h&quot;
+#import &quot;ThreadCheck.h&quot;
+#import &quot;URL.h&quot;
+#import &quot;WebScriptObjectPrivate.h&quot;
+#import &lt;wtf/GetPtr.h&gt;
+
+#define IMPL static_cast&lt;WebCore::HTMLUListElement*&gt;(reinterpret_cast&lt;WebCore::Node*&gt;(_internal))
+
+@implementation DOMHTMLUListElement
+
+- (BOOL)compact
+{
+    WebCore::JSMainThreadNullState state;
+    return IMPL-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::compactAttr);
+}
+
+- (void)setCompact:(BOOL)newCompact
+{
+    WebCore::JSMainThreadNullState state;
+    IMPL-&gt;setBooleanAttribute(WebCore::HTMLNames::compactAttr, newCompact);
+}
+
+- (NSString *)type
+{
+    WebCore::JSMainThreadNullState state;
+    return IMPL-&gt;getAttribute(WebCore::HTMLNames::typeAttr);
+}
+
+- (void)setType:(NSString *)newType
+{
+    WebCore::JSMainThreadNullState state;
+    IMPL-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::typeAttr, newType);
+}
+
+@end
+
+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)));
+}
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcDOMHTMLUListElementInternalh"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/bindings/objc/DOMHTMLUListElementInternal.h (0 => 203981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/DOMHTMLUListElementInternal.h                                (rev 0)
+++ trunk/Source/WebCore/bindings/objc/DOMHTMLUListElementInternal.h        2016-08-01 19:35:11 UTC (rev 203981)
</span><span class="lines">@@ -0,0 +1,33 @@
</span><ins>+/*
+ * 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*);
</ins></span></pre>
</div>
</div>

</body>
</html>