<!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>[173182] 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/173182">173182</a></dd>
<dt>Author</dt> <dd>achristensen@apple.com</dd>
<dt>Date</dt> <dd>2014-09-02 12:07:42 -0700 (Tue, 02 Sep 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fix bindings tests after <a href="http://trac.webkit.org/projects/webkit/changeset/173176">r173176</a>.
https://bugs.webkit.org/show_bug.cgi?id=136460

Reviewed by Simon Fraser.

* bindings/scripts/test/JS/JSTestActiveDOMObject.cpp:
* bindings/scripts/test/JS/JSTestActiveDOMObject.h:
* bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp:
* bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
* bindings/scripts/test/JS/JSTestEventConstructor.cpp:
* bindings/scripts/test/JS/JSTestEventConstructor.h:
* bindings/scripts/test/JS/JSTestEventTarget.cpp:
* bindings/scripts/test/JS/JSTestEventTarget.h:
* bindings/scripts/test/JS/JSTestException.cpp:
* bindings/scripts/test/JS/JSTestException.h:
* bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp:
* bindings/scripts/test/JS/JSTestGenerateIsReachable.h:
* bindings/scripts/test/JS/JSTestInterface.cpp:
* bindings/scripts/test/JS/JSTestInterface.h:
* bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp:
* bindings/scripts/test/JS/JSTestMediaQueryListListener.h:
* bindings/scripts/test/JS/JSTestNamedConstructor.cpp:
* bindings/scripts/test/JS/JSTestNamedConstructor.h:
* bindings/scripts/test/JS/JSTestNode.cpp:
* bindings/scripts/test/JS/JSTestNondeterministic.cpp:
* bindings/scripts/test/JS/JSTestNondeterministic.h:
* bindings/scripts/test/JS/JSTestObj.cpp:
* bindings/scripts/test/JS/JSTestObj.h:
* bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:
* bindings/scripts/test/JS/JSTestOverloadedConstructors.h:
* bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp:
* bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h:
* bindings/scripts/test/JS/JSTestTypedefs.cpp:
* bindings/scripts/test/JS/JSTestTypedefs.h:
* bindings/scripts/test/JS/JSattribute.cpp:
* bindings/scripts/test/JS/JSattribute.h:
* bindings/scripts/test/JS/JSreadonly.cpp:
* bindings/scripts/test/JS/JSreadonly.h:
* bindings/scripts/test/ObjC/DOMFloat64ArrayInternal.h:
* bindings/scripts/test/ObjC/DOMTestActiveDOMObjectInternal.h:
* bindings/scripts/test/ObjC/DOMTestCallbackInternal.h:
* bindings/scripts/test/ObjC/DOMTestCustomNamedGetterInternal.h:
* bindings/scripts/test/ObjC/DOMTestEventConstructorInternal.h:
* bindings/scripts/test/ObjC/DOMTestEventTargetInternal.h:
* bindings/scripts/test/ObjC/DOMTestExceptionInternal.h:
* bindings/scripts/test/ObjC/DOMTestGenerateIsReachableInternal.h:
* bindings/scripts/test/ObjC/DOMTestInterfaceInternal.h:
* bindings/scripts/test/ObjC/DOMTestMediaQueryListListenerInternal.h:
* bindings/scripts/test/ObjC/DOMTestNamedConstructorInternal.h:
* bindings/scripts/test/ObjC/DOMTestNodeInternal.h:
* bindings/scripts/test/ObjC/DOMTestNondeterministicInternal.h:
* bindings/scripts/test/ObjC/DOMTestObjInternal.h:
* bindings/scripts/test/ObjC/DOMTestOverloadedConstructorsInternal.h:
* bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterfaceInternal.h:
* bindings/scripts/test/ObjC/DOMTestTypedefsInternal.h:
* bindings/scripts/test/ObjC/DOMattributeInternal.h:
* bindings/scripts/test/ObjC/DOMreadonlyInternal.h:
Added new WEBCORE_EXPORT macros.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjectcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjecth">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGettercpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGetterh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestEventTargetcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestEventTargeth">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestExceptioncpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestExceptionh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachablecpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachableh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestInterfacecpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestInterfaceh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenercpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenerh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNodecpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministiccpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministich">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestObjcpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestObjh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorscpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorsh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfacecpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfaceh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestTypedefscpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestTypedefsh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSattributecpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSattributeh">trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSreadonlycpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSreadonlyh">trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMFloat64ArrayInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMFloat64ArrayInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestActiveDOMObjectInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObjectInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestCallbackInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallbackInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestCustomNamedGetterInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetterInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestEventConstructorInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructorInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestEventTargetInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTargetInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestExceptionInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestExceptionInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestGenerateIsReachableInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachableInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestInterfaceInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterfaceInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestMediaQueryListListenerInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListenerInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestNamedConstructorInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructorInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestNodeInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNodeInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestNondeterministicInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministicInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestObjInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObjInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestOverloadedConstructorsInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructorsInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestSerializedScriptValueInterfaceInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterfaceInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMTestTypedefsInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefsInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMattributeInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattributeInternal.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestObjCDOMreadonlyInternalh">trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonlyInternal.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/ChangeLog        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -1,3 +1,64 @@
</span><ins>+2014-09-02  Alex Christensen  &lt;achristensen@webkit.org&gt;
+
+        Fix bindings tests after r173176.
+        https://bugs.webkit.org/show_bug.cgi?id=136460
+
+        Reviewed by Simon Fraser.
+
+        * bindings/scripts/test/JS/JSTestActiveDOMObject.cpp:
+        * bindings/scripts/test/JS/JSTestActiveDOMObject.h:
+        * bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp:
+        * bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
+        * bindings/scripts/test/JS/JSTestEventConstructor.cpp:
+        * bindings/scripts/test/JS/JSTestEventConstructor.h:
+        * bindings/scripts/test/JS/JSTestEventTarget.cpp:
+        * bindings/scripts/test/JS/JSTestEventTarget.h:
+        * bindings/scripts/test/JS/JSTestException.cpp:
+        * bindings/scripts/test/JS/JSTestException.h:
+        * bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp:
+        * bindings/scripts/test/JS/JSTestGenerateIsReachable.h:
+        * bindings/scripts/test/JS/JSTestInterface.cpp:
+        * bindings/scripts/test/JS/JSTestInterface.h:
+        * bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp:
+        * bindings/scripts/test/JS/JSTestMediaQueryListListener.h:
+        * bindings/scripts/test/JS/JSTestNamedConstructor.cpp:
+        * bindings/scripts/test/JS/JSTestNamedConstructor.h:
+        * bindings/scripts/test/JS/JSTestNode.cpp:
+        * bindings/scripts/test/JS/JSTestNondeterministic.cpp:
+        * bindings/scripts/test/JS/JSTestNondeterministic.h:
+        * bindings/scripts/test/JS/JSTestObj.cpp:
+        * bindings/scripts/test/JS/JSTestObj.h:
+        * bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:
+        * bindings/scripts/test/JS/JSTestOverloadedConstructors.h:
+        * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp:
+        * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h:
+        * bindings/scripts/test/JS/JSTestTypedefs.cpp:
+        * bindings/scripts/test/JS/JSTestTypedefs.h:
+        * bindings/scripts/test/JS/JSattribute.cpp:
+        * bindings/scripts/test/JS/JSattribute.h:
+        * bindings/scripts/test/JS/JSreadonly.cpp:
+        * bindings/scripts/test/JS/JSreadonly.h:
+        * bindings/scripts/test/ObjC/DOMFloat64ArrayInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestActiveDOMObjectInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestCallbackInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestCustomNamedGetterInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestEventConstructorInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestEventTargetInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestExceptionInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestGenerateIsReachableInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestInterfaceInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestMediaQueryListListenerInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestNamedConstructorInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestNodeInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestNondeterministicInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestObjInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestOverloadedConstructorsInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterfaceInternal.h:
+        * bindings/scripts/test/ObjC/DOMTestTypedefsInternal.h:
+        * bindings/scripts/test/ObjC/DOMattributeInternal.h:
+        * bindings/scripts/test/ObjC/DOMreadonlyInternal.h:
+        Added new WEBCORE_EXPORT macros.
+
</ins><span class="cx"> 2014-09-02  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Non-composited child RenderLayers cause allocation of unncessary backing store
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx">     { &quot;postMessage&quot;, JSC::Function, NoIntrinsic, (intptr_t)static_cast&lt;NativeFunction&gt;(jsTestActiveDOMObjectPrototypeFunctionPostMessage), (intptr_t) (1) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestActiveDOMObjectPrototype::s_info = { &quot;TestActiveDOMObjectPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestActiveDOMObjectPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestActiveDOMObjectPrototype::s_info = { &quot;TestActiveDOMObjectPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestActiveDOMObjectPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestActiveDOMObjectPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -137,7 +137,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestActiveDOMObjectPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestActiveDOMObject::s_info = { &quot;TestActiveDOMObject&quot;, &amp;Base::s_info, &amp;JSTestActiveDOMObjectTable, CREATE_METHOD_TABLE(JSTestActiveDOMObject) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestActiveDOMObject::s_info = { &quot;TestActiveDOMObject&quot;, &amp;Base::s_info, &amp;JSTestActiveDOMObjectTable, CREATE_METHOD_TABLE(JSTestActiveDOMObject) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestActiveDOMObject::JSTestActiveDOMObject(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestActiveDOMObject&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -92,8 +92,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestActiveDOMObject*);
-TestActiveDOMObject* toTestActiveDOMObject(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestActiveDOMObject*);
+WEBCORE_EXPORT TestActiveDOMObject* toTestActiveDOMObject(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGettercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -122,7 +122,7 @@
</span><span class="cx">     { &quot;anotherFunction&quot;, JSC::Function, NoIntrinsic, (intptr_t)static_cast&lt;NativeFunction&gt;(jsTestCustomNamedGetterPrototypeFunctionAnotherFunction), (intptr_t) (1) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestCustomNamedGetterPrototype::s_info = { &quot;TestCustomNamedGetterPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestCustomNamedGetterPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestCustomNamedGetterPrototype::s_info = { &quot;TestCustomNamedGetterPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestCustomNamedGetterPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestCustomNamedGetterPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -130,7 +130,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestCustomNamedGetterPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestCustomNamedGetter::s_info = { &quot;TestCustomNamedGetter&quot;, &amp;Base::s_info, &amp;JSTestCustomNamedGetterTable, CREATE_METHOD_TABLE(JSTestCustomNamedGetter) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestCustomNamedGetter::s_info = { &quot;TestCustomNamedGetter&quot;, &amp;Base::s_info, &amp;JSTestCustomNamedGetterTable, CREATE_METHOD_TABLE(JSTestCustomNamedGetter) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestCustomNamedGetter::JSTestCustomNamedGetter(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestCustomNamedGetter&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGetterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -96,8 +96,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestCustomNamedGetter*);
-TestCustomNamedGetter* toTestCustomNamedGetter(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestCustomNamedGetter*);
+WEBCORE_EXPORT TestCustomNamedGetter* toTestCustomNamedGetter(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -157,7 +157,7 @@
</span><span class="cx">     { &quot;attr2&quot;, DontDelete | ReadOnly | CustomAccessor, NoIntrinsic, (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestEventConstructorAttr2), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestEventConstructorPrototype::s_info = { &quot;TestEventConstructorPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestEventConstructorPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestEventConstructorPrototype::s_info = { &quot;TestEventConstructorPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestEventConstructorPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestEventConstructorPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -165,7 +165,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestEventConstructorPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestEventConstructor::s_info = { &quot;TestEventConstructor&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestEventConstructor) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestEventConstructor::s_info = { &quot;TestEventConstructor&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestEventConstructor) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestEventConstructor::JSTestEventConstructor(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestEventConstructor&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -92,8 +92,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestEventConstructor*);
-TestEventConstructor* toTestEventConstructor(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestEventConstructor*);
+WEBCORE_EXPORT TestEventConstructor* toTestEventConstructor(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> bool fillTestEventConstructorInit(TestEventConstructorInit&amp;, JSDictionary&amp;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventTargetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx">     { &quot;dispatchEvent&quot;, JSC::Function, NoIntrinsic, (intptr_t)static_cast&lt;NativeFunction&gt;(jsTestEventTargetPrototypeFunctionDispatchEvent), (intptr_t) (1) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestEventTargetPrototype::s_info = { &quot;TestEventTargetPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestEventTargetPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestEventTargetPrototype::s_info = { &quot;TestEventTargetPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestEventTargetPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestEventTargetPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -142,7 +142,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestEventTargetPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestEventTarget::s_info = { &quot;TestEventTarget&quot;, &amp;Base::s_info, &amp;JSTestEventTargetTable, CREATE_METHOD_TABLE(JSTestEventTarget) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestEventTarget::s_info = { &quot;TestEventTarget&quot;, &amp;Base::s_info, &amp;JSTestEventTargetTable, CREATE_METHOD_TABLE(JSTestEventTarget) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestEventTarget::JSTestEventTarget(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestEventTarget&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventTargeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -100,8 +100,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestEventTarget*);
-TestEventTarget* toTestEventTarget(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestEventTarget*);
+WEBCORE_EXPORT TestEventTarget* toTestEventTarget(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestExceptioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">     { &quot;constructor&quot;, DontEnum | ReadOnly, NoIntrinsic, (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestExceptionConstructor), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestExceptionPrototype::s_info = { &quot;TestExceptionPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestExceptionPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestExceptionPrototype::s_info = { &quot;TestExceptionPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestExceptionPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestExceptionPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestExceptionPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestException::s_info = { &quot;TestException&quot;, &amp;Base::s_info, &amp;JSTestExceptionTable, CREATE_METHOD_TABLE(JSTestException) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestException::s_info = { &quot;TestException&quot;, &amp;Base::s_info, &amp;JSTestExceptionTable, CREATE_METHOD_TABLE(JSTestException) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestException::JSTestException(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestException&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -93,8 +93,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestException*);
-TestException* toTestException(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestException*);
+WEBCORE_EXPORT TestException* toTestException(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachablecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">     { &quot;constructor&quot;, DontEnum | ReadOnly, NoIntrinsic, (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestGenerateIsReachableConstructor), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestGenerateIsReachablePrototype::s_info = { &quot;TestGenerateIsReachablePrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestGenerateIsReachablePrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestGenerateIsReachablePrototype::s_info = { &quot;TestGenerateIsReachablePrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestGenerateIsReachablePrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestGenerateIsReachablePrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestGenerateIsReachablePrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestGenerateIsReachable::s_info = { &quot;TestGenerateIsReachable&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestGenerateIsReachable) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestGenerateIsReachable::s_info = { &quot;TestGenerateIsReachable&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestGenerateIsReachable) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestGenerateIsReachable::JSTestGenerateIsReachable(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestGenerateIsReachable&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -90,8 +90,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestGenerateIsReachable*);
-TestGenerateIsReachable* toTestGenerateIsReachable(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestGenerateIsReachable*);
+WEBCORE_EXPORT TestGenerateIsReachable* toTestGenerateIsReachable(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestInterfacecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -403,7 +403,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestInterfacePrototype::s_info = { &quot;TestInterfacePrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestInterfacePrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestInterfacePrototype::s_info = { &quot;TestInterfacePrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestInterfacePrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestInterfacePrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -411,7 +411,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestInterfacePrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestInterface::s_info = { &quot;TestInterface&quot;, &amp;Base::s_info, &amp;JSTestInterfaceTable, CREATE_METHOD_TABLE(JSTestInterface) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestInterface::s_info = { &quot;TestInterface&quot;, &amp;Base::s_info, &amp;JSTestInterfaceTable, CREATE_METHOD_TABLE(JSTestInterface) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestInterface::JSTestInterface(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestInterface&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestInterfaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -119,8 +119,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestInterface*);
-TestInterface* toTestInterface(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestInterface*);
+WEBCORE_EXPORT TestInterface* toTestInterface(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">     { &quot;method&quot;, JSC::Function, NoIntrinsic, (intptr_t)static_cast&lt;NativeFunction&gt;(jsTestMediaQueryListListenerPrototypeFunctionMethod), (intptr_t) (1) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestMediaQueryListListenerPrototype::s_info = { &quot;TestMediaQueryListListenerPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestMediaQueryListListenerPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestMediaQueryListListenerPrototype::s_info = { &quot;TestMediaQueryListListenerPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestMediaQueryListListenerPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestMediaQueryListListenerPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestMediaQueryListListenerPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestMediaQueryListListener::s_info = { &quot;TestMediaQueryListListener&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestMediaQueryListListener) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestMediaQueryListListener::s_info = { &quot;TestMediaQueryListListener&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestMediaQueryListListener) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestMediaQueryListListener::JSTestMediaQueryListListener(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestMediaQueryListListener&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -90,8 +90,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestMediaQueryListListener*);
-TestMediaQueryListListener* toTestMediaQueryListListener(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestMediaQueryListListener*);
+WEBCORE_EXPORT TestMediaQueryListListener* toTestMediaQueryListListener(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -173,7 +173,7 @@
</span><span class="cx">     { &quot;constructor&quot;, DontEnum | ReadOnly, NoIntrinsic, (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestNamedConstructorConstructor), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestNamedConstructorPrototype::s_info = { &quot;TestNamedConstructorPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNamedConstructorPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestNamedConstructorPrototype::s_info = { &quot;TestNamedConstructorPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNamedConstructorPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestNamedConstructorPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestNamedConstructorPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestNamedConstructor::s_info = { &quot;TestNamedConstructor&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNamedConstructor) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestNamedConstructor::s_info = { &quot;TestNamedConstructor&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNamedConstructor) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestNamedConstructor::JSTestNamedConstructor(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestNamedConstructor&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -91,8 +91,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestNamedConstructor*);
-TestNamedConstructor* toTestNamedConstructor(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestNamedConstructor*);
+WEBCORE_EXPORT TestNamedConstructor* toTestNamedConstructor(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNodecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">     { &quot;constructor&quot;, DontEnum | ReadOnly, NoIntrinsic, (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestNodeConstructor), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestNodePrototype::s_info = { &quot;TestNodePrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNodePrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestNodePrototype::s_info = { &quot;TestNodePrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNodePrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestNodePrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestNodePrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestNode::s_info = { &quot;TestNode&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNode) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestNode::s_info = { &quot;TestNode&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNode) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestNode::JSTestNode(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestNode&gt; impl)
</span><span class="cx">     : JSNode(structure, globalObject, impl)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministiccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -131,7 +131,7 @@
</span><span class="cx">     { &quot;nondeterministicZeroArgFunction&quot;, JSC::Function, NoIntrinsic, (intptr_t)static_cast&lt;NativeFunction&gt;(jsTestNondeterministicPrototypeFunctionNondeterministicZeroArgFunction), (intptr_t) (0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestNondeterministicPrototype::s_info = { &quot;TestNondeterministicPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNondeterministicPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestNondeterministicPrototype::s_info = { &quot;TestNondeterministicPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNondeterministicPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestNondeterministicPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -139,7 +139,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestNondeterministicPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestNondeterministic::s_info = { &quot;TestNondeterministic&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNondeterministic) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestNondeterministic::s_info = { &quot;TestNondeterministic&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNondeterministic) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestNondeterministic::JSTestNondeterministic(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestNondeterministic&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministich"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -90,8 +90,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestNondeterministic*);
-TestNondeterministic* toTestNondeterministic(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestNondeterministic*);
+WEBCORE_EXPORT TestNondeterministic* toTestNondeterministic(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestObjcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -645,7 +645,7 @@
</span><span class="cx">     { &quot;any&quot;, JSC::Function, NoIntrinsic, (intptr_t)static_cast&lt;NativeFunction&gt;(jsTestObjPrototypeFunctionAny), (intptr_t) (2) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestObjPrototype::s_info = { &quot;TestObjectPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestObjPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestObjPrototype::s_info = { &quot;TestObjectPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestObjPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestObjPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -653,7 +653,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestObjPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestObj::s_info = { &quot;TestObject&quot;, &amp;Base::s_info, &amp;JSTestObjTable, CREATE_METHOD_TABLE(JSTestObj) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestObj::s_info = { &quot;TestObject&quot;, &amp;Base::s_info, &amp;JSTestObjTable, CREATE_METHOD_TABLE(JSTestObj) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestObj::JSTestObj(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestObj&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestObjh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -105,8 +105,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestObj*);
-TestObj* toTestObj(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestObj*);
+WEBCORE_EXPORT TestObj* toTestObj(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -182,7 +182,7 @@
</span><span class="cx">     { &quot;constructor&quot;, DontEnum | ReadOnly, NoIntrinsic, (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestOverloadedConstructorsConstructor), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestOverloadedConstructorsPrototype::s_info = { &quot;TestOverloadedConstructorsPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestOverloadedConstructorsPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestOverloadedConstructorsPrototype::s_info = { &quot;TestOverloadedConstructorsPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestOverloadedConstructorsPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestOverloadedConstructorsPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -190,7 +190,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestOverloadedConstructorsPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestOverloadedConstructors::s_info = { &quot;TestOverloadedConstructors&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestOverloadedConstructors) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestOverloadedConstructors::s_info = { &quot;TestOverloadedConstructors&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestOverloadedConstructors) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestOverloadedConstructors::JSTestOverloadedConstructors(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestOverloadedConstructors&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -90,8 +90,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestOverloadedConstructors*);
-TestOverloadedConstructors* toTestOverloadedConstructors(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestOverloadedConstructors*);
+WEBCORE_EXPORT TestOverloadedConstructors* toTestOverloadedConstructors(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfacecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -121,7 +121,7 @@
</span><span class="cx">     { &quot;cachedReadonlyValue&quot;, DontDelete | ReadOnly | CustomAccessor, NoIntrinsic, (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestSerializedScriptValueInterfaceCachedReadonlyValue), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestSerializedScriptValueInterfacePrototype::s_info = { &quot;TestSerializedScriptValueInterfacePrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestSerializedScriptValueInterfacePrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestSerializedScriptValueInterfacePrototype::s_info = { &quot;TestSerializedScriptValueInterfacePrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestSerializedScriptValueInterfacePrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestSerializedScriptValueInterfacePrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestSerializedScriptValueInterfacePrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestSerializedScriptValueInterface::s_info = { &quot;TestSerializedScriptValueInterface&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestSerializedScriptValueInterface) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestSerializedScriptValueInterface::s_info = { &quot;TestSerializedScriptValueInterface&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestSerializedScriptValueInterface) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestSerializedScriptValueInterface::JSTestSerializedScriptValueInterface(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestSerializedScriptValueInterface&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -96,8 +96,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestSerializedScriptValueInterface*);
-TestSerializedScriptValueInterface* toTestSerializedScriptValueInterface(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestSerializedScriptValueInterface*);
+WEBCORE_EXPORT TestSerializedScriptValueInterface* toTestSerializedScriptValueInterface(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestTypedefscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -204,7 +204,7 @@
</span><span class="cx">     { &quot;methodWithException&quot;, JSC::Function, NoIntrinsic, (intptr_t)static_cast&lt;NativeFunction&gt;(jsTestTypedefsPrototypeFunctionMethodWithException), (intptr_t) (0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestTypedefsPrototype::s_info = { &quot;TestTypedefsPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestTypedefsPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestTypedefsPrototype::s_info = { &quot;TestTypedefsPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestTypedefsPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSTestTypedefsPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -212,7 +212,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSTestTypedefsPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSTestTypedefs::s_info = { &quot;TestTypedefs&quot;, &amp;Base::s_info, &amp;JSTestTypedefsTable, CREATE_METHOD_TABLE(JSTestTypedefs) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSTestTypedefs::s_info = { &quot;TestTypedefs&quot;, &amp;Base::s_info, &amp;JSTestTypedefsTable, CREATE_METHOD_TABLE(JSTestTypedefs) };
</ins><span class="cx"> 
</span><span class="cx"> JSTestTypedefs::JSTestTypedefs(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;TestTypedefs&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestTypedefsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -92,8 +92,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestTypedefs*);
-TestTypedefs* toTestTypedefs(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestTypedefs*);
+WEBCORE_EXPORT TestTypedefs* toTestTypedefs(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSattributecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -106,7 +106,7 @@
</span><span class="cx">     { &quot;readonly&quot;, DontDelete | ReadOnly | CustomAccessor, NoIntrinsic, (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsattributeReadonly), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSattributePrototype::s_info = { &quot;attributePrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSattributePrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSattributePrototype::s_info = { &quot;attributePrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSattributePrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSattributePrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSattributePrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSattribute::s_info = { &quot;attribute&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSattribute) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSattribute::s_info = { &quot;attribute&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSattribute) };
</ins><span class="cx"> 
</span><span class="cx"> JSattribute::JSattribute(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;attribute&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSattributeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -91,8 +91,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, attribute*);
-attribute* toattribute(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, attribute*);
+WEBCORE_EXPORT attribute* toattribute(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSreadonlycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">     { &quot;constructor&quot;, DontEnum | ReadOnly, NoIntrinsic, (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsreadonlyConstructor), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(0) },
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-const ClassInfo JSreadonlyPrototype::s_info = { &quot;readonlyPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSreadonlyPrototype) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSreadonlyPrototype::s_info = { &quot;readonlyPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSreadonlyPrototype) };
</ins><span class="cx"> 
</span><span class="cx"> void JSreadonlyPrototype::finishCreation(VM&amp; vm)
</span><span class="cx"> {
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">     reifyStaticProperties(vm, JSreadonlyPrototypeTableValues, *this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-const ClassInfo JSreadonly::s_info = { &quot;readonly&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSreadonly) };
</del><ins>+WEBCORE_EXPORT const ClassInfo JSreadonly::s_info = { &quot;readonly&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSreadonly) };
</ins><span class="cx"> 
</span><span class="cx"> JSreadonly::JSreadonly(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr&lt;readonly&gt; impl)
</span><span class="cx">     : JSDOMWrapper(structure, globalObject)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSreadonlyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -90,8 +90,8 @@
</span><span class="cx">     return &amp;world;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, readonly*);
-readonly* toreadonly(JSC::JSValue);
</del><ins>+WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, readonly*);
+WEBCORE_EXPORT readonly* toreadonly(JSC::JSValue);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMFloat64ArrayInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMFloat64ArrayInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMFloat64ArrayInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMFloat64ArrayInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> class Float64Array;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::Float64Array* core(DOMFloat64Array *);
-DOMFloat64Array *kit(WebCore::Float64Array*);
</del><ins>+WEBCORE_EXPORT WebCore::Float64Array* core(DOMFloat64Array *);
+WEBCORE_EXPORT DOMFloat64Array *kit(WebCore::Float64Array*);
</ins><span class="cx"> 
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestActiveDOMObjectInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObjectInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObjectInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestActiveDOMObjectInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestActiveDOMObject;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestActiveDOMObject* core(DOMTestActiveDOMObject *);
-DOMTestActiveDOMObject *kit(WebCore::TestActiveDOMObject*);
</del><ins>+WEBCORE_EXPORT WebCore::TestActiveDOMObject* core(DOMTestActiveDOMObject *);
+WEBCORE_EXPORT DOMTestActiveDOMObject *kit(WebCore::TestActiveDOMObject*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestCallbackInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallbackInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallbackInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCallbackInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestCallback;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestCallback* core(DOMTestCallback *);
-DOMTestCallback *kit(WebCore::TestCallback*);
</del><ins>+WEBCORE_EXPORT WebCore::TestCallback* core(DOMTestCallback *);
+WEBCORE_EXPORT DOMTestCallback *kit(WebCore::TestCallback*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestCustomNamedGetterInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetterInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetterInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestCustomNamedGetterInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestCustomNamedGetter;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestCustomNamedGetter* core(DOMTestCustomNamedGetter *);
-DOMTestCustomNamedGetter *kit(WebCore::TestCustomNamedGetter*);
</del><ins>+WEBCORE_EXPORT WebCore::TestCustomNamedGetter* core(DOMTestCustomNamedGetter *);
+WEBCORE_EXPORT DOMTestCustomNamedGetter *kit(WebCore::TestCustomNamedGetter*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestEventConstructorInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructorInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructorInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventConstructorInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestEventConstructor;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestEventConstructor* core(DOMTestEventConstructor *);
-DOMTestEventConstructor *kit(WebCore::TestEventConstructor*);
</del><ins>+WEBCORE_EXPORT WebCore::TestEventConstructor* core(DOMTestEventConstructor *);
+WEBCORE_EXPORT DOMTestEventConstructor *kit(WebCore::TestEventConstructor*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestEventTargetInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTargetInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTargetInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestEventTargetInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestEventTarget;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestEventTarget* core(DOMTestEventTarget *);
-DOMTestEventTarget *kit(WebCore::TestEventTarget*);
</del><ins>+WEBCORE_EXPORT WebCore::TestEventTarget* core(DOMTestEventTarget *);
+WEBCORE_EXPORT DOMTestEventTarget *kit(WebCore::TestEventTarget*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestExceptionInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestExceptionInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestExceptionInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestExceptionInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestException;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestException* core(DOMTestException *);
-DOMTestException *kit(WebCore::TestException*);
</del><ins>+WEBCORE_EXPORT WebCore::TestException* core(DOMTestException *);
+WEBCORE_EXPORT DOMTestException *kit(WebCore::TestException*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestGenerateIsReachableInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachableInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachableInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestGenerateIsReachableInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestGenerateIsReachable;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestGenerateIsReachable* core(DOMTestGenerateIsReachable *);
-DOMTestGenerateIsReachable *kit(WebCore::TestGenerateIsReachable*);
</del><ins>+WEBCORE_EXPORT WebCore::TestGenerateIsReachable* core(DOMTestGenerateIsReachable *);
+WEBCORE_EXPORT DOMTestGenerateIsReachable *kit(WebCore::TestGenerateIsReachable*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestInterfaceInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterfaceInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterfaceInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestInterfaceInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestInterface;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestInterface* core(DOMTestInterface *);
-DOMTestInterface *kit(WebCore::TestInterface*);
</del><ins>+WEBCORE_EXPORT WebCore::TestInterface* core(DOMTestInterface *);
+WEBCORE_EXPORT DOMTestInterface *kit(WebCore::TestInterface*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestMediaQueryListListenerInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListenerInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListenerInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListenerInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestMediaQueryListListener;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestMediaQueryListListener* core(DOMTestMediaQueryListListener *);
-DOMTestMediaQueryListListener *kit(WebCore::TestMediaQueryListListener*);
</del><ins>+WEBCORE_EXPORT WebCore::TestMediaQueryListListener* core(DOMTestMediaQueryListListener *);
+WEBCORE_EXPORT DOMTestMediaQueryListListener *kit(WebCore::TestMediaQueryListListener*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestNamedConstructorInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructorInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructorInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNamedConstructorInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestNamedConstructor;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestNamedConstructor* core(DOMTestNamedConstructor *);
-DOMTestNamedConstructor *kit(WebCore::TestNamedConstructor*);
</del><ins>+WEBCORE_EXPORT WebCore::TestNamedConstructor* core(DOMTestNamedConstructor *);
+WEBCORE_EXPORT DOMTestNamedConstructor *kit(WebCore::TestNamedConstructor*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestNodeInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNodeInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNodeInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNodeInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestNode;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestNode* core(DOMTestNode *);
-DOMTestNode *kit(WebCore::TestNode*);
</del><ins>+WEBCORE_EXPORT WebCore::TestNode* core(DOMTestNode *);
+WEBCORE_EXPORT DOMTestNode *kit(WebCore::TestNode*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestNondeterministicInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministicInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministicInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestNondeterministicInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestNondeterministic;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestNondeterministic* core(DOMTestNondeterministic *);
-DOMTestNondeterministic *kit(WebCore::TestNondeterministic*);
</del><ins>+WEBCORE_EXPORT WebCore::TestNondeterministic* core(DOMTestNondeterministic *);
+WEBCORE_EXPORT DOMTestNondeterministic *kit(WebCore::TestNondeterministic*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestObjInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObjInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObjInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObjInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestObj;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestObj* core(DOMTestObj *);
-DOMTestObj *kit(WebCore::TestObj*);
</del><ins>+WEBCORE_EXPORT WebCore::TestObj* core(DOMTestObj *);
+WEBCORE_EXPORT DOMTestObj *kit(WebCore::TestObj*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestOverloadedConstructorsInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructorsInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructorsInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestOverloadedConstructorsInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestOverloadedConstructors;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestOverloadedConstructors* core(DOMTestOverloadedConstructors *);
-DOMTestOverloadedConstructors *kit(WebCore::TestOverloadedConstructors*);
</del><ins>+WEBCORE_EXPORT WebCore::TestOverloadedConstructors* core(DOMTestOverloadedConstructors *);
+WEBCORE_EXPORT DOMTestOverloadedConstructors *kit(WebCore::TestOverloadedConstructors*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestSerializedScriptValueInterfaceInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterfaceInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterfaceInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestSerializedScriptValueInterfaceInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestSerializedScriptValueInterface;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestSerializedScriptValueInterface* core(DOMTestSerializedScriptValueInterface *);
-DOMTestSerializedScriptValueInterface *kit(WebCore::TestSerializedScriptValueInterface*);
</del><ins>+WEBCORE_EXPORT WebCore::TestSerializedScriptValueInterface* core(DOMTestSerializedScriptValueInterface *);
+WEBCORE_EXPORT DOMTestSerializedScriptValueInterface *kit(WebCore::TestSerializedScriptValueInterface*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMTestTypedefsInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefsInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefsInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestTypedefsInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class TestTypedefs;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::TestTypedefs* core(DOMTestTypedefs *);
-DOMTestTypedefs *kit(WebCore::TestTypedefs*);
</del><ins>+WEBCORE_EXPORT WebCore::TestTypedefs* core(DOMTestTypedefs *);
+WEBCORE_EXPORT DOMTestTypedefs *kit(WebCore::TestTypedefs*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMattributeInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattributeInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattributeInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMattributeInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class attribute;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::attribute* core(DOMattribute *);
-DOMattribute *kit(WebCore::attribute*);
</del><ins>+WEBCORE_EXPORT WebCore::attribute* core(DOMattribute *);
+WEBCORE_EXPORT DOMattribute *kit(WebCore::attribute*);
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestObjCDOMreadonlyInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonlyInternal.h (173181 => 173182)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonlyInternal.h        2014-09-02 18:30:06 UTC (rev 173181)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMreadonlyInternal.h        2014-09-02 19:07:42 UTC (rev 173182)
</span><span class="lines">@@ -30,5 +30,5 @@
</span><span class="cx"> class readonly;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebCore::readonly* core(DOMreadonly *);
-DOMreadonly *kit(WebCore::readonly*);
</del><ins>+WEBCORE_EXPORT WebCore::readonly* core(DOMreadonly *);
+WEBCORE_EXPORT DOMreadonly *kit(WebCore::readonly*);
</ins></span></pre>
</div>
</div>

</body>
</html>