<!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>[191060] 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/191060">191060</a></dd>
<dt>Author</dt> <dd>youenn.fablet@crf.canon.fr</dd>
<dt>Date</dt> <dd>2015-10-14 12:18:36 -0700 (Wed, 14 Oct 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Rename JSDOMWrapper to JSDOMObject and JSDOMWrapperWithImplementation to JSDOMWrapper
https://bugs.webkit.org/show_bug.cgi?id=150120

Reviewed by Sam Weinig.

No change in behavior.

* bindings/js/DOMWrapperWorld.h:
* bindings/js/JSDOMBinding.h:
(WebCore::DOMConstructorObject::DOMConstructorObject):
(WebCore::getInlineCachedWrapper):
(WebCore::setInlineCachedWrapper):
(WebCore::clearInlineCachedWrapper):
(WebCore::createWrapper):
(WebCore::getStaticValueSlotEntryWithoutCaching&lt;JSDOMObject&gt;):
* bindings/js/JSDOMWrapper.cpp:
* bindings/js/JSDOMWrapper.h:
(WebCore::JSDOMObject::JSDOMObject):
(WebCore::JSDOMWrapper::~JSDOMWrapper):
(WebCore::JSDOMWrapper::JSDOMWrapper):
* bindings/js/JSElementCustom.cpp:
(WebCore::toJSNewlyCreated):
* bindings/js/JSNodeCustom.cpp:
(WebCore::createWrapperInline):
* bindings/js/ScriptWrappable.h:
* bindings/js/ScriptWrappableInlines.h:
(WebCore::ScriptWrappable::wrapper):
(WebCore::ScriptWrappable::setWrapper):
(WebCore::ScriptWrappable::clearWrapper):
* bindings/scripts/CodeGeneratorJS.pm:
(GetParentClassName):
* bindings/scripts/test/JS/JSTestActiveDOMObject.cpp:
(WebCore::JSTestActiveDOMObject::JSTestActiveDOMObject):
* bindings/scripts/test/JS/JSTestActiveDOMObject.h:
* bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp:
(WebCore::JSTestCustomConstructorWithNoInterfaceObject::JSTestCustomConstructorWithNoInterfaceObject):
* bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.h:
* bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp:
(WebCore::JSTestCustomNamedGetter::JSTestCustomNamedGetter):
* bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
* bindings/scripts/test/JS/JSTestEventConstructor.cpp:
(WebCore::JSTestEventConstructor::JSTestEventConstructor):
* bindings/scripts/test/JS/JSTestEventConstructor.h:
* bindings/scripts/test/JS/JSTestEventTarget.cpp:
(WebCore::JSTestEventTarget::JSTestEventTarget):
* bindings/scripts/test/JS/JSTestEventTarget.h:
* bindings/scripts/test/JS/JSTestException.cpp:
(WebCore::JSTestException::JSTestException):
* bindings/scripts/test/JS/JSTestException.h:
* bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp:
(WebCore::JSTestGenerateIsReachable::JSTestGenerateIsReachable):
* bindings/scripts/test/JS/JSTestGenerateIsReachable.h:
* bindings/scripts/test/JS/JSTestInterface.cpp:
(WebCore::JSTestInterface::JSTestInterface):
* bindings/scripts/test/JS/JSTestInterface.h:
* bindings/scripts/test/JS/JSTestJSBuiltinConstructor.cpp:
(WebCore::JSTestJSBuiltinConstructor::JSTestJSBuiltinConstructor):
* bindings/scripts/test/JS/JSTestJSBuiltinConstructor.h:
* bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp:
(WebCore::JSTestMediaQueryListListener::JSTestMediaQueryListListener):
* bindings/scripts/test/JS/JSTestMediaQueryListListener.h:
* bindings/scripts/test/JS/JSTestNamedConstructor.cpp:
(WebCore::JSTestNamedConstructor::JSTestNamedConstructor):
* bindings/scripts/test/JS/JSTestNamedConstructor.h:
* bindings/scripts/test/JS/JSTestNondeterministic.cpp:
(WebCore::JSTestNondeterministic::JSTestNondeterministic):
* bindings/scripts/test/JS/JSTestNondeterministic.h:
* bindings/scripts/test/JS/JSTestObj.cpp:
(WebCore::JSTestObj::JSTestObj):
* bindings/scripts/test/JS/JSTestObj.h:
* bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:
(WebCore::JSTestOverloadedConstructors::JSTestOverloadedConstructors):
* bindings/scripts/test/JS/JSTestOverloadedConstructors.h:
* bindings/scripts/test/JS/JSTestOverrideBuiltins.cpp:
(WebCore::JSTestOverrideBuiltins::JSTestOverrideBuiltins):
* bindings/scripts/test/JS/JSTestOverrideBuiltins.h:
* bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp:
(WebCore::JSTestSerializedScriptValueInterface::JSTestSerializedScriptValueInterface):
* bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h:
* bindings/scripts/test/JS/JSTestTypedefs.cpp:
(WebCore::JSTestTypedefs::JSTestTypedefs):
* bindings/scripts/test/JS/JSTestTypedefs.h:
* bindings/scripts/test/JS/JSattribute.cpp:
(WebCore::JSattribute::JSattribute):
* bindings/scripts/test/JS/JSattribute.h:
* bindings/scripts/test/JS/JSreadonly.cpp:
(WebCore::JSreadonly::JSreadonly):
* bindings/scripts/test/JS/JSreadonly.h:
* dom/make_names.pl:
(printWrapperFunctions):
(printWrapperFactoryCppFile):
(printWrapperFactoryHeaderFile):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorebindingsjsDOMWrapperWorldh">trunk/Source/WebCore/bindings/js/DOMWrapperWorld.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMBindingh">trunk/Source/WebCore/bindings/js/JSDOMBinding.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMWrappercpp">trunk/Source/WebCore/bindings/js/JSDOMWrapper.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMWrapperh">trunk/Source/WebCore/bindings/js/JSDOMWrapper.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSElementCustomcpp">trunk/Source/WebCore/bindings/js/JSElementCustom.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSNodeCustomcpp">trunk/Source/WebCore/bindings/js/JSNodeCustom.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsScriptWrappableh">trunk/Source/WebCore/bindings/js/ScriptWrappable.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsScriptWrappableInlinesh">trunk/Source/WebCore/bindings/js/ScriptWrappableInlines.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptsCodeGeneratorJSpm">trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm</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="#trunkSourceWebCorebindingsscriptstestJSJSTestCustomConstructorWithNoInterfaceObjectcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestCustomConstructorWithNoInterfaceObjecth">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.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="#trunkSourceWebCorebindingsscriptstestJSJSTestJSBuiltinConstructorcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestJSBuiltinConstructor.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestJSBuiltinConstructorh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestJSBuiltinConstructor.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="#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="#trunkSourceWebCorebindingsscriptstestJSJSTestOverrideBuiltinscpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverrideBuiltins.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestOverrideBuiltinsh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverrideBuiltins.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>
<li><a href="#trunkSourceWebCoredommake_namespl">trunk/Source/WebCore/dom/make_names.pl</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/ChangeLog        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -1,3 +1,98 @@
</span><ins>+2015-10-14  Youenn Fablet  &lt;youenn.fablet@crf.canon.fr&gt;
+
+        Rename JSDOMWrapper to JSDOMObject and JSDOMWrapperWithImplementation to JSDOMWrapper
+        https://bugs.webkit.org/show_bug.cgi?id=150120
+
+        Reviewed by Sam Weinig.
+
+        No change in behavior.
+
+        * bindings/js/DOMWrapperWorld.h:
+        * bindings/js/JSDOMBinding.h:
+        (WebCore::DOMConstructorObject::DOMConstructorObject):
+        (WebCore::getInlineCachedWrapper):
+        (WebCore::setInlineCachedWrapper):
+        (WebCore::clearInlineCachedWrapper):
+        (WebCore::createWrapper):
+        (WebCore::getStaticValueSlotEntryWithoutCaching&lt;JSDOMObject&gt;):
+        * bindings/js/JSDOMWrapper.cpp:
+        * bindings/js/JSDOMWrapper.h:
+        (WebCore::JSDOMObject::JSDOMObject):
+        (WebCore::JSDOMWrapper::~JSDOMWrapper):
+        (WebCore::JSDOMWrapper::JSDOMWrapper):
+        * bindings/js/JSElementCustom.cpp:
+        (WebCore::toJSNewlyCreated):
+        * bindings/js/JSNodeCustom.cpp:
+        (WebCore::createWrapperInline):
+        * bindings/js/ScriptWrappable.h:
+        * bindings/js/ScriptWrappableInlines.h:
+        (WebCore::ScriptWrappable::wrapper):
+        (WebCore::ScriptWrappable::setWrapper):
+        (WebCore::ScriptWrappable::clearWrapper):
+        * bindings/scripts/CodeGeneratorJS.pm:
+        (GetParentClassName):
+        * bindings/scripts/test/JS/JSTestActiveDOMObject.cpp:
+        (WebCore::JSTestActiveDOMObject::JSTestActiveDOMObject):
+        * bindings/scripts/test/JS/JSTestActiveDOMObject.h:
+        * bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp:
+        (WebCore::JSTestCustomConstructorWithNoInterfaceObject::JSTestCustomConstructorWithNoInterfaceObject):
+        * bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.h:
+        * bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp:
+        (WebCore::JSTestCustomNamedGetter::JSTestCustomNamedGetter):
+        * bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
+        * bindings/scripts/test/JS/JSTestEventConstructor.cpp:
+        (WebCore::JSTestEventConstructor::JSTestEventConstructor):
+        * bindings/scripts/test/JS/JSTestEventConstructor.h:
+        * bindings/scripts/test/JS/JSTestEventTarget.cpp:
+        (WebCore::JSTestEventTarget::JSTestEventTarget):
+        * bindings/scripts/test/JS/JSTestEventTarget.h:
+        * bindings/scripts/test/JS/JSTestException.cpp:
+        (WebCore::JSTestException::JSTestException):
+        * bindings/scripts/test/JS/JSTestException.h:
+        * bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp:
+        (WebCore::JSTestGenerateIsReachable::JSTestGenerateIsReachable):
+        * bindings/scripts/test/JS/JSTestGenerateIsReachable.h:
+        * bindings/scripts/test/JS/JSTestInterface.cpp:
+        (WebCore::JSTestInterface::JSTestInterface):
+        * bindings/scripts/test/JS/JSTestInterface.h:
+        * bindings/scripts/test/JS/JSTestJSBuiltinConstructor.cpp:
+        (WebCore::JSTestJSBuiltinConstructor::JSTestJSBuiltinConstructor):
+        * bindings/scripts/test/JS/JSTestJSBuiltinConstructor.h:
+        * bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp:
+        (WebCore::JSTestMediaQueryListListener::JSTestMediaQueryListListener):
+        * bindings/scripts/test/JS/JSTestMediaQueryListListener.h:
+        * bindings/scripts/test/JS/JSTestNamedConstructor.cpp:
+        (WebCore::JSTestNamedConstructor::JSTestNamedConstructor):
+        * bindings/scripts/test/JS/JSTestNamedConstructor.h:
+        * bindings/scripts/test/JS/JSTestNondeterministic.cpp:
+        (WebCore::JSTestNondeterministic::JSTestNondeterministic):
+        * bindings/scripts/test/JS/JSTestNondeterministic.h:
+        * bindings/scripts/test/JS/JSTestObj.cpp:
+        (WebCore::JSTestObj::JSTestObj):
+        * bindings/scripts/test/JS/JSTestObj.h:
+        * bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:
+        (WebCore::JSTestOverloadedConstructors::JSTestOverloadedConstructors):
+        * bindings/scripts/test/JS/JSTestOverloadedConstructors.h:
+        * bindings/scripts/test/JS/JSTestOverrideBuiltins.cpp:
+        (WebCore::JSTestOverrideBuiltins::JSTestOverrideBuiltins):
+        * bindings/scripts/test/JS/JSTestOverrideBuiltins.h:
+        * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp:
+        (WebCore::JSTestSerializedScriptValueInterface::JSTestSerializedScriptValueInterface):
+        * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h:
+        * bindings/scripts/test/JS/JSTestTypedefs.cpp:
+        (WebCore::JSTestTypedefs::JSTestTypedefs):
+        * bindings/scripts/test/JS/JSTestTypedefs.h:
+        * bindings/scripts/test/JS/JSattribute.cpp:
+        (WebCore::JSattribute::JSattribute):
+        * bindings/scripts/test/JS/JSattribute.h:
+        * bindings/scripts/test/JS/JSreadonly.cpp:
+        (WebCore::JSreadonly::JSreadonly):
+        * bindings/scripts/test/JS/JSreadonly.h:
+        * dom/make_names.pl:
+        (printWrapperFunctions):
+        (printWrapperFactoryCppFile):
+        (printWrapperFactoryHeaderFile):
+
</ins><span class="cx"> 2015-10-14  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Change GraphicsContext image-drawing functions to take references
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsDOMWrapperWorldh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/DOMWrapperWorld.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/DOMWrapperWorld.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/js/DOMWrapperWorld.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> class CSSValue;
</span><del>-class JSDOMWrapper;
</del><span class="cx"> class ScriptController;
</span><span class="cx"> 
</span><span class="cx"> typedef HashMap&lt;void*, JSC::Weak&lt;JSC::JSObject&gt;&gt; DOMObjectWrapperMap;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMBindingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMBinding.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMBinding.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/js/JSDOMBinding.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -86,9 +86,9 @@
</span><span class="cx"> WEBCORE_EXPORT JSC::EncodedJSValue throwThisTypeError(JSC::ExecState&amp;, const char* interfaceName, const char* functionName);
</span><span class="cx"> 
</span><span class="cx"> // Base class for all constructor objects in the JSC bindings.
</span><del>-class DOMConstructorObject : public JSDOMWrapper {
</del><ins>+class DOMConstructorObject : public JSDOMObject {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapper Base;
</del><ins>+    typedef JSDOMObject Base;
</ins><span class="cx">     static const unsigned StructureFlags = Base::StructureFlags | JSC::ImplementsHasInstance;
</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">@@ -98,7 +98,7 @@
</span><span class="cx"> 
</span><span class="cx"> protected:
</span><span class="cx">     DOMConstructorObject(JSC::Structure* structure, JSDOMGlobalObject&amp; globalObject)
</span><del>-        : JSDOMWrapper(structure, globalObject)
</del><ins>+        : JSDOMObject(structure, globalObject)
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="lines">@@ -163,11 +163,11 @@
</span><span class="cx">     return static_cast&lt;WebCoreTypedArrayController*&gt;(world.vm().m_typedArrayController.get())-&gt;wrapperOwner();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-inline JSDOMWrapper* getInlineCachedWrapper(DOMWrapperWorld&amp;, void*) { return nullptr; }
-inline bool setInlineCachedWrapper(DOMWrapperWorld&amp;, void*, JSDOMWrapper*, JSC::WeakHandleOwner*) { return false; }
-inline bool clearInlineCachedWrapper(DOMWrapperWorld&amp;, void*, JSDOMWrapper*) { return false; }
</del><ins>+inline JSDOMObject* getInlineCachedWrapper(DOMWrapperWorld&amp;, void*) { return nullptr; }
+inline bool setInlineCachedWrapper(DOMWrapperWorld&amp;, void*, JSDOMObject*, JSC::WeakHandleOwner*) { return false; }
+inline bool clearInlineCachedWrapper(DOMWrapperWorld&amp;, void*, JSDOMObject*) { return false; }
</ins><span class="cx"> 
</span><del>-inline JSDOMWrapper* getInlineCachedWrapper(DOMWrapperWorld&amp; world, ScriptWrappable* domObject)
</del><ins>+inline JSDOMObject* getInlineCachedWrapper(DOMWrapperWorld&amp; world, ScriptWrappable* domObject)
</ins><span class="cx"> {
</span><span class="cx">     if (!world.isNormal())
</span><span class="cx">         return nullptr;
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx">     return buffer-&gt;m_wrapper.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-inline bool setInlineCachedWrapper(DOMWrapperWorld&amp; world, ScriptWrappable* domObject, JSDOMWrapper* wrapper, JSC::WeakHandleOwner* wrapperOwner)
</del><ins>+inline bool setInlineCachedWrapper(DOMWrapperWorld&amp; world, ScriptWrappable* domObject, JSDOMObject* wrapper, JSC::WeakHandleOwner* wrapperOwner)
</ins><span class="cx"> {
</span><span class="cx">     if (!world.isNormal())
</span><span class="cx">         return false;
</span><span class="lines">@@ -197,7 +197,7 @@
</span><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-inline bool clearInlineCachedWrapper(DOMWrapperWorld&amp; world, ScriptWrappable* domObject, JSDOMWrapper* wrapper)
</del><ins>+inline bool clearInlineCachedWrapper(DOMWrapperWorld&amp; world, ScriptWrappable* domObject, JSDOMObject* wrapper)
</ins><span class="cx"> {
</span><span class="cx">     if (!world.isNormal())
</span><span class="cx">         return false;
</span><span class="lines">@@ -236,7 +236,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #define CREATE_DOM_WRAPPER(globalObject, className, object) createWrapper&lt;JS##className&gt;(globalObject, static_cast&lt;className*&gt;(object))
</span><del>-template&lt;typename WrapperClass, typename DOMClass&gt; inline JSDOMWrapper* createWrapper(JSDOMGlobalObject* globalObject, DOMClass* node)
</del><ins>+template&lt;typename WrapperClass, typename DOMClass&gt; inline JSDOMObject* createWrapper(JSDOMGlobalObject* globalObject, DOMClass* node)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(node);
</span><span class="cx">     ASSERT(!getCachedWrapper(globalObject-&gt;world(), node));
</span><span class="lines">@@ -645,7 +645,7 @@
</span><span class="cx">     return entry;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-template&lt;&gt; inline const JSC::HashTableValue* getStaticValueSlotEntryWithoutCaching&lt;JSDOMWrapper&gt;(JSC::ExecState*, JSC::PropertyName)
</del><ins>+template&lt;&gt; inline const JSC::HashTableValue* getStaticValueSlotEntryWithoutCaching&lt;JSDOMObject&gt;(JSC::ExecState*, JSC::PropertyName)
</ins><span class="cx"> {
</span><span class="cx">     return nullptr;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMWrappercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMWrapper.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMWrapper.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/js/JSDOMWrapper.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -33,6 +33,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-STATIC_ASSERT_IS_TRIVIALLY_DESTRUCTIBLE(JSDOMWrapper);
</del><ins>+STATIC_ASSERT_IS_TRIVIALLY_DESTRUCTIBLE(JSDOMObject);
</ins><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMWrapperh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMWrapper.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMWrapper.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/js/JSDOMWrapper.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> static const uint8_t JSDocumentWrapperType = JSC::LastJSCObjectType + 2;
</span><span class="cx"> static const uint8_t JSElementType = JSC::LastJSCObjectType + 3;
</span><span class="cx"> 
</span><del>-class JSDOMWrapper : public JSC::JSDestructibleObject {
</del><ins>+class JSDOMObject : public JSC::JSDestructibleObject {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSC::JSDestructibleObject Base;
</span><span class="cx"> 
</span><span class="lines">@@ -41,22 +41,22 @@
</span><span class="cx">     ScriptExecutionContext* scriptExecutionContext() const { return globalObject()-&gt;scriptExecutionContext(); }
</span><span class="cx"> 
</span><span class="cx"> protected:
</span><del>-    JSDOMWrapper(JSC::Structure* structure, JSC::JSGlobalObject&amp; globalObject) 
</del><ins>+    JSDOMObject(JSC::Structure* structure, JSC::JSGlobalObject&amp; globalObject) 
</ins><span class="cx">         : Base(globalObject.vm(), structure)
</span><span class="cx">     {
</span><span class="cx">         ASSERT(scriptExecutionContext());
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-template&lt;typename ImplementationClass&gt; class JSDOMWrapperWithImplementation : public JSDOMWrapper {
</del><ins>+template&lt;typename ImplementationClass&gt; class JSDOMWrapper : public JSDOMObject {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapper Base;
</del><ins>+    typedef JSDOMObject Base;
</ins><span class="cx"> 
</span><span class="cx">     ImplementationClass&amp; impl() const { return *m_impl; }
</span><del>-    ~JSDOMWrapperWithImplementation() { std::exchange(m_impl, nullptr)-&gt;deref(); }
</del><ins>+    ~JSDOMWrapper() { std::exchange(m_impl, nullptr)-&gt;deref(); }
</ins><span class="cx"> 
</span><span class="cx"> protected:
</span><del>-    JSDOMWrapperWithImplementation(JSC::Structure* structure, JSC::JSGlobalObject&amp; globalObject, Ref&lt;ImplementationClass&gt;&amp;&amp; impl)
</del><ins>+    JSDOMWrapper(JSC::Structure* structure, JSC::JSGlobalObject&amp; globalObject, Ref&lt;ImplementationClass&gt;&amp;&amp; impl)
</ins><span class="cx">         : Base(structure, globalObject)
</span><span class="cx">         , m_impl(&amp;impl.leakRef()) { }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSElementCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSElementCustom.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSElementCustom.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/js/JSElementCustom.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx"> 
</span><span class="cx">     ASSERT(!getCachedWrapper(globalObject-&gt;world(), element));
</span><span class="cx"> 
</span><del>-    JSDOMWrapper* wrapper;        
</del><ins>+    JSDOMObject* wrapper;        
</ins><span class="cx">     if (is&lt;HTMLElement&gt;(*element))
</span><span class="cx">         wrapper = createJSHTMLWrapper(globalObject, downcast&lt;HTMLElement&gt;(element));
</span><span class="cx">     else if (is&lt;SVGElement&gt;(*element))
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSNodeCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSNodeCustom.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSNodeCustom.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/js/JSNodeCustom.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -168,7 +168,7 @@
</span><span class="cx">     ASSERT(node);
</span><span class="cx">     ASSERT(!getCachedWrapper(globalObject-&gt;world(), node));
</span><span class="cx">     
</span><del>-    JSDOMWrapper* wrapper;    
</del><ins>+    JSDOMObject* wrapper;    
</ins><span class="cx">     switch (node-&gt;nodeType()) {
</span><span class="cx">         case Node::ELEMENT_NODE:
</span><span class="cx">             if (is&lt;HTMLElement&gt;(*node))
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsScriptWrappableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ScriptWrappable.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ScriptWrappable.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/js/ScriptWrappable.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -40,19 +40,19 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSDOMWrapper;
</del><ins>+class JSDOMObject;
</ins><span class="cx"> 
</span><span class="cx"> class ScriptWrappable {
</span><span class="cx"> public:
</span><del>-    JSDOMWrapper* wrapper() const;
-    void setWrapper(JSDOMWrapper*, JSC::WeakHandleOwner*, void*);
-    void clearWrapper(JSDOMWrapper*);
</del><ins>+    JSDOMObject* wrapper() const;
+    void setWrapper(JSDOMObject*, JSC::WeakHandleOwner*, void*);
+    void clearWrapper(JSDOMObject*);
</ins><span class="cx"> 
</span><span class="cx"> protected:
</span><span class="cx">     ~ScriptWrappable() { }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    JSC::Weak&lt;JSDOMWrapper&gt; m_wrapper;
</del><ins>+    JSC::Weak&lt;JSDOMObject&gt; m_wrapper;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsScriptWrappableInlinesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/ScriptWrappableInlines.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/ScriptWrappableInlines.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/js/ScriptWrappableInlines.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -38,18 +38,18 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-inline JSDOMWrapper* ScriptWrappable::wrapper() const
</del><ins>+inline JSDOMObject* ScriptWrappable::wrapper() const
</ins><span class="cx"> {
</span><span class="cx">     return m_wrapper.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-inline void ScriptWrappable::setWrapper(JSDOMWrapper* wrapper, JSC::WeakHandleOwner* wrapperOwner, void* context)
</del><ins>+inline void ScriptWrappable::setWrapper(JSDOMObject* wrapper, JSC::WeakHandleOwner* wrapperOwner, void* context)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_wrapper);
</span><del>-    m_wrapper = JSC::Weak&lt;JSDOMWrapper&gt;(wrapper, wrapperOwner, context);
</del><ins>+    m_wrapper = JSC::Weak&lt;JSDOMObject&gt;(wrapper, wrapperOwner, context);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-inline void ScriptWrappable::clearWrapper(JSDOMWrapper* wrapper)
</del><ins>+inline void ScriptWrappable::clearWrapper(JSDOMObject* wrapper)
</ins><span class="cx"> {
</span><span class="cx">     weakClear(m_wrapper, wrapper);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptsCodeGeneratorJSpm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -180,8 +180,8 @@
</span><span class="cx">     my $interface = shift;
</span><span class="cx"> 
</span><span class="cx">     return $interface-&gt;extendedAttributes-&gt;{&quot;JSLegacyParent&quot;} if $interface-&gt;extendedAttributes-&gt;{&quot;JSLegacyParent&quot;};
</span><del>-    return &quot;JSDOMWrapper&quot; unless NeedsImplementationClass($interface);
-    return &quot;JSDOMWrapperWithImplementation&lt;&quot; . GetImplClassName($interface-&gt;name) . &quot;&gt;&quot; unless $interface-&gt;parent;
</del><ins>+    return &quot;JSDOMObject&quot; unless NeedsImplementationClass($interface);
+    return &quot;JSDOMWrapper&lt;&quot; . GetImplClassName($interface-&gt;name) . &quot;&gt;&quot; unless $interface-&gt;parent;
</ins><span class="cx">     return &quot;JS&quot; . $interface-&gt;parent;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -139,7 +139,7 @@
</span><span class="cx"> const ClassInfo JSTestActiveDOMObject::s_info = { &quot;TestActiveDOMObject&quot;, &amp;Base::s_info, &amp;JSTestActiveDOMObjectTable, CREATE_METHOD_TABLE(JSTestActiveDOMObject) };
</span><span class="cx"> 
</span><span class="cx"> JSTestActiveDOMObject::JSTestActiveDOMObject(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestActiveDOMObject&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestActiveDOMObject&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestActiveDOMObject&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestActiveDOMObject : public JSDOMWrapperWithImplementation&lt;TestActiveDOMObject&gt; {
</del><ins>+class JSTestActiveDOMObject : public JSDOMWrapper&lt;TestActiveDOMObject&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestActiveDOMObject&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestActiveDOMObject&gt; Base;
</ins><span class="cx">     static JSTestActiveDOMObject* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestActiveDOMObject&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestActiveDOMObject* ptr = new (NotNull, JSC::allocateCell&lt;JSTestActiveDOMObject&gt;(globalObject-&gt;vm().heap)) JSTestActiveDOMObject(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestCustomConstructorWithNoInterfaceObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx"> const ClassInfo JSTestCustomConstructorWithNoInterfaceObject::s_info = { &quot;TestCustomConstructorWithNoInterfaceObject&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestCustomConstructorWithNoInterfaceObject) };
</span><span class="cx"> 
</span><span class="cx"> JSTestCustomConstructorWithNoInterfaceObject::JSTestCustomConstructorWithNoInterfaceObject(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestCustomConstructorWithNoInterfaceObject&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestCustomConstructorWithNoInterfaceObject&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestCustomConstructorWithNoInterfaceObject&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestCustomConstructorWithNoInterfaceObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestCustomConstructorWithNoInterfaceObject : public JSDOMWrapperWithImplementation&lt;TestCustomConstructorWithNoInterfaceObject&gt; {
</del><ins>+class JSTestCustomConstructorWithNoInterfaceObject : public JSDOMWrapper&lt;TestCustomConstructorWithNoInterfaceObject&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestCustomConstructorWithNoInterfaceObject&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestCustomConstructorWithNoInterfaceObject&gt; Base;
</ins><span class="cx">     static JSTestCustomConstructorWithNoInterfaceObject* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestCustomConstructorWithNoInterfaceObject&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestCustomConstructorWithNoInterfaceObject* ptr = new (NotNull, JSC::allocateCell&lt;JSTestCustomConstructorWithNoInterfaceObject&gt;(globalObject-&gt;vm().heap)) JSTestCustomConstructorWithNoInterfaceObject(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGettercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -133,7 +133,7 @@
</span><span class="cx"> const ClassInfo JSTestCustomNamedGetter::s_info = { &quot;TestCustomNamedGetter&quot;, &amp;Base::s_info, &amp;JSTestCustomNamedGetterTable, CREATE_METHOD_TABLE(JSTestCustomNamedGetter) };
</span><span class="cx"> 
</span><span class="cx"> JSTestCustomNamedGetter::JSTestCustomNamedGetter(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestCustomNamedGetter&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestCustomNamedGetter&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestCustomNamedGetter&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGetterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestCustomNamedGetter : public JSDOMWrapperWithImplementation&lt;TestCustomNamedGetter&gt; {
</del><ins>+class JSTestCustomNamedGetter : public JSDOMWrapper&lt;TestCustomNamedGetter&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestCustomNamedGetter&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestCustomNamedGetter&gt; Base;
</ins><span class="cx">     static JSTestCustomNamedGetter* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestCustomNamedGetter&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestCustomNamedGetter* ptr = new (NotNull, JSC::allocateCell&lt;JSTestCustomNamedGetter&gt;(globalObject-&gt;vm().heap)) JSTestCustomNamedGetter(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -171,7 +171,7 @@
</span><span class="cx"> const ClassInfo JSTestEventConstructor::s_info = { &quot;TestEventConstructor&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestEventConstructor) };
</span><span class="cx"> 
</span><span class="cx"> JSTestEventConstructor::JSTestEventConstructor(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestEventConstructor&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestEventConstructor&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestEventConstructor&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -29,9 +29,9 @@
</span><span class="cx"> 
</span><span class="cx"> class JSDictionary;
</span><span class="cx"> 
</span><del>-class JSTestEventConstructor : public JSDOMWrapperWithImplementation&lt;TestEventConstructor&gt; {
</del><ins>+class JSTestEventConstructor : public JSDOMWrapper&lt;TestEventConstructor&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestEventConstructor&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestEventConstructor&gt; Base;
</ins><span class="cx">     static JSTestEventConstructor* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestEventConstructor&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestEventConstructor* ptr = new (NotNull, JSC::allocateCell&lt;JSTestEventConstructor&gt;(globalObject-&gt;vm().heap)) JSTestEventConstructor(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventTargetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx"> const ClassInfo JSTestEventTarget::s_info = { &quot;TestEventTarget&quot;, &amp;Base::s_info, &amp;JSTestEventTargetTable, CREATE_METHOD_TABLE(JSTestEventTarget) };
</span><span class="cx"> 
</span><span class="cx"> JSTestEventTarget::JSTestEventTarget(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestEventTarget&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestEventTarget&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestEventTarget&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventTargeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestEventTarget : public JSDOMWrapperWithImplementation&lt;TestEventTarget&gt; {
</del><ins>+class JSTestEventTarget : public JSDOMWrapper&lt;TestEventTarget&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestEventTarget&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestEventTarget&gt; Base;
</ins><span class="cx">     static JSTestEventTarget* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestEventTarget&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         globalObject-&gt;masqueradesAsUndefinedWatchpoint()-&gt;fireAll(&quot;Allocated masquerading object&quot;);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestExceptioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx"> const ClassInfo JSTestException::s_info = { &quot;TestException&quot;, &amp;Base::s_info, &amp;JSTestExceptionTable, CREATE_METHOD_TABLE(JSTestException) };
</span><span class="cx"> 
</span><span class="cx"> JSTestException::JSTestException(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestException&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestException&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestException&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestException : public JSDOMWrapperWithImplementation&lt;TestException&gt; {
</del><ins>+class JSTestException : public JSDOMWrapper&lt;TestException&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestException&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestException&gt; Base;
</ins><span class="cx">     static JSTestException* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestException&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestException* ptr = new (NotNull, JSC::allocateCell&lt;JSTestException&gt;(globalObject-&gt;vm().heap)) JSTestException(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachablecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx"> const ClassInfo JSTestGenerateIsReachable::s_info = { &quot;TestGenerateIsReachable&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestGenerateIsReachable) };
</span><span class="cx"> 
</span><span class="cx"> JSTestGenerateIsReachable::JSTestGenerateIsReachable(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestGenerateIsReachable&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestGenerateIsReachable&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestGenerateIsReachable&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestGenerateIsReachable : public JSDOMWrapperWithImplementation&lt;TestGenerateIsReachable&gt; {
</del><ins>+class JSTestGenerateIsReachable : public JSDOMWrapper&lt;TestGenerateIsReachable&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestGenerateIsReachable&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestGenerateIsReachable&gt; Base;
</ins><span class="cx">     static JSTestGenerateIsReachable* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestGenerateIsReachable&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestGenerateIsReachable* ptr = new (NotNull, JSC::allocateCell&lt;JSTestGenerateIsReachable&gt;(globalObject-&gt;vm().heap)) JSTestGenerateIsReachable(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestInterfacecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -411,7 +411,7 @@
</span><span class="cx"> const ClassInfo JSTestInterface::s_info = { &quot;TestInterface&quot;, &amp;Base::s_info, &amp;JSTestInterfaceTable, CREATE_METHOD_TABLE(JSTestInterface) };
</span><span class="cx"> 
</span><span class="cx"> JSTestInterface::JSTestInterface(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestInterface&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestInterface&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestInterface&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestInterfaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -29,9 +29,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestInterface : public JSDOMWrapperWithImplementation&lt;TestInterface&gt; {
</del><ins>+class WEBCORE_EXPORT JSTestInterface : public JSDOMWrapper&lt;TestInterface&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestInterface&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestInterface&gt; Base;
</ins><span class="cx">     static JSTestInterface* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestInterface&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestInterface* ptr = new (NotNull, JSC::allocateCell&lt;JSTestInterface&gt;(globalObject-&gt;vm().heap)) JSTestInterface(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestJSBuiltinConstructorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestJSBuiltinConstructor.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestJSBuiltinConstructor.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestJSBuiltinConstructor.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -130,7 +130,7 @@
</span><span class="cx"> const ClassInfo JSTestJSBuiltinConstructor::s_info = { &quot;TestJSBuiltinConstructor&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestJSBuiltinConstructor) };
</span><span class="cx"> 
</span><span class="cx"> JSTestJSBuiltinConstructor::JSTestJSBuiltinConstructor(Structure* structure, JSDOMGlobalObject&amp; globalObject)
</span><del>-    : JSDOMWrapper(structure, globalObject) { }
</del><ins>+    : JSDOMObject(structure, globalObject) { }
</ins><span class="cx"> 
</span><span class="cx"> JSObject* JSTestJSBuiltinConstructor::createPrototype(VM&amp; vm, JSGlobalObject* globalObject)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestJSBuiltinConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestJSBuiltinConstructor.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestJSBuiltinConstructor.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestJSBuiltinConstructor.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestJSBuiltinConstructor : public JSDOMWrapper {
</del><ins>+class JSTestJSBuiltinConstructor : public JSDOMObject {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapper Base;
</del><ins>+    typedef JSDOMObject Base;
</ins><span class="cx">     static JSTestJSBuiltinConstructor* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject)
</span><span class="cx">     {
</span><span class="cx">         JSTestJSBuiltinConstructor* ptr = new (NotNull, JSC::allocateCell&lt;JSTestJSBuiltinConstructor&gt;(globalObject-&gt;vm().heap)) JSTestJSBuiltinConstructor(structure, *globalObject);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx"> const ClassInfo JSTestMediaQueryListListener::s_info = { &quot;TestMediaQueryListListener&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestMediaQueryListListener) };
</span><span class="cx"> 
</span><span class="cx"> JSTestMediaQueryListListener::JSTestMediaQueryListListener(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestMediaQueryListListener&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestMediaQueryListListener&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestMediaQueryListListener&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestMediaQueryListListener : public JSDOMWrapperWithImplementation&lt;TestMediaQueryListListener&gt; {
</del><ins>+class JSTestMediaQueryListListener : public JSDOMWrapper&lt;TestMediaQueryListListener&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestMediaQueryListListener&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestMediaQueryListListener&gt; Base;
</ins><span class="cx">     static JSTestMediaQueryListListener* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestMediaQueryListListener&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestMediaQueryListListener* ptr = new (NotNull, JSC::allocateCell&lt;JSTestMediaQueryListListener&gt;(globalObject-&gt;vm().heap)) JSTestMediaQueryListListener(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -186,7 +186,7 @@
</span><span class="cx"> const ClassInfo JSTestNamedConstructor::s_info = { &quot;TestNamedConstructor&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNamedConstructor) };
</span><span class="cx"> 
</span><span class="cx"> JSTestNamedConstructor::JSTestNamedConstructor(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestNamedConstructor&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestNamedConstructor&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestNamedConstructor&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestNamedConstructor : public JSDOMWrapperWithImplementation&lt;TestNamedConstructor&gt; {
</del><ins>+class JSTestNamedConstructor : public JSDOMWrapper&lt;TestNamedConstructor&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestNamedConstructor&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestNamedConstructor&gt; Base;
</ins><span class="cx">     static JSTestNamedConstructor* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestNamedConstructor&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestNamedConstructor* ptr = new (NotNull, JSC::allocateCell&lt;JSTestNamedConstructor&gt;(globalObject-&gt;vm().heap)) JSTestNamedConstructor(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministiccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx"> const ClassInfo JSTestNondeterministic::s_info = { &quot;TestNondeterministic&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNondeterministic) };
</span><span class="cx"> 
</span><span class="cx"> JSTestNondeterministic::JSTestNondeterministic(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestNondeterministic&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestNondeterministic&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestNondeterministic&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministich"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestNondeterministic : public JSDOMWrapperWithImplementation&lt;TestNondeterministic&gt; {
</del><ins>+class JSTestNondeterministic : public JSDOMWrapper&lt;TestNondeterministic&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestNondeterministic&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestNondeterministic&gt; Base;
</ins><span class="cx">     static JSTestNondeterministic* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestNondeterministic&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestNondeterministic* ptr = new (NotNull, JSC::allocateCell&lt;JSTestNondeterministic&gt;(globalObject-&gt;vm().heap)) JSTestNondeterministic(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestObjcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -727,7 +727,7 @@
</span><span class="cx"> const ClassInfo JSTestObj::s_info = { &quot;TestObject&quot;, &amp;Base::s_info, &amp;JSTestObjTable, CREATE_METHOD_TABLE(JSTestObj) };
</span><span class="cx"> 
</span><span class="cx"> JSTestObj::JSTestObj(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestObj&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestObj&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestObj&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestObjh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestObj : public JSDOMWrapperWithImplementation&lt;TestObj&gt; {
</del><ins>+class JSTestObj : public JSDOMWrapper&lt;TestObj&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestObj&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestObj&gt; Base;
</ins><span class="cx">     static JSTestObj* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestObj&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestObj* ptr = new (NotNull, JSC::allocateCell&lt;JSTestObj&gt;(globalObject-&gt;vm().heap)) JSTestObj(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -202,7 +202,7 @@
</span><span class="cx"> const ClassInfo JSTestOverloadedConstructors::s_info = { &quot;TestOverloadedConstructors&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestOverloadedConstructors) };
</span><span class="cx"> 
</span><span class="cx"> JSTestOverloadedConstructors::JSTestOverloadedConstructors(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestOverloadedConstructors&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestOverloadedConstructors&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestOverloadedConstructors&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestOverloadedConstructors : public JSDOMWrapperWithImplementation&lt;TestOverloadedConstructors&gt; {
</del><ins>+class JSTestOverloadedConstructors : public JSDOMWrapper&lt;TestOverloadedConstructors&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestOverloadedConstructors&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestOverloadedConstructors&gt; Base;
</ins><span class="cx">     static JSTestOverloadedConstructors* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestOverloadedConstructors&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestOverloadedConstructors* ptr = new (NotNull, JSC::allocateCell&lt;JSTestOverloadedConstructors&gt;(globalObject-&gt;vm().heap)) JSTestOverloadedConstructors(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestOverrideBuiltinscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverrideBuiltins.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverrideBuiltins.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverrideBuiltins.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx"> const ClassInfo JSTestOverrideBuiltins::s_info = { &quot;TestOverrideBuiltins&quot;, &amp;Base::s_info, &amp;JSTestOverrideBuiltinsTable, CREATE_METHOD_TABLE(JSTestOverrideBuiltins) };
</span><span class="cx"> 
</span><span class="cx"> JSTestOverrideBuiltins::JSTestOverrideBuiltins(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestOverrideBuiltins&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestOverrideBuiltins&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestOverrideBuiltins&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestOverrideBuiltinsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverrideBuiltins.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverrideBuiltins.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverrideBuiltins.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestOverrideBuiltins : public JSDOMWrapperWithImplementation&lt;TestOverrideBuiltins&gt; {
</del><ins>+class JSTestOverrideBuiltins : public JSDOMWrapper&lt;TestOverrideBuiltins&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestOverrideBuiltins&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestOverrideBuiltins&gt; Base;
</ins><span class="cx">     static JSTestOverrideBuiltins* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestOverrideBuiltins&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestOverrideBuiltins* ptr = new (NotNull, JSC::allocateCell&lt;JSTestOverrideBuiltins&gt;(globalObject-&gt;vm().heap)) JSTestOverrideBuiltins(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfacecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -131,7 +131,7 @@
</span><span class="cx"> const ClassInfo JSTestSerializedScriptValueInterface::s_info = { &quot;TestSerializedScriptValueInterface&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestSerializedScriptValueInterface) };
</span><span class="cx"> 
</span><span class="cx"> JSTestSerializedScriptValueInterface::JSTestSerializedScriptValueInterface(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestSerializedScriptValueInterface&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestSerializedScriptValueInterface&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestSerializedScriptValueInterface&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -29,9 +29,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestSerializedScriptValueInterface : public JSDOMWrapperWithImplementation&lt;TestSerializedScriptValueInterface&gt; {
</del><ins>+class JSTestSerializedScriptValueInterface : public JSDOMWrapper&lt;TestSerializedScriptValueInterface&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestSerializedScriptValueInterface&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestSerializedScriptValueInterface&gt; Base;
</ins><span class="cx">     static JSTestSerializedScriptValueInterface* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestSerializedScriptValueInterface&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestSerializedScriptValueInterface* ptr = new (NotNull, JSC::allocateCell&lt;JSTestSerializedScriptValueInterface&gt;(globalObject-&gt;vm().heap)) JSTestSerializedScriptValueInterface(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestTypedefscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -215,7 +215,7 @@
</span><span class="cx"> const ClassInfo JSTestTypedefs::s_info = { &quot;TestTypedefs&quot;, &amp;Base::s_info, &amp;JSTestTypedefsTable, CREATE_METHOD_TABLE(JSTestTypedefs) };
</span><span class="cx"> 
</span><span class="cx"> JSTestTypedefs::JSTestTypedefs(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestTypedefs&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;TestTypedefs&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;TestTypedefs&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestTypedefsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSTestTypedefs : public JSDOMWrapperWithImplementation&lt;TestTypedefs&gt; {
</del><ins>+class JSTestTypedefs : public JSDOMWrapper&lt;TestTypedefs&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;TestTypedefs&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;TestTypedefs&gt; Base;
</ins><span class="cx">     static JSTestTypedefs* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestTypedefs&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSTestTypedefs* ptr = new (NotNull, JSC::allocateCell&lt;JSTestTypedefs&gt;(globalObject-&gt;vm().heap)) JSTestTypedefs(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSattributecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -116,7 +116,7 @@
</span><span class="cx"> const ClassInfo JSattribute::s_info = { &quot;attribute&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSattribute) };
</span><span class="cx"> 
</span><span class="cx"> JSattribute::JSattribute(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;attribute&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;attribute&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;attribute&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSattributeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSattribute : public JSDOMWrapperWithImplementation&lt;attribute&gt; {
</del><ins>+class JSattribute : public JSDOMWrapper&lt;attribute&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;attribute&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;attribute&gt; Base;
</ins><span class="cx">     static JSattribute* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;attribute&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSattribute* ptr = new (NotNull, JSC::allocateCell&lt;JSattribute&gt;(globalObject-&gt;vm().heap)) JSattribute(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSreadonlycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx"> const ClassInfo JSreadonly::s_info = { &quot;readonly&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSreadonly) };
</span><span class="cx"> 
</span><span class="cx"> JSreadonly::JSreadonly(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;readonly&gt;&amp;&amp; impl)
</span><del>-    : JSDOMWrapperWithImplementation&lt;readonly&gt;(structure, globalObject, WTF::move(impl))
</del><ins>+    : JSDOMWrapper&lt;readonly&gt;(structure, globalObject, WTF::move(impl))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSreadonlyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class JSreadonly : public JSDOMWrapperWithImplementation&lt;readonly&gt; {
</del><ins>+class JSreadonly : public JSDOMWrapper&lt;readonly&gt; {
</ins><span class="cx"> public:
</span><del>-    typedef JSDOMWrapperWithImplementation&lt;readonly&gt; Base;
</del><ins>+    typedef JSDOMWrapper&lt;readonly&gt; Base;
</ins><span class="cx">     static JSreadonly* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;readonly&gt;&amp;&amp; impl)
</span><span class="cx">     {
</span><span class="cx">         JSreadonly* ptr = new (NotNull, JSC::allocateCell&lt;JSreadonly&gt;(globalObject-&gt;vm().heap)) JSreadonly(structure, *globalObject, WTF::move(impl));
</span></span></pre></div>
<a id="trunkSourceWebCoredommake_namespl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/make_names.pl (191059 => 191060)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/make_names.pl        2015-10-14 19:07:12 UTC (rev 191059)
+++ trunk/Source/WebCore/dom/make_names.pl        2015-10-14 19:18:36 UTC (rev 191060)
</span><span class="lines">@@ -1103,7 +1103,7 @@
</span><span class="cx"> 
</span><span class="cx">         if ($enabledTags{$tagName}{wrapperOnlyIfMediaIsAvailable}) {
</span><span class="cx">             print F &lt;&lt;END
</span><del>-static JSDOMWrapper* create${JSInterfaceName}Wrapper(JSDOMGlobalObject* globalObject, PassRefPtr&lt;$parameters{namespace}Element&gt; element)
</del><ins>+static JSDOMObject* create${JSInterfaceName}Wrapper(JSDOMGlobalObject* globalObject, PassRefPtr&lt;$parameters{namespace}Element&gt; element)
</ins><span class="cx"> {
</span><span class="cx">     if (element-&gt;is$parameters{fallbackInterfaceName}())
</span><span class="cx">         return CREATE_DOM_WRAPPER(globalObject, $parameters{fallbackInterfaceName}, element.get());
</span><span class="lines">@@ -1114,7 +1114,7 @@
</span><span class="cx">             ;
</span><span class="cx">         } elsif ($enabledTags{$tagName}{settingsConditional}) {
</span><span class="cx">             print F &lt;&lt;END
</span><del>-static JSDOMWrapper* create$enabledTags{$tagName}{interfaceName}Wrapper(JSDOMGlobalObject* globalObject, PassRefPtr&lt;$parameters{namespace}Element&gt; element)
</del><ins>+static JSDOMObject* create$enabledTags{$tagName}{interfaceName}Wrapper(JSDOMGlobalObject* globalObject, PassRefPtr&lt;$parameters{namespace}Element&gt; element)
</ins><span class="cx"> {
</span><span class="cx">     if (element-&gt;is$parameters{fallbackInterfaceName}())
</span><span class="cx">         return CREATE_DOM_WRAPPER(globalObject, $parameters{fallbackInterfaceName}, element.get());
</span><span class="lines">@@ -1126,7 +1126,7 @@
</span><span class="cx">         } elsif ($enabledTags{$tagName}{runtimeConditional}) {
</span><span class="cx">             my $runtimeConditional = $enabledTags{$tagName}{runtimeConditional};
</span><span class="cx">             print F &lt;&lt;END
</span><del>-static JSDOMWrapper* create${JSInterfaceName}Wrapper(JSDOMGlobalObject* globalObject, PassRefPtr&lt;$parameters{namespace}Element&gt; element)
</del><ins>+static JSDOMObject* create${JSInterfaceName}Wrapper(JSDOMGlobalObject* globalObject, PassRefPtr&lt;$parameters{namespace}Element&gt; element)
</ins><span class="cx"> {
</span><span class="cx">     if (!RuntimeEnabledFeatures::sharedFeatures().${runtimeConditional}Enabled()) {
</span><span class="cx">         ASSERT(!element || element-&gt;is$parameters{fallbackInterfaceName}());
</span><span class="lines">@@ -1139,7 +1139,7 @@
</span><span class="cx">     ;
</span><span class="cx">         } else {
</span><span class="cx">             print F &lt;&lt;END
</span><del>-static JSDOMWrapper* create${JSInterfaceName}Wrapper(JSDOMGlobalObject* globalObject, PassRefPtr&lt;$parameters{namespace}Element&gt; element)
</del><ins>+static JSDOMObject* create${JSInterfaceName}Wrapper(JSDOMGlobalObject* globalObject, PassRefPtr&lt;$parameters{namespace}Element&gt; element)
</ins><span class="cx"> {
</span><span class="cx">     return CREATE_DOM_WRAPPER(globalObject, ${JSInterfaceName}, element.get());
</span><span class="cx"> }
</span><span class="lines">@@ -1192,7 +1192,7 @@
</span><span class="cx"> 
</span><span class="cx"> using namespace $parameters{namespace}Names;
</span><span class="cx"> 
</span><del>-typedef JSDOMWrapper* (*Create$parameters{namespace}ElementWrapperFunction)(JSDOMGlobalObject*, PassRefPtr&lt;$parameters{namespace}Element&gt;);
</del><ins>+typedef JSDOMObject* (*Create$parameters{namespace}ElementWrapperFunction)(JSDOMGlobalObject*, PassRefPtr&lt;$parameters{namespace}Element&gt;);
</ins><span class="cx"> 
</span><span class="cx"> END
</span><span class="cx"> ;
</span><span class="lines">@@ -1245,7 +1245,7 @@
</span><span class="cx">         map.add(table[i].name.localName().impl(), table[i].function);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSDOMWrapper* createJS$parameters{namespace}Wrapper(JSDOMGlobalObject* globalObject, PassRefPtr&lt;$parameters{namespace}Element&gt; element)
</del><ins>+JSDOMObject* createJS$parameters{namespace}Wrapper(JSDOMGlobalObject* globalObject, PassRefPtr&lt;$parameters{namespace}Element&gt; element)
</ins><span class="cx"> {
</span><span class="cx">     static NeverDestroyed&lt;HashMap&lt;AtomicStringImpl*, Create$parameters{namespace}ElementWrapperFunction&gt;&gt; functions;
</span><span class="cx">     if (functions.get().isEmpty())
</span><span class="lines">@@ -1283,11 +1283,11 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-    class JSDOMWrapper;
</del><ins>+    class JSDOMObject;
</ins><span class="cx">     class JSDOMGlobalObject;
</span><span class="cx">     class $parameters{namespace}Element;
</span><span class="cx"> 
</span><del>-    JSDOMWrapper* createJS$parameters{namespace}Wrapper(JSDOMGlobalObject*, PassRefPtr&lt;$parameters{namespace}Element&gt;);
</del><ins>+    JSDOMObject* createJS$parameters{namespace}Wrapper(JSDOMGlobalObject*, PassRefPtr&lt;$parameters{namespace}Element&gt;);
</ins><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx">  
</span></span></pre>
</div>
</div>

</body>
</html>