Bug 103044

Summary: [EFL][WK2] Buildfix when ENABLE_NETSCAPE_PLUGIN_API is disabled
Product: WebKit Reporter: KwangYong Choi <ky0.choi>
Component: WebKit EFLAssignee: KwangYong Choi <ky0.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, laszlo.gombos, lucas.de.marchi, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

KwangYong Choi
Reported 2012-11-22 02:26:07 PST
enum ProcessType { WebProcess, #if ENABLE(PLUGIN_PROCESS) PluginProcess, #endif #if ENABLE(NETWORK_PROCESS) NetworkProcess, #endif #if ENABLE(SHARED_WORKER_PROCESS) SharedWorkerProcess #endif }; enum ProcessType has PluginProcess only if ENABLE(PLUGIN_PROCESS) is enabled. So, guard PluginProcess with ENABLE(PLUGIN_PROCESS).
Attachments
Patch (1.59 KB, patch)
2012-11-22 02:27 PST, KwangYong Choi
no flags
KwangYong Choi
Comment 1 2012-11-22 02:27:12 PST
Kentaro Hara
Comment 2 2012-11-22 04:59:17 PST
Comment on attachment 175631 [details] Patch ok
WebKit Review Bot
Comment 3 2012-11-22 17:53:45 PST
Comment on attachment 175631 [details] Patch Clearing flags on attachment: 175631 Committed r135551: <http://trac.webkit.org/changeset/135551>
WebKit Review Bot
Comment 4 2012-11-22 17:53:49 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.