WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
103044
[EFL][WK2] Buildfix when ENABLE_NETSCAPE_PLUGIN_API is disabled
https://bugs.webkit.org/show_bug.cgi?id=103044
Summary
[EFL][WK2] Buildfix when ENABLE_NETSCAPE_PLUGIN_API is disabled
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
KwangYong Choi
Comment 1
2012-11-22 02:27:12 PST
Created
attachment 175631
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug