Title: [171844] trunk/Source/WebKit
Revision
171844
Author
[email protected]
Date
2014-07-31 00:36:44 -0700 (Thu, 31 Jul 2014)

Log Message

Speculative Windows build fixery, part II.

This seems to indicate that adding the globalObjectTable to the exports file
was the wrong idea:

1>WebKit.exp : error LNK2001: unresolved external symbol "struct JSC::HashTable const JSC::globalObjectTable" (?globalObjectTable@JSC@@3UHashTable@1@B)

* WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (171843 => 171844)


--- trunk/Source/WebKit/ChangeLog	2014-07-31 06:51:47 UTC (rev 171843)
+++ trunk/Source/WebKit/ChangeLog	2014-07-31 07:36:44 UTC (rev 171844)
@@ -1,3 +1,14 @@
+2014-07-31  Andreas Kling  <[email protected]>
+
+        Speculative Windows build fixery, part II.
+
+        This seems to indicate that adding the globalObjectTable to the exports file
+        was the wrong idea:
+
+        1>WebKit.exp : error LNK2001: unresolved external symbol "struct JSC::HashTable const JSC::globalObjectTable" (?globalObjectTable@JSC@@3UHashTable@1@B)
+
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
+
 2014-07-29  Brent Fulgham  <[email protected]>
 
         [Win] Modify version numbering scheme to support 5-tuple versions

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in (171843 => 171844)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-07-31 06:51:47 UTC (rev 171843)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-07-31 07:36:44 UTC (rev 171844)
@@ -147,7 +147,6 @@
         ?waitForThreadCompletion@WTF@@YAHI@Z
         symbolWithPointer(?waitForThreadCompletion@WTF@@YAHIPAPAX@Z, ?waitForThreadCompletion@WTF@@YAHIPEAPEAX@Z)
         symbolWithPointer(?createThread@WTF@@YAIP6APAXPAX@Z0@Z, ?createThread@WTF@@YAIP6APEAXPEAX@Z0@Z)
-        ?globalObjectTable@JSC@@3UHashTable@1@B
 
         ; Re-exports from WebCore for test harnesses
         symbolWithPointer(??0HitTestResult@WebCore@@QAE@ABVLayoutPoint@1@@Z, ??0HitTestResult@WebCore@@QEAA@AEBVLayoutPoint@1@@Z)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to