Bug 76250 - [EFL] Remove extern "C" from ewk_private.h
Summary: [EFL] Remove extern "C" from ewk_private.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 00:06 PST by Gyuyoung Kim
Modified: 2012-01-13 07:49 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2012-01-13 00:12 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2012-01-13 00:06:29 PST
ewk_private.h defines internal functions used by WebKit itself. There is no chance to be used by C application. So, extern "C" keyword is unneeded in ewk_private.h.
Comment 1 Gyuyoung Kim 2012-01-13 00:12:19 PST
Created attachment 122384 [details]
Patch
Comment 2 Andreas Kling 2012-01-13 05:27:10 PST
Comment on attachment 122384 [details]
Patch

Looks legit.
Comment 3 WebKit Review Bot 2012-01-13 07:49:49 PST
Comment on attachment 122384 [details]
Patch

Clearing flags on attachment: 122384

Committed r104937: <http://trac.webkit.org/changeset/104937>
Comment 4 WebKit Review Bot 2012-01-13 07:49:54 PST
All reviewed patches have been landed.  Closing bug.