Try to dllimport the dllexported global object HashTable.
* jsc.cpp:
* testRegExp.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@171843
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2014-07-30 Andreas Kling <akling@apple.com>
+ Speculative Windows build fix.
+
+ Try to dllimport the dllexported global object HashTable.
+
+ * jsc.cpp:
+ * testRegExp.cpp:
+
+2014-07-30 Andreas Kling <akling@apple.com>
+
PropertyName's internal string is always atomic.
<https://webkit.org/b/135451>
using namespace WTF;
namespace JSC {
-extern const struct HashTable globalObjectTable;
+WTF_IMPORT extern const struct HashTable globalObjectTable;
}
namespace {
#endif
namespace JSC {
-extern const struct HashTable globalObjectTable;
+WTF_IMPORT extern const struct HashTable globalObjectTable;
}
const int MaxLineLength = 100 * 1024;