<!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>[169707] 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/169707">169707</a></dd>
<dt>Author</dt> <dd>mhahnenberg@apple.com</dd>
<dt>Date</dt> <dd>2014-06-09 12:30:54 -0700 (Mon, 09 Jun 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Rebaseline bindings tests after <a href="http://trac.webkit.org/projects/webkit/changeset/169703">r169703</a>

* bindings/scripts/test/JS/JSTestActiveDOMObject.cpp:
(WebCore::JSTestActiveDOMObjectPrototype::finishCreation):
(WebCore::JSTestActiveDOMObjectPrototype::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestActiveDOMObject.h:
* bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp:
(WebCore::JSTestCustomNamedGetterPrototype::finishCreation):
(WebCore::JSTestCustomNamedGetterPrototype::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
* bindings/scripts/test/JS/JSTestEventConstructor.cpp:
(WebCore::JSTestEventConstructorPrototype::finishCreation):
(WebCore::JSTestEventConstructorPrototype::getOwnPropertySlot): Deleted.
(WebCore::JSTestEventConstructor::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestEventConstructor.h:
* bindings/scripts/test/JS/JSTestEventTarget.cpp:
(WebCore::JSTestEventTargetPrototype::finishCreation):
(WebCore::JSTestEventTargetPrototype::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestEventTarget.h:
* bindings/scripts/test/JS/JSTestException.cpp:
(WebCore::JSTestExceptionPrototype::finishCreation):
(WebCore::JSTestExceptionPrototype::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestException.h:
* bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp:
(WebCore::JSTestGenerateIsReachablePrototype::finishCreation):
(WebCore::JSTestGenerateIsReachablePrototype::getOwnPropertySlot): Deleted.
(WebCore::JSTestGenerateIsReachable::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestGenerateIsReachable.h:
* bindings/scripts/test/JS/JSTestInterface.cpp:
(WebCore::JSTestInterfacePrototype::finishCreation):
(WebCore::JSTestInterfacePrototype::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestInterface.h:
* bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp:
(WebCore::JSTestMediaQueryListListenerPrototype::finishCreation):
(WebCore::JSTestMediaQueryListListenerPrototype::getOwnPropertySlot): Deleted.
(WebCore::JSTestMediaQueryListListener::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestMediaQueryListListener.h:
* bindings/scripts/test/JS/JSTestNamedConstructor.cpp:
(WebCore::JSTestNamedConstructorPrototype::finishCreation):
(WebCore::JSTestNamedConstructorPrototype::getOwnPropertySlot): Deleted.
(WebCore::JSTestNamedConstructor::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestNamedConstructor.h:
* bindings/scripts/test/JS/JSTestNode.cpp:
(WebCore::JSTestNodePrototype::finishCreation):
(WebCore::JSTestNodePrototype::getOwnPropertySlot): Deleted.
(WebCore::JSTestNode::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestNode.h:
* bindings/scripts/test/JS/JSTestNondeterministic.cpp:
(WebCore::JSTestNondeterministicPrototype::finishCreation):
(WebCore::JSTestNondeterministicPrototype::getOwnPropertySlot): Deleted.
(WebCore::JSTestNondeterministic::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestNondeterministic.h:
* bindings/scripts/test/JS/JSTestObj.cpp:
(WebCore::JSTestObjPrototype::finishCreation):
(WebCore::JSTestObjPrototype::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestObj.h:
* bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:
(WebCore::JSTestOverloadedConstructorsPrototype::finishCreation):
(WebCore::JSTestOverloadedConstructorsPrototype::getOwnPropertySlot): Deleted.
(WebCore::JSTestOverloadedConstructors::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestOverloadedConstructors.h:
* bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp:
(WebCore::JSTestSerializedScriptValueInterfacePrototype::finishCreation):
(WebCore::JSTestSerializedScriptValueInterfacePrototype::getOwnPropertySlot): Deleted.
(WebCore::JSTestSerializedScriptValueInterface::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h:
* bindings/scripts/test/JS/JSTestTypedefs.cpp:
(WebCore::JSTestTypedefsPrototype::finishCreation):
(WebCore::JSTestTypedefsPrototype::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSTestTypedefs.h:
* bindings/scripts/test/JS/JSattribute.cpp:
(WebCore::JSattributePrototype::finishCreation):
(WebCore::JSattributePrototype::getOwnPropertySlot): Deleted.
(WebCore::JSattribute::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSattribute.h:
* bindings/scripts/test/JS/JSreadonly.cpp:
(WebCore::JSreadonlyPrototype::finishCreation):
(WebCore::JSreadonlyPrototype::getOwnPropertySlot): Deleted.
(WebCore::JSreadonly::getOwnPropertySlot): Deleted.
* bindings/scripts/test/JS/JSreadonly.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjectcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjecth">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGettercpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGetterh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestEventTargetcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestEventTargeth">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestExceptioncpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestExceptionh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachablecpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachableh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestInterfacecpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestInterfaceh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenercpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenerh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNodecpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNodeh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministiccpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministich">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestObjcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestObjh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorscpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorsh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfacecpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfaceh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestTypedefscpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestTypedefsh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSattributecpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSattributeh">trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSreadonlycpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSreadonlyh">trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/ChangeLog        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -1,3 +1,86 @@
</span><ins>+2014-06-09  Mark Hahnenberg  &lt;mhahnenberg@apple.com&gt;
+
+        Rebaseline bindings tests after r169703
+
+        * bindings/scripts/test/JS/JSTestActiveDOMObject.cpp:
+        (WebCore::JSTestActiveDOMObjectPrototype::finishCreation):
+        (WebCore::JSTestActiveDOMObjectPrototype::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestActiveDOMObject.h:
+        * bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp:
+        (WebCore::JSTestCustomNamedGetterPrototype::finishCreation):
+        (WebCore::JSTestCustomNamedGetterPrototype::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
+        * bindings/scripts/test/JS/JSTestEventConstructor.cpp:
+        (WebCore::JSTestEventConstructorPrototype::finishCreation):
+        (WebCore::JSTestEventConstructorPrototype::getOwnPropertySlot): Deleted.
+        (WebCore::JSTestEventConstructor::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestEventConstructor.h:
+        * bindings/scripts/test/JS/JSTestEventTarget.cpp:
+        (WebCore::JSTestEventTargetPrototype::finishCreation):
+        (WebCore::JSTestEventTargetPrototype::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestEventTarget.h:
+        * bindings/scripts/test/JS/JSTestException.cpp:
+        (WebCore::JSTestExceptionPrototype::finishCreation):
+        (WebCore::JSTestExceptionPrototype::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestException.h:
+        * bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp:
+        (WebCore::JSTestGenerateIsReachablePrototype::finishCreation):
+        (WebCore::JSTestGenerateIsReachablePrototype::getOwnPropertySlot): Deleted.
+        (WebCore::JSTestGenerateIsReachable::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestGenerateIsReachable.h:
+        * bindings/scripts/test/JS/JSTestInterface.cpp:
+        (WebCore::JSTestInterfacePrototype::finishCreation):
+        (WebCore::JSTestInterfacePrototype::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestInterface.h:
+        * bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp:
+        (WebCore::JSTestMediaQueryListListenerPrototype::finishCreation):
+        (WebCore::JSTestMediaQueryListListenerPrototype::getOwnPropertySlot): Deleted.
+        (WebCore::JSTestMediaQueryListListener::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestMediaQueryListListener.h:
+        * bindings/scripts/test/JS/JSTestNamedConstructor.cpp:
+        (WebCore::JSTestNamedConstructorPrototype::finishCreation):
+        (WebCore::JSTestNamedConstructorPrototype::getOwnPropertySlot): Deleted.
+        (WebCore::JSTestNamedConstructor::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestNamedConstructor.h:
+        * bindings/scripts/test/JS/JSTestNode.cpp:
+        (WebCore::JSTestNodePrototype::finishCreation):
+        (WebCore::JSTestNodePrototype::getOwnPropertySlot): Deleted.
+        (WebCore::JSTestNode::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestNode.h:
+        * bindings/scripts/test/JS/JSTestNondeterministic.cpp:
+        (WebCore::JSTestNondeterministicPrototype::finishCreation):
+        (WebCore::JSTestNondeterministicPrototype::getOwnPropertySlot): Deleted.
+        (WebCore::JSTestNondeterministic::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestNondeterministic.h:
+        * bindings/scripts/test/JS/JSTestObj.cpp:
+        (WebCore::JSTestObjPrototype::finishCreation):
+        (WebCore::JSTestObjPrototype::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestObj.h:
+        * bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:
+        (WebCore::JSTestOverloadedConstructorsPrototype::finishCreation):
+        (WebCore::JSTestOverloadedConstructorsPrototype::getOwnPropertySlot): Deleted.
+        (WebCore::JSTestOverloadedConstructors::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestOverloadedConstructors.h:
+        * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp:
+        (WebCore::JSTestSerializedScriptValueInterfacePrototype::finishCreation):
+        (WebCore::JSTestSerializedScriptValueInterfacePrototype::getOwnPropertySlot): Deleted.
+        (WebCore::JSTestSerializedScriptValueInterface::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h:
+        * bindings/scripts/test/JS/JSTestTypedefs.cpp:
+        (WebCore::JSTestTypedefsPrototype::finishCreation):
+        (WebCore::JSTestTypedefsPrototype::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSTestTypedefs.h:
+        * bindings/scripts/test/JS/JSattribute.cpp:
+        (WebCore::JSattributePrototype::finishCreation):
+        (WebCore::JSattributePrototype::getOwnPropertySlot): Deleted.
+        (WebCore::JSattribute::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSattribute.h:
+        * bindings/scripts/test/JS/JSreadonly.cpp:
+        (WebCore::JSreadonlyPrototype::finishCreation):
+        (WebCore::JSreadonlyPrototype::getOwnPropertySlot): Deleted.
+        (WebCore::JSreadonly::getOwnPropertySlot): Deleted.
+        * bindings/scripts/test/JS/JSreadonly.h:
+
</ins><span class="cx"> 2014-06-09  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Group the methods in InternalSettings.idl
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -107,10 +107,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestActiveDOMObject&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestActiveDOMObjectPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestActiveDOMObjectPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestActiveDOMObjectPrototype* thisObject = jsCast&lt;JSTestActiveDOMObjectPrototype*&gt;(object);
-    return getStaticFunctionSlot&lt;JSObject&gt;(exec, JSTestActiveDOMObjectPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestActiveDOMObjectPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestActiveDOMObject::s_info = { &quot;TestActiveDOMObject&quot;, &amp;Base::s_info, &amp;JSTestActiveDOMObjectTable, 0 , CREATE_METHOD_TABLE(JSTestActiveDOMObject) };
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestActiveDOMObjectPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestActiveDOMObjectConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGettercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -100,10 +100,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestCustomNamedGetter&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestCustomNamedGetterPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestCustomNamedGetterPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestCustomNamedGetterPrototype* thisObject = jsCast&lt;JSTestCustomNamedGetterPrototype*&gt;(object);
-    return getStaticFunctionSlot&lt;JSObject&gt;(exec, JSTestCustomNamedGetterPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestCustomNamedGetterPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestCustomNamedGetter::s_info = { &quot;TestCustomNamedGetter&quot;, &amp;Base::s_info, &amp;JSTestCustomNamedGetterTable, 0 , CREATE_METHOD_TABLE(JSTestCustomNamedGetter) };
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGetterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -121,7 +121,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestCustomNamedGetterPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestCustomNamedGetterConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -140,10 +140,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestEventConstructor&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestEventConstructorPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestEventConstructorPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestEventConstructorPrototype* thisObject = jsCast&lt;JSTestEventConstructorPrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestEventConstructorPrototype, JSObject&gt;(exec, JSTestEventConstructorPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestEventConstructorPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestEventConstructor::s_info = { &quot;TestEventConstructor&quot;, &amp;Base::s_info, 0, 0 , CREATE_METHOD_TABLE(JSTestEventConstructor) };
</span><span class="lines">@@ -170,13 +170,6 @@
</span><span class="cx">     releaseImplIfNotNull();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestEventConstructor::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
-{
-    JSTestEventConstructor* thisObject = jsCast&lt;JSTestEventConstructor*&gt;(object);
-    ASSERT_GC_OBJECT_INHERITS(thisObject, info());
-    return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
-}
-
</del><span class="cx"> EncodedJSValue jsTestEventConstructorAttr1(ExecState* exec, JSObject* slotBase, EncodedJSValue thisValue, PropertyName)
</span><span class="cx"> {
</span><span class="cx">     UNUSED_PARAM(exec);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -42,7 +42,6 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><span class="cx">     static void destroy(JSC::JSCell*);
</span><span class="cx">     ~JSTestEventConstructor();
</span><span class="cx">     DECLARE_INFO;
</span><span class="lines">@@ -75,7 +74,7 @@
</span><span class="cx">         ASSERT(inherits(info()));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static const unsigned StructureFlags = JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestEventConstructorOwner : public JSC::WeakHandleOwner {
</span><span class="lines">@@ -110,7 +109,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -119,7 +118,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestEventConstructorPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestEventConstructorConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventTargetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -115,10 +115,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestEventTarget&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestEventTargetPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestEventTargetPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestEventTargetPrototype* thisObject = jsCast&lt;JSTestEventTargetPrototype*&gt;(object);
-    return getStaticFunctionSlot&lt;JSObject&gt;(exec, JSTestEventTargetPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestEventTargetPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestEventTarget::s_info = { &quot;TestEventTarget&quot;, &amp;Base::s_info, &amp;JSTestEventTargetTable, 0 , CREATE_METHOD_TABLE(JSTestEventTarget) };
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventTargeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -116,7 +116,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestEventTargetPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::OverridesVisitChildren | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = JSC::OverridesVisitChildren | Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestEventTargetConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestExceptioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -99,10 +99,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestException&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestExceptionPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestExceptionPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestExceptionPrototype* thisObject = jsCast&lt;JSTestExceptionPrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestExceptionPrototype, JSObject&gt;(exec, JSTestExceptionPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestExceptionPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestException::s_info = { &quot;TestException&quot;, &amp;Base::s_info, &amp;JSTestExceptionTable, 0 , CREATE_METHOD_TABLE(JSTestException) };
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestExceptionPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestExceptionConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachablecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -82,10 +82,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestGenerateIsReachable&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestGenerateIsReachablePrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestGenerateIsReachablePrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestGenerateIsReachablePrototype* thisObject = jsCast&lt;JSTestGenerateIsReachablePrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestGenerateIsReachablePrototype, JSObject&gt;(exec, JSTestGenerateIsReachablePrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestGenerateIsReachablePrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestGenerateIsReachable::s_info = { &quot;TestGenerateIsReachable&quot;, &amp;Base::s_info, 0, 0 , CREATE_METHOD_TABLE(JSTestGenerateIsReachable) };
</span><span class="lines">@@ -112,13 +112,6 @@
</span><span class="cx">     releaseImplIfNotNull();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestGenerateIsReachable::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
-{
-    JSTestGenerateIsReachable* thisObject = jsCast&lt;JSTestGenerateIsReachable*&gt;(object);
-    ASSERT_GC_OBJECT_INHERITS(thisObject, info());
-    return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
-}
-
</del><span class="cx"> EncodedJSValue jsTestGenerateIsReachableConstructor(ExecState* exec, JSObject* baseValue, EncodedJSValue, PropertyName)
</span><span class="cx"> {
</span><span class="cx">     JSTestGenerateIsReachablePrototype* domObject = jsDynamicCast&lt;JSTestGenerateIsReachablePrototype*&gt;(baseValue);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -40,7 +40,6 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><span class="cx">     static void destroy(JSC::JSCell*);
</span><span class="cx">     ~JSTestGenerateIsReachable();
</span><span class="cx">     DECLARE_INFO;
</span><span class="lines">@@ -73,7 +72,7 @@
</span><span class="cx">         ASSERT(inherits(info()));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static const unsigned StructureFlags = JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestGenerateIsReachableOwner : public JSC::WeakHandleOwner {
</span><span class="lines">@@ -108,7 +107,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -117,7 +116,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestGenerateIsReachablePrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestGenerateIsReachableConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestInterfacecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -374,10 +374,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestInterface&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestInterfacePrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestInterfacePrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestInterfacePrototype* thisObject = jsCast&lt;JSTestInterfacePrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestInterfacePrototype, JSObject&gt;(exec, JSTestInterfacePrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestInterfacePrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestInterface::s_info = { &quot;TestInterface&quot;, &amp;Base::s_info, &amp;JSTestInterfaceTable, 0 , CREATE_METHOD_TABLE(JSTestInterface) };
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestInterfaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestInterfacePrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestInterfaceConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -89,10 +89,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestMediaQueryListListener&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestMediaQueryListListenerPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestMediaQueryListListenerPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestMediaQueryListListenerPrototype* thisObject = jsCast&lt;JSTestMediaQueryListListenerPrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestMediaQueryListListenerPrototype, JSObject&gt;(exec, JSTestMediaQueryListListenerPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestMediaQueryListListenerPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestMediaQueryListListener::s_info = { &quot;TestMediaQueryListListener&quot;, &amp;Base::s_info, 0, 0 , CREATE_METHOD_TABLE(JSTestMediaQueryListListener) };
</span><span class="lines">@@ -119,13 +119,6 @@
</span><span class="cx">     releaseImplIfNotNull();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestMediaQueryListListener::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
-{
-    JSTestMediaQueryListListener* thisObject = jsCast&lt;JSTestMediaQueryListListener*&gt;(object);
-    ASSERT_GC_OBJECT_INHERITS(thisObject, info());
-    return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
-}
-
</del><span class="cx"> EncodedJSValue jsTestMediaQueryListListenerConstructor(ExecState* exec, JSObject* baseValue, EncodedJSValue, PropertyName)
</span><span class="cx"> {
</span><span class="cx">     JSTestMediaQueryListListenerPrototype* domObject = jsDynamicCast&lt;JSTestMediaQueryListListenerPrototype*&gt;(baseValue);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -40,7 +40,6 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><span class="cx">     static void destroy(JSC::JSCell*);
</span><span class="cx">     ~JSTestMediaQueryListListener();
</span><span class="cx">     DECLARE_INFO;
</span><span class="lines">@@ -73,7 +72,7 @@
</span><span class="cx">         ASSERT(inherits(info()));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static const unsigned StructureFlags = JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestMediaQueryListListenerOwner : public JSC::WeakHandleOwner {
</span><span class="lines">@@ -108,7 +107,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -117,7 +116,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestMediaQueryListListenerPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestMediaQueryListListenerConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -129,10 +129,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestNamedConstructor&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestNamedConstructorPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestNamedConstructorPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestNamedConstructorPrototype* thisObject = jsCast&lt;JSTestNamedConstructorPrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestNamedConstructorPrototype, JSObject&gt;(exec, JSTestNamedConstructorPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestNamedConstructorPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestNamedConstructor::s_info = { &quot;TestNamedConstructor&quot;, &amp;Base::s_info, 0, 0 , CREATE_METHOD_TABLE(JSTestNamedConstructor) };
</span><span class="lines">@@ -159,13 +159,6 @@
</span><span class="cx">     releaseImplIfNotNull();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestNamedConstructor::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
-{
-    JSTestNamedConstructor* thisObject = jsCast&lt;JSTestNamedConstructor*&gt;(object);
-    ASSERT_GC_OBJECT_INHERITS(thisObject, info());
-    return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
-}
-
</del><span class="cx"> EncodedJSValue jsTestNamedConstructorConstructor(ExecState* exec, JSObject* baseValue, EncodedJSValue, PropertyName)
</span><span class="cx"> {
</span><span class="cx">     JSTestNamedConstructorPrototype* domObject = jsDynamicCast&lt;JSTestNamedConstructorPrototype*&gt;(baseValue);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -41,7 +41,6 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><span class="cx">     static void destroy(JSC::JSCell*);
</span><span class="cx">     ~JSTestNamedConstructor();
</span><span class="cx">     DECLARE_INFO;
</span><span class="lines">@@ -75,7 +74,7 @@
</span><span class="cx">         ASSERT(inherits(info()));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static const unsigned StructureFlags = JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestNamedConstructorOwner : public JSC::WeakHandleOwner {
</span><span class="lines">@@ -110,7 +109,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -119,7 +118,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestNamedConstructorPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestNamedConstructorConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNodecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -98,10 +98,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestNode&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestNodePrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestNodePrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestNodePrototype* thisObject = jsCast&lt;JSTestNodePrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestNodePrototype, JSObject&gt;(exec, JSTestNodePrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestNodePrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestNode::s_info = { &quot;TestNode&quot;, &amp;Base::s_info, 0, 0 , CREATE_METHOD_TABLE(JSTestNode) };
</span><span class="lines">@@ -116,13 +116,6 @@
</span><span class="cx">     return JSTestNodePrototype::create(vm, globalObject, JSTestNodePrototype::createStructure(vm, globalObject, JSNodePrototype::self(vm, globalObject)));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestNode::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
-{
-    JSTestNode* thisObject = jsCast&lt;JSTestNode*&gt;(object);
-    ASSERT_GC_OBJECT_INHERITS(thisObject, info());
-    return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
-}
-
</del><span class="cx"> EncodedJSValue jsTestNodeConstructor(ExecState* exec, JSObject* baseValue, EncodedJSValue, PropertyName)
</span><span class="cx"> {
</span><span class="cx">     JSTestNodePrototype* domObject = jsDynamicCast&lt;JSTestNodePrototype*&gt;(baseValue);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -39,7 +39,6 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><span class="cx">     DECLARE_INFO;
</span><span class="cx"> 
</span><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="lines">@@ -63,7 +62,7 @@
</span><span class="cx">         ASSERT(inherits(info()));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static const unsigned StructureFlags = JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesGetOwnPropertySlot | JSC::OverridesVisitChildren | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = JSC::OverridesVisitChildren | Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -79,7 +78,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -88,7 +87,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestNodePrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::OverridesVisitChildren | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = JSC::OverridesVisitChildren | Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestNodeConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministiccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -115,10 +115,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestNondeterministic&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestNondeterministicPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestNondeterministicPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestNondeterministicPrototype* thisObject = jsCast&lt;JSTestNondeterministicPrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestNondeterministicPrototype, JSObject&gt;(exec, JSTestNondeterministicPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestNondeterministicPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestNondeterministic::s_info = { &quot;TestNondeterministic&quot;, &amp;Base::s_info, 0, 0 , CREATE_METHOD_TABLE(JSTestNondeterministic) };
</span><span class="lines">@@ -145,13 +145,6 @@
</span><span class="cx">     releaseImplIfNotNull();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestNondeterministic::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
-{
-    JSTestNondeterministic* thisObject = jsCast&lt;JSTestNondeterministic*&gt;(object);
-    ASSERT_GC_OBJECT_INHERITS(thisObject, info());
-    return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
-}
-
</del><span class="cx"> EncodedJSValue jsTestNondeterministicNondeterministicReadonlyAttr(ExecState* exec, JSObject* slotBase, EncodedJSValue thisValue, PropertyName)
</span><span class="cx"> {
</span><span class="cx">     UNUSED_PARAM(exec);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministich"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -40,7 +40,6 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><span class="cx">     static void destroy(JSC::JSCell*);
</span><span class="cx">     ~JSTestNondeterministic();
</span><span class="cx">     DECLARE_INFO;
</span><span class="lines">@@ -73,7 +72,7 @@
</span><span class="cx">         ASSERT(inherits(info()));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static const unsigned StructureFlags = JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestNondeterministicOwner : public JSC::WeakHandleOwner {
</span><span class="lines">@@ -108,7 +107,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -117,7 +116,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestNondeterministicPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestNondeterministicConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestObjcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -969,10 +969,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestObj&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestObjPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestObjPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestObjPrototype* thisObject = jsCast&lt;JSTestObjPrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestObjPrototype, JSObject&gt;(exec, JSTestObjPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestObjPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestObj::s_info = { &quot;TestObject&quot;, &amp;Base::s_info, &amp;JSTestObjTable, 0 , CREATE_METHOD_TABLE(JSTestObj) };
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestObjh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -121,7 +121,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -130,7 +130,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestObjPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::OverridesVisitChildren | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = JSC::OverridesVisitChildren | Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestObjConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -157,10 +157,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestOverloadedConstructors&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestOverloadedConstructorsPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestOverloadedConstructorsPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestOverloadedConstructorsPrototype* thisObject = jsCast&lt;JSTestOverloadedConstructorsPrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestOverloadedConstructorsPrototype, JSObject&gt;(exec, JSTestOverloadedConstructorsPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestOverloadedConstructorsPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestOverloadedConstructors::s_info = { &quot;TestOverloadedConstructors&quot;, &amp;Base::s_info, 0, 0 , CREATE_METHOD_TABLE(JSTestOverloadedConstructors) };
</span><span class="lines">@@ -187,13 +187,6 @@
</span><span class="cx">     releaseImplIfNotNull();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestOverloadedConstructors::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
-{
-    JSTestOverloadedConstructors* thisObject = jsCast&lt;JSTestOverloadedConstructors*&gt;(object);
-    ASSERT_GC_OBJECT_INHERITS(thisObject, info());
-    return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
-}
-
</del><span class="cx"> EncodedJSValue jsTestOverloadedConstructorsConstructor(ExecState* exec, JSObject* baseValue, EncodedJSValue, PropertyName)
</span><span class="cx"> {
</span><span class="cx">     JSTestOverloadedConstructorsPrototype* domObject = jsDynamicCast&lt;JSTestOverloadedConstructorsPrototype*&gt;(baseValue);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -40,7 +40,6 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><span class="cx">     static void destroy(JSC::JSCell*);
</span><span class="cx">     ~JSTestOverloadedConstructors();
</span><span class="cx">     DECLARE_INFO;
</span><span class="lines">@@ -73,7 +72,7 @@
</span><span class="cx">         ASSERT(inherits(info()));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static const unsigned StructureFlags = JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestOverloadedConstructorsOwner : public JSC::WeakHandleOwner {
</span><span class="lines">@@ -108,7 +107,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -117,7 +116,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestOverloadedConstructorsPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestOverloadedConstructorsConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfacecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -110,10 +110,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestSerializedScriptValueInterface&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestSerializedScriptValueInterfacePrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestSerializedScriptValueInterfacePrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestSerializedScriptValueInterfacePrototype* thisObject = jsCast&lt;JSTestSerializedScriptValueInterfacePrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestSerializedScriptValueInterfacePrototype, JSObject&gt;(exec, JSTestSerializedScriptValueInterfacePrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestSerializedScriptValueInterfacePrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestSerializedScriptValueInterface::s_info = { &quot;TestSerializedScriptValueInterface&quot;, &amp;Base::s_info, 0, 0 , CREATE_METHOD_TABLE(JSTestSerializedScriptValueInterface) };
</span><span class="lines">@@ -140,13 +140,6 @@
</span><span class="cx">     releaseImplIfNotNull();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestSerializedScriptValueInterface::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
-{
-    JSTestSerializedScriptValueInterface* thisObject = jsCast&lt;JSTestSerializedScriptValueInterface*&gt;(object);
-    ASSERT_GC_OBJECT_INHERITS(thisObject, info());
-    return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
-}
-
</del><span class="cx"> EncodedJSValue jsTestSerializedScriptValueInterfaceValue(ExecState* exec, JSObject* slotBase, EncodedJSValue thisValue, PropertyName)
</span><span class="cx"> {
</span><span class="cx">     UNUSED_PARAM(exec);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -42,7 +42,6 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><span class="cx">     static void destroy(JSC::JSCell*);
</span><span class="cx">     ~JSTestSerializedScriptValueInterface();
</span><span class="cx">     DECLARE_INFO;
</span><span class="lines">@@ -79,7 +78,7 @@
</span><span class="cx">         ASSERT(inherits(info()));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static const unsigned StructureFlags = JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesGetOwnPropertySlot | JSC::OverridesVisitChildren | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = JSC::OverridesVisitChildren | Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestSerializedScriptValueInterfaceOwner : public JSC::WeakHandleOwner {
</span><span class="lines">@@ -114,7 +113,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -123,7 +122,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestSerializedScriptValueInterfacePrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::OverridesVisitChildren | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = JSC::OverridesVisitChildren | Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestSerializedScriptValueInterfaceConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestTypedefscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -213,10 +213,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSTestTypedefs&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSTestTypedefsPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSTestTypedefsPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSTestTypedefsPrototype* thisObject = jsCast&lt;JSTestTypedefsPrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSTestTypedefsPrototype, JSObject&gt;(exec, JSTestTypedefsPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSTestTypedefsPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSTestTypedefs::s_info = { &quot;TestTypedefs&quot;, &amp;Base::s_info, &amp;JSTestTypedefsTable, 0 , CREATE_METHOD_TABLE(JSTestTypedefs) };
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestTypedefsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSTestTypedefsPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSTestTypedefsConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSattributecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -88,10 +88,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSattribute&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSattributePrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSattributePrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSattributePrototype* thisObject = jsCast&lt;JSattributePrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSattributePrototype, JSObject&gt;(exec, JSattributePrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSattributePrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSattribute::s_info = { &quot;attribute&quot;, &amp;Base::s_info, 0, 0 , CREATE_METHOD_TABLE(JSattribute) };
</span><span class="lines">@@ -118,13 +118,6 @@
</span><span class="cx">     releaseImplIfNotNull();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSattribute::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
-{
-    JSattribute* thisObject = jsCast&lt;JSattribute*&gt;(object);
-    ASSERT_GC_OBJECT_INHERITS(thisObject, info());
-    return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
-}
-
</del><span class="cx"> EncodedJSValue jsattributeReadonly(ExecState* exec, JSObject* slotBase, EncodedJSValue thisValue, PropertyName)
</span><span class="cx"> {
</span><span class="cx">     UNUSED_PARAM(exec);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSattributeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -40,7 +40,6 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><span class="cx">     static void destroy(JSC::JSCell*);
</span><span class="cx">     ~JSattribute();
</span><span class="cx">     DECLARE_INFO;
</span><span class="lines">@@ -73,7 +72,7 @@
</span><span class="cx">         ASSERT(inherits(info()));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static const unsigned StructureFlags = JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSattributeOwner : public JSC::WeakHandleOwner {
</span><span class="lines">@@ -108,7 +107,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -117,7 +116,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSattributePrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSattributeConstructor : public DOMConstructorObject {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSreadonlycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -82,10 +82,10 @@
</span><span class="cx">     return getDOMPrototype&lt;JSreadonly&gt;(vm, globalObject);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSreadonlyPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
</del><ins>+void JSreadonlyPrototype::finishCreation(VM&amp; vm)
</ins><span class="cx"> {
</span><del>-    JSreadonlyPrototype* thisObject = jsCast&lt;JSreadonlyPrototype*&gt;(object);
-    return getStaticPropertySlot&lt;JSreadonlyPrototype, JSObject&gt;(exec, JSreadonlyPrototypeTable, thisObject, propertyName, slot);
</del><ins>+    Base::finishCreation(vm);
+    reifyStaticProperties(vm, JSreadonlyPrototypeTable, this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const ClassInfo JSreadonly::s_info = { &quot;readonly&quot;, &amp;Base::s_info, 0, 0 , CREATE_METHOD_TABLE(JSreadonly) };
</span><span class="lines">@@ -112,13 +112,6 @@
</span><span class="cx">     releaseImplIfNotNull();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool JSreadonly::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot&amp; slot)
-{
-    JSreadonly* thisObject = jsCast&lt;JSreadonly*&gt;(object);
-    ASSERT_GC_OBJECT_INHERITS(thisObject, info());
-    return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
-}
-
</del><span class="cx"> EncodedJSValue jsreadonlyConstructor(ExecState* exec, JSObject* baseValue, EncodedJSValue, PropertyName)
</span><span class="cx"> {
</span><span class="cx">     JSreadonlyPrototype* domObject = jsDynamicCast&lt;JSreadonlyPrototype*&gt;(baseValue);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSreadonlyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h (169706 => 169707)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h        2014-06-09 19:06:51 UTC (rev 169706)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h        2014-06-09 19:30:54 UTC (rev 169707)
</span><span class="lines">@@ -40,7 +40,6 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><span class="cx">     static void destroy(JSC::JSCell*);
</span><span class="cx">     ~JSreadonly();
</span><span class="cx">     DECLARE_INFO;
</span><span class="lines">@@ -73,7 +72,7 @@
</span><span class="cx">         ASSERT(inherits(info()));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static const unsigned StructureFlags = JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSreadonlyOwner : public JSC::WeakHandleOwner {
</span><span class="lines">@@ -108,7 +107,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DECLARE_INFO;
</span><del>-    static bool getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&amp;);
</del><ins>+    void finishCreation(JSC::VM&amp;);
</ins><span class="cx">     static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
</span><span class="cx">     {
</span><span class="cx">         return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
</span><span class="lines">@@ -117,7 +116,7 @@
</span><span class="cx"> private:
</span><span class="cx">     JSreadonlyPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(vm, structure) { }
</span><span class="cx"> protected:
</span><del>-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
</del><ins>+    static const unsigned StructureFlags = Base::StructureFlags;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> class JSreadonlyConstructor : public DOMConstructorObject {
</span></span></pre>
</div>
</div>

</body>
</html>