Bug 146905

Summary: [GTK] it can't built when -DENABLE_MHTML=OFF
Product: WebKit Reporter: nick <unixman>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bugs-noreply, kiran.happy, mcatanzaro
Priority: P2    
Version: 420+   
Hardware: PC   
OS: Linux   

Description nick 2015-07-13 10:45:16 PDT
But cmake allow makefile generation even it is turn OFF. So later in compilation step i got

error: getContentsAsMHTMLData  was not defined.
Comment 1 kiran 2023-01-27 10:54:11 PST
Pull request: https://github.com/WebKit/WebKit/pull/9243
Comment 2 kiran 2023-01-27 11:41:55 PST
As per comment at https://github.com/WebKit/WebKit/pull/9243#pullrequestreview-1273283595, this is not a bug and should be closed.

This is not a flag intended for public use. In *.cmake files, check for fields PUBLIC vs PRIVATE. Touch only the fields marked PUBLIC.