如题。
还有个问题是,我使用VS2010编译不成功,提示
e:\文档\作业\c++\minwebkit\webcore\platform\length.cpp(126): error C2664: “WTF::PassOwnArrayPtr<T>::PassOwnArrayPtr(const WTF::PassOwnArrayPtr<T> &)”: 不能将参数 1 从“nullptr”转换为“const WTF::PassOwnArrayPtr<T> &”
1> with
1> [
1> T=WebCore::Length
1> ]
1> 原因如下: 无法从“nullptr”转换为“const WTF::PassOwnArrayPtr<T>”
1> with
1> [
1> T=WebCore::Length
1> ]
1> class“WTF::PassOwnArrayPtr<T>”的构造函数声明为“explicit”
1> with
1> [
1> T=WebCore::Length
1> ]
1> JSGlobalObject.cpp

如题。
还有个问题是,我使用VS2010编译不成功,提示