[Webkit-unassigned] [Bug 111267] New: IDLParser.pm fails to parse OESTextureHalfFloat

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 3 03:44:12 PST 2013


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

           Summary: IDLParser.pm fails to parse OESTextureHalfFloat
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org


8>/home/buildbot/slave/WIN-DE~1/build/Source/WebCore/DerivedSources.make:1016: recipe for target `JSOESTextureHalfFloat.h' failed
8>make: *** [JSOESTextureHalfFloat.h] Error 2
8>make: *** Waiting for unfinished jobs….

It’s failing at:
http://trac.webkit.org/browser/trunk/Source/WebCore/bindings/scripts/IDLParser.pm#L196
196        die "No definitions founds" unless @definitions;
197    

because this IDL is empty:
http://trac.webkit.org/browser/trunk/Source/WebCore/html/canvas/OESTextureHalfFloat.idl

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list