Title: [206991] trunk/Source/WebCore
Revision
206991
Author
commit-qu...@webkit.org
Date
2016-10-10 01:33:17 -0700 (Mon, 10 Oct 2016)

Log Message

Fix Mac Win build after https://trac.webkit.org/changeset/206966
https://bugs.webkit.org/show_bug.cgi?id=163199

Unreviewed.

Patch by Youenn Fablet <you...@apple.com> on 2016-10-10

* bindings/js/JSDOMBinding.h: Marking rejectPromiseWithGetterTypeError as WEBCORE_EXPORT.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206990 => 206991)


--- trunk/Source/WebCore/ChangeLog	2016-10-10 08:19:03 UTC (rev 206990)
+++ trunk/Source/WebCore/ChangeLog	2016-10-10 08:33:17 UTC (rev 206991)
@@ -1,3 +1,12 @@
+2016-10-10  Youenn Fablet  <you...@apple.com>
+
+        Fix Mac Win build after https://trac.webkit.org/changeset/206966
+        https://bugs.webkit.org/show_bug.cgi?id=163199
+
+        Unreviewed.
+
+        * bindings/js/JSDOMBinding.h: Marking rejectPromiseWithGetterTypeError as WEBCORE_EXPORT.
+
 2016-10-09  Antti Koivisto  <an...@apple.com>
 
         Enable optimized stylesheet updates in shadow trees

Modified: trunk/Source/WebCore/bindings/js/JSDOMBinding.h (206990 => 206991)


--- trunk/Source/WebCore/bindings/js/JSDOMBinding.h	2016-10-10 08:19:03 UTC (rev 206990)
+++ trunk/Source/WebCore/bindings/js/JSDOMBinding.h	2016-10-10 08:33:17 UTC (rev 206991)
@@ -134,7 +134,7 @@
 WEBCORE_EXPORT JSC::EncodedJSValue throwGetterTypeError(JSC::ExecState&, JSC::ThrowScope&, const char* interfaceName, const char* attributeName);
 WEBCORE_EXPORT JSC::EncodedJSValue throwThisTypeError(JSC::ExecState&, JSC::ThrowScope&, const char* interfaceName, const char* functionName);
 
-JSC::EncodedJSValue rejectPromiseWithGetterTypeError(JSC::ExecState&, const char* interfaceName, const char* attributeName);
+WEBCORE_EXPORT JSC::EncodedJSValue rejectPromiseWithGetterTypeError(JSC::ExecState&, const char* interfaceName, const char* attributeName);
 
 WEBCORE_EXPORT JSC::Structure* getCachedDOMStructure(JSDOMGlobalObject&, const JSC::ClassInfo*);
 WEBCORE_EXPORT JSC::Structure* cacheDOMStructure(JSDOMGlobalObject&, JSC::Structure*, const JSC::ClassInfo*);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to