[Webkit-unassigned] [Bug 155657] New: JSDOMGlobalObject.h needs to #include StructureInlines.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 12:15:41 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155657

            Bug ID: 155657
           Summary: JSDOMGlobalObject.h needs to #include
                    StructureInlines.h
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

The Win EWS is complaining about the following:

WebCore.lib(EmptyClients.obj) : error LNK2019: unresolved external symbol "public: static class JSC::Structure * __cdecl JSC::Structure::create(class JSC::VM &,class JSC::JSGlobalObject *,class JSC::JSValue,class JSC::TypeInfo const &,struct JSC::ClassInfo const *,unsigned char,unsigned int)" (?create at Structure@JSC@@SAPAV12 at AAVVM@2 at PAVJSGlobalObject@2 at VJSValue@2 at ABVTypeInfo@2 at PBUClassInfo@2 at EI@Z) referenced in function "public: static class JSC::Structure * __cdecl WebCore::JSDOMGlobalObject::createStructure(class JSC::VM &,class JSC::JSValue)" (?createStructure at JSDOMGlobalObject@WebCore@@SAPAVStructure at JSC@@AAVVM at 4@VJSValue at 4@@Z) [C:\cygwin\home\buildbot\WebKit\WebKitBuild\Release\Source\WebKit\WebKit.vcxproj]
C:\cygwin\home\buildbot\WebKit\WebKitBuild\Release\bin32\WebKit.dll : fatal error LNK1120: 1 unresolved externals 

Structure::create() is implemented in StructureInlines.h.  Just need to #include the header file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160318/2c97fa5f/attachment.html>


More information about the webkit-unassigned mailing list