Bug 67097

Summary: [GTK] introspection: fix build with latest gobject-introspection
Product: WebKit Reporter: Diego Escalante Urrelo <diegoe>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
fix g-i build diegoe: review-

Description Diego Escalante Urrelo 2011-08-28 19:57:46 PDT
Building gobject-introspection support breaks the build because
        it can't find the definition of WebKitWebPluginMIMEType. Adding
        it to webkitdefines.h fixes this.
Comment 1 Diego Escalante Urrelo 2011-08-28 20:04:24 PDT
Created attachment 105454 [details]
fix g-i build
Comment 2 Martin Robinson 2011-08-30 09:36:35 PDT
Comment on attachment 105454 [details]
fix g-i build

Don't forget to mark your patches with r? if you want a review and cq? if you want it to land via the commit queue.
Comment 3 Diego Escalante Urrelo 2011-09-02 19:08:57 PDT
Comment on attachment 105454 [details]
fix g-i build

marking cq?

Thanks Martin :)
Comment 4 Diego Escalante Urrelo 2011-09-02 19:14:37 PDT
Comment on attachment 105454 [details]
fix g-i build

Marking r- and c-q none. I leaked a change from bug #67098 here (the WebKitWebPluginMIMEType thing)
Comment 5 Diego Escalante Urrelo 2012-02-15 16:17:53 PST
Closing since this has been working for me for a long time without the patch.