Title: [222622] trunk/Source/WebCore
Revision
222622
Author
[email protected]
Date
2017-09-28 11:52:41 -0700 (Thu, 28 Sep 2017)

Log Message

Unreviewed, speculative Windows build fix after r222613.

* dom/StringCallback.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (222621 => 222622)


--- trunk/Source/WebCore/ChangeLog	2017-09-28 18:50:05 UTC (rev 222621)
+++ trunk/Source/WebCore/ChangeLog	2017-09-28 18:52:41 UTC (rev 222622)
@@ -1,3 +1,9 @@
+2017-09-28  Chris Dumez  <[email protected]>
+
+        Unreviewed, speculative Windows build fix after r222613.
+
+        * dom/StringCallback.idl:
+
 2017-09-28  Zalan Bujtas  <[email protected]>
 
         Small cleanup in RenderMenuList::didUpdateActiveOption

Modified: trunk/Source/WebCore/dom/StringCallback.idl (222621 => 222622)


--- trunk/Source/WebCore/dom/StringCallback.idl	2017-09-28 18:50:05 UTC (rev 222621)
+++ trunk/Source/WebCore/dom/StringCallback.idl	2017-09-28 18:52:41 UTC (rev 222622)
@@ -29,5 +29,5 @@
  */
 
 [
-    ExportMacro=WEBCORE_TESTSUPPORT_EXPORT
+    ExportMacro=WEBCORE_EXPORT
 ] callback StringCallback = void (DOMString data);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to