<!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>[184228] 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/184228">184228</a></dd>
<dt>Author</dt> <dd>achristensen@apple.com</dd>
<dt>Date</dt> <dd>2015-05-12 18:47:00 -0700 (Tue, 12 May 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Don't export all JS bindings classes.
https://bugs.webkit.org/show_bug.cgi?id=144932

Reviewed by Dan Bernstein.

This change is good if it compiles and links successfully.

* bindings/scripts/CodeGeneratorJS.pm:
(ExportLabelForClass):
Add a list of the JS bindings classes that need WEBCORE_EXPORT to prevent exporting too many symbols from WebCore.
* bindings/scripts/test/JS/JSTestActiveDOMObject.h:
* bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
* bindings/scripts/test/JS/JSTestEventConstructor.h:
* bindings/scripts/test/JS/JSTestEventTarget.h:
* bindings/scripts/test/JS/JSTestException.h:
* bindings/scripts/test/JS/JSTestGenerateIsReachable.h:
* bindings/scripts/test/JS/JSTestMediaQueryListListener.h:
* bindings/scripts/test/JS/JSTestNamedConstructor.h:
* bindings/scripts/test/JS/JSTestNode.h:
* bindings/scripts/test/JS/JSTestNondeterministic.h:
* bindings/scripts/test/JS/JSTestObj.h:
* bindings/scripts/test/JS/JSTestOverloadedConstructors.h:
* bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h:
* bindings/scripts/test/JS/JSTestTypedefs.h:
* bindings/scripts/test/JS/JSattribute.h:
* bindings/scripts/test/JS/JSreadonly.h:
Update bindings tests to remove WEBCORE_EXPORT from most of the tests,
but keep one test with WEBCORE_EXPORT and one test with WEBCORE_TESTSUPPORT_EXPORT.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptsCodeGeneratorJSpm">trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjecth">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGetterh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestEventTargeth">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestExceptionh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachableh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenerh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNodeh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministich">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestObjh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorsh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfaceh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestTypedefsh">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSattributeh">trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSreadonlyh">trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/ChangeLog        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -1,3 +1,34 @@
</span><ins>+2015-05-12  Alex Christensen  &lt;achristensen@webkit.org&gt;
+
+        Don't export all JS bindings classes.
+        https://bugs.webkit.org/show_bug.cgi?id=144932
+
+        Reviewed by Dan Bernstein.
+
+        This change is good if it compiles and links successfully.
+
+        * bindings/scripts/CodeGeneratorJS.pm:
+        (ExportLabelForClass):
+        Add a list of the JS bindings classes that need WEBCORE_EXPORT to prevent exporting too many symbols from WebCore.
+        * bindings/scripts/test/JS/JSTestActiveDOMObject.h:
+        * bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
+        * bindings/scripts/test/JS/JSTestEventConstructor.h:
+        * bindings/scripts/test/JS/JSTestEventTarget.h:
+        * bindings/scripts/test/JS/JSTestException.h:
+        * bindings/scripts/test/JS/JSTestGenerateIsReachable.h:
+        * bindings/scripts/test/JS/JSTestMediaQueryListListener.h:
+        * bindings/scripts/test/JS/JSTestNamedConstructor.h:
+        * bindings/scripts/test/JS/JSTestNode.h:
+        * bindings/scripts/test/JS/JSTestNondeterministic.h:
+        * bindings/scripts/test/JS/JSTestObj.h:
+        * bindings/scripts/test/JS/JSTestOverloadedConstructors.h:
+        * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h:
+        * bindings/scripts/test/JS/JSTestTypedefs.h:
+        * bindings/scripts/test/JS/JSattribute.h:
+        * bindings/scripts/test/JS/JSreadonly.h:
+        Update bindings tests to remove WEBCORE_EXPORT from most of the tests,
+        but keep one test with WEBCORE_EXPORT and one test with WEBCORE_TESTSUPPORT_EXPORT.
+
</ins><span class="cx"> 2015-05-12  Brent Fulgham  &lt;bfulgham@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Win] Update DXSDK_DIR settings for build system.
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptsCodeGeneratorJSpm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -229,14 +229,41 @@
</span><span class="cx">     &quot;JSMallocStatistics&quot; =&gt; 1,
</span><span class="cx">     &quot;JSMemoryInfo&quot; =&gt; 1,
</span><span class="cx">     &quot;JSTypeConversions&quot; =&gt; 1,
</span><ins>+
+    # This is for the bindings tests.
+    &quot;JSTestNode&quot; =&gt; 1,
</ins><span class="cx"> );
</span><span class="cx"> 
</span><ins>+my %classesNeedingWebCoreExport = (
+    &quot;JSAudioContext&quot; =&gt; 1,
+    &quot;JSClientRect&quot; =&gt; 1,
+    &quot;JSClientRectList&quot; =&gt; 1,
+    &quot;JSCSSStyleDeclaration&quot; =&gt; 1,
+    &quot;JSDocument&quot; =&gt; 1,
+    &quot;JSDOMWindow&quot; =&gt; 1,
+    &quot;JSElement&quot; =&gt; 1,
+    &quot;JSFile&quot; =&gt; 1,
+    &quot;JSHTMLElement&quot; =&gt; 1,
+    &quot;JSHTMLMediaElement&quot; =&gt; 1,
+    &quot;JSNode&quot; =&gt; 1,
+    &quot;JSNotification&quot; =&gt; 1,
+    &quot;JSRange&quot; =&gt; 1,
+    &quot;JSScriptProfile&quot; =&gt; 1,
+    &quot;JSScriptProfileNode&quot; =&gt; 1,
+    &quot;JSTimeRanges&quot; =&gt; 1,
+    &quot;JSXMLHttpRequest&quot; =&gt; 1,
+
+    # This is for the bindings tests.
+    &quot;JSTestInterface&quot; =&gt; 1,
+);
+
</ins><span class="cx"> sub ExportLabelForClass
</span><span class="cx"> {
</span><span class="cx">     my $class = shift;
</span><span class="cx"> 
</span><del>-    return &quot;WEBCORE_TESTSUPPORT_EXPORT&quot; if $testSupportClasses{$class};
-    return &quot;WEBCORE_EXPORT&quot;
</del><ins>+    return &quot;WEBCORE_TESTSUPPORT_EXPORT &quot; if $testSupportClasses{$class};
+    return &quot;WEBCORE_EXPORT &quot; if $classesNeedingWebCoreExport{$class};
+    return &quot;&quot;;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> sub AddIncludesForType
</span><span class="lines">@@ -817,7 +844,7 @@
</span><span class="cx">     my $exportLabel = ExportLabelForClass($className);
</span><span class="cx"> 
</span><span class="cx">     # Class declaration
</span><del>-    push(@headerContent, &quot;class $exportLabel $className : public $parentClassName {\n&quot;);
</del><ins>+    push(@headerContent, &quot;class $exportLabel$className : public $parentClassName {\n&quot;);
</ins><span class="cx"> 
</span><span class="cx">     # Static create methods
</span><span class="cx">     push(@headerContent, &quot;public:\n&quot;);
</span><span class="lines">@@ -1168,7 +1195,7 @@
</span><span class="cx">         if ($implType eq &quot;Node&quot; or $implType eq &quot;NodeList&quot;) {
</span><span class="cx">             push(@headerContent, &quot;JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, $implType*);\n&quot;);
</span><span class="cx">         } else {
</span><del>-            push(@headerContent, &quot;$exportLabel JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, $implType*);\n&quot;);
</del><ins>+            push(@headerContent, $exportLabel.&quot;JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, $implType*);\n&quot;);
</ins><span class="cx">         }
</span><span class="cx">         push(@headerContent, &quot;inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, $implType&amp; impl) { return toJS(exec, globalObject, &amp;impl); }\n&quot;);
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestActiveDOMObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestActiveDOMObject : public JSDOMWrapper {
</del><ins>+class JSTestActiveDOMObject : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestActiveDOMObject* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestActiveDOMObject&gt;&amp;&amp; impl)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestActiveDOMObject*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestActiveDOMObject*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestActiveDOMObject&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestCustomNamedGetterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestCustomNamedGetter : public JSDOMWrapper {
</del><ins>+class JSTestCustomNamedGetter : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestCustomNamedGetter* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestCustomNamedGetter&gt;&amp;&amp; impl)
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestCustomNamedGetter*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestCustomNamedGetter*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestCustomNamedGetter&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> 
</span><span class="cx"> class JSDictionary;
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestEventConstructor : public JSDOMWrapper {
</del><ins>+class JSTestEventConstructor : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestEventConstructor* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestEventConstructor&gt;&amp;&amp; impl)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestEventConstructor*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestEventConstructor*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestEventConstructor&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> bool fillTestEventConstructorInit(TestEventConstructorInit&amp;, JSDictionary&amp;);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestEventTargeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestEventTarget : public JSDOMWrapper {
</del><ins>+class JSTestEventTarget : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestEventTarget* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestEventTarget&gt;&amp;&amp; impl)
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestEventTarget*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestEventTarget*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestEventTarget&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestException : public JSDOMWrapper {
</del><ins>+class JSTestException : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestException* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestException&gt;&amp;&amp; impl)
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestException*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestException*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestException&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestGenerateIsReachableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestGenerateIsReachable : public JSDOMWrapper {
</del><ins>+class JSTestGenerateIsReachable : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestGenerateIsReachable* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestGenerateIsReachable&gt;&amp;&amp; impl)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestGenerateIsReachable*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestGenerateIsReachable*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestGenerateIsReachable&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestMediaQueryListListenerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestMediaQueryListListener : public JSDOMWrapper {
</del><ins>+class JSTestMediaQueryListListener : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestMediaQueryListListener* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestMediaQueryListListener&gt;&amp;&amp; impl)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestMediaQueryListListener*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestMediaQueryListListener*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestMediaQueryListListener&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNamedConstructorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestNamedConstructor : public JSDOMWrapper {
</del><ins>+class JSTestNamedConstructor : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestNamedConstructor* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestNamedConstructor&gt;&amp;&amp; impl)
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestNamedConstructor*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestNamedConstructor*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestNamedConstructor&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestNode : public JSNode {
</del><ins>+class WEBCORE_TESTSUPPORT_EXPORT JSTestNode : public JSNode {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSNode Base;
</span><span class="cx">     static JSTestNode* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestNode&gt;&amp;&amp; impl)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministich"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestNondeterministic : public JSDOMWrapper {
</del><ins>+class JSTestNondeterministic : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestNondeterministic* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestNondeterministic&gt;&amp;&amp; impl)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestNondeterministic*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestNondeterministic*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestNondeterministic&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestObjh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestObj : public JSDOMWrapper {
</del><ins>+class JSTestObj : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestObj* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestObj&gt;&amp;&amp; impl)
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestObj*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestObj*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestObj&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestOverloadedConstructorsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestOverloadedConstructors : public JSDOMWrapper {
</del><ins>+class JSTestOverloadedConstructors : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestOverloadedConstructors* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestOverloadedConstructors&gt;&amp;&amp; impl)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestOverloadedConstructors*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestOverloadedConstructors*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestOverloadedConstructors&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestSerializedScriptValueInterfaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestSerializedScriptValueInterface : public JSDOMWrapper {
</del><ins>+class JSTestSerializedScriptValueInterface : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestSerializedScriptValueInterface* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestSerializedScriptValueInterface&gt;&amp;&amp; impl)
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestSerializedScriptValueInterface*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestSerializedScriptValueInterface*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestSerializedScriptValueInterface&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestTypedefsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSTestTypedefs : public JSDOMWrapper {
</del><ins>+class JSTestTypedefs : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSTestTypedefs* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestTypedefs&gt;&amp;&amp; impl)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestTypedefs*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestTypedefs*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestTypedefs&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSattributeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSattribute : public JSDOMWrapper {
</del><ins>+class JSattribute : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSattribute* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;attribute&gt;&amp;&amp; impl)
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, attribute*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, attribute*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, attribute&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSreadonlyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h (184227 => 184228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h        2015-05-13 01:43:26 UTC (rev 184227)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.h        2015-05-13 01:47:00 UTC (rev 184228)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class WEBCORE_EXPORT JSreadonly : public JSDOMWrapper {
</del><ins>+class JSreadonly : public JSDOMWrapper {
</ins><span class="cx"> public:
</span><span class="cx">     typedef JSDOMWrapper Base;
</span><span class="cx">     static JSreadonly* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;readonly&gt;&amp;&amp; impl)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">     return &amp;owner.get();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WEBCORE_EXPORT JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, readonly*);
</del><ins>+JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, readonly*);
</ins><span class="cx"> inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, readonly&amp; impl) { return toJS(exec, globalObject, &amp;impl); }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>