<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[184710] trunk/Source/WebKit2</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/184710">184710</a></dd>
<dt>Author</dt> <dd>ossy@webkit.org</dd>
<dt>Date</dt> <dd>2015-05-21 02:27:07 -0700 (Thu, 21 May 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[EFL] Fix mismatched-tags warnings in UIProcess/API/efl
https://bugs.webkit.org/show_bug.cgi?id=145129

Reviewed by Gyuyoung Kim.

* UIProcess/API/efl/EwkViewCallbacks.h:
* UIProcess/API/efl/ewk_application_cache_manager.h:
* UIProcess/API/efl/ewk_auth_request.h:
* UIProcess/API/efl/ewk_back_forward_list.h:
* UIProcess/API/efl/ewk_back_forward_list_item.h:
* UIProcess/API/efl/ewk_color_picker.h:
* UIProcess/API/efl/ewk_context.h:
* UIProcess/API/efl/ewk_context_menu_item.h:
* UIProcess/API/efl/ewk_cookie_manager.h:
* UIProcess/API/efl/ewk_database_manager.h:
* UIProcess/API/efl/ewk_download_job.h:
* UIProcess/API/efl/ewk_error.h:
* UIProcess/API/efl/ewk_favicon_database.h:
* UIProcess/API/efl/ewk_file_chooser_request.h:
* UIProcess/API/efl/ewk_form_submission_request.h:
* UIProcess/API/efl/ewk_navigation_data.h:
* UIProcess/API/efl/ewk_navigation_policy_decision.h:
* UIProcess/API/efl/ewk_object.h:
* UIProcess/API/efl/ewk_page_group.h:
* UIProcess/API/efl/ewk_popup_menu.h:
* UIProcess/API/efl/ewk_popup_menu_item.h:
* UIProcess/API/efl/ewk_security_origin.h:
* UIProcess/API/efl/ewk_settings.h:
* UIProcess/API/efl/ewk_storage_manager.h:
* UIProcess/API/efl/ewk_url_request.h:
* UIProcess/API/efl/ewk_url_response.h:
* UIProcess/API/efl/ewk_url_scheme_request.h:
* UIProcess/API/efl/ewk_view.h:
* UIProcess/API/efl/ewk_window_features.h:
* WebProcess/InjectedBundle/API/efl/ewk_extension.h:
* WebProcess/InjectedBundle/API/efl/ewk_page.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflEwkViewCallbacksh">trunk/Source/WebKit2/UIProcess/API/efl/EwkViewCallbacks.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_application_cache_managerh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_application_cache_manager.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_auth_requesth">trunk/Source/WebKit2/UIProcess/API/efl/ewk_auth_request.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_back_forward_listh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_back_forward_list.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_back_forward_list_itemh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_back_forward_list_item.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_color_pickerh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_color_picker.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_contexth">trunk/Source/WebKit2/UIProcess/API/efl/ewk_context.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_context_menu_itemh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_context_menu_item.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_cookie_managerh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_cookie_manager.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_database_managerh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_database_manager.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_download_jobh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_download_job.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_errorh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_error.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_favicon_databaseh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_favicon_database.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_file_chooser_requesth">trunk/Source/WebKit2/UIProcess/API/efl/ewk_file_chooser_request.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_form_submission_requesth">trunk/Source/WebKit2/UIProcess/API/efl/ewk_form_submission_request.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_navigation_datah">trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_data.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_navigation_policy_decisionh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_policy_decision.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_objecth">trunk/Source/WebKit2/UIProcess/API/efl/ewk_object.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_page_grouph">trunk/Source/WebKit2/UIProcess/API/efl/ewk_page_group.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_popup_menuh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_popup_menu.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_popup_menu_itemh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_popup_menu_item.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_security_originh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_security_origin.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_settingsh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_settings.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_storage_managerh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_storage_manager.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_url_requesth">trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_request.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_url_responseh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_response.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_url_scheme_requesth">trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_scheme_request.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_viewh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIeflewk_window_featuresh">trunk/Source/WebKit2/UIProcess/API/efl/ewk_window_features.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIeflewk_extensionh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/efl/ewk_extension.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIeflewk_pageh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/efl/ewk_page.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/ChangeLog        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -1,5 +1,44 @@
</span><span class="cx"> 2015-05-21  Csaba Osztrogonác  &lt;ossy@webkit.org&gt;
</span><span class="cx"> 
</span><ins>+        [EFL] Fix mismatched-tags warnings in UIProcess/API/efl
+        https://bugs.webkit.org/show_bug.cgi?id=145129
+
+        Reviewed by Gyuyoung Kim.
+
+        * UIProcess/API/efl/EwkViewCallbacks.h:
+        * UIProcess/API/efl/ewk_application_cache_manager.h:
+        * UIProcess/API/efl/ewk_auth_request.h:
+        * UIProcess/API/efl/ewk_back_forward_list.h:
+        * UIProcess/API/efl/ewk_back_forward_list_item.h:
+        * UIProcess/API/efl/ewk_color_picker.h:
+        * UIProcess/API/efl/ewk_context.h:
+        * UIProcess/API/efl/ewk_context_menu_item.h:
+        * UIProcess/API/efl/ewk_cookie_manager.h:
+        * UIProcess/API/efl/ewk_database_manager.h:
+        * UIProcess/API/efl/ewk_download_job.h:
+        * UIProcess/API/efl/ewk_error.h:
+        * UIProcess/API/efl/ewk_favicon_database.h:
+        * UIProcess/API/efl/ewk_file_chooser_request.h:
+        * UIProcess/API/efl/ewk_form_submission_request.h:
+        * UIProcess/API/efl/ewk_navigation_data.h:
+        * UIProcess/API/efl/ewk_navigation_policy_decision.h:
+        * UIProcess/API/efl/ewk_object.h:
+        * UIProcess/API/efl/ewk_page_group.h:
+        * UIProcess/API/efl/ewk_popup_menu.h:
+        * UIProcess/API/efl/ewk_popup_menu_item.h:
+        * UIProcess/API/efl/ewk_security_origin.h:
+        * UIProcess/API/efl/ewk_settings.h:
+        * UIProcess/API/efl/ewk_storage_manager.h:
+        * UIProcess/API/efl/ewk_url_request.h:
+        * UIProcess/API/efl/ewk_url_response.h:
+        * UIProcess/API/efl/ewk_url_scheme_request.h:
+        * UIProcess/API/efl/ewk_view.h:
+        * UIProcess/API/efl/ewk_window_features.h:
+        * WebProcess/InjectedBundle/API/efl/ewk_extension.h:
+        * WebProcess/InjectedBundle/API/efl/ewk_page.h:
+
+2015-05-21  Csaba Osztrogonác  &lt;ossy@webkit.org&gt;
+
</ins><span class="cx">         Fix mismatched-tags warnings related to CoordinatedGraphics
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=145130
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflEwkViewCallbacksh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/EwkViewCallbacks.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/EwkViewCallbacks.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/EwkViewCallbacks.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -34,12 +34,21 @@
</span><span class="cx"> #include &lt;wtf/text/CString.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Auth_Request;
+typedef class EwkObject Ewk_Download_Job;
+typedef class EwkObject Ewk_File_Chooser_Request;
+typedef class EwkObject Ewk_Form_Submission_Request;
+typedef class EwkObject Ewk_Navigation_Policy_Decision;
+typedef class EwkError Ewk_Error;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Auth_Request;
</span><span class="cx"> typedef struct EwkObject Ewk_Download_Job;
</span><span class="cx"> typedef struct EwkObject Ewk_File_Chooser_Request;
</span><span class="cx"> typedef struct EwkObject Ewk_Form_Submission_Request;
</span><span class="cx"> typedef struct EwkObject Ewk_Navigation_Policy_Decision;
</span><span class="cx"> typedef struct EwkError Ewk_Error;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> namespace EwkViewCallbacks {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_application_cache_managerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_application_cache_manager.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_application_cache_manager.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_application_cache_manager.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -39,7 +39,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for Ewk_Application_Cache_Manager */
</span><ins>+#ifdef __cplusplus
+typedef class EwkApplicationCacheManager Ewk_Application_Cache_Manager;
+#else
</ins><span class="cx"> typedef struct EwkApplicationCacheManager Ewk_Application_Cache_Manager;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * @typedef Ewk_Application_Cache_Origins_Async_Get_Cb Ewk_Application_Cache_Origins_Async_Get_Cb
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_auth_requesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_auth_request.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_auth_request.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_auth_request.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -42,7 +42,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Auth_Request;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Auth_Request;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Queries the suggested username to be used for authenticating.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_back_forward_listh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_back_forward_list.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_back_forward_list.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_back_forward_list.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -38,7 +38,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for Ewk_Back_Forward_List */
</span><ins>+#ifdef __cplusplus
+typedef class EwkBackForwardList Ewk_Back_Forward_List;
+#else
</ins><span class="cx"> typedef struct EwkBackForwardList Ewk_Back_Forward_List;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Returns the current item in the @a list.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_back_forward_list_itemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_back_forward_list_item.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_back_forward_list_item.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_back_forward_list_item.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -42,7 +42,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Back_Forward_List_Item;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Back_Forward_List_Item;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Returns URL of the item.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_color_pickerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_color_picker.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_color_picker.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_color_picker.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -28,7 +28,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for @a Ewk_Color_Picker. */
</span><ins>+#ifdef __cplusplus
+typedef class EwkColorPicker Ewk_Color_Picker;
+#else
</ins><span class="cx"> typedef struct EwkColorPicker Ewk_Color_Picker;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Sets the selected color.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_contexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_context.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_context.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_context.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -68,7 +68,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Context;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Context;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * \enum    Ewk_Cache_Model
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_context_menu_itemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_context_menu_item.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_context_menu_item.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_context_menu_item.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -42,10 +42,18 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Context_Menu;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Context_Menu;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /** Creates a type name for Ewk_Context_Menu_Item */
</span><ins>+#ifdef __cplusplus
+typedef class EwkContextMenuItem Ewk_Context_Menu_Item;
+#else
</ins><span class="cx"> typedef struct EwkContextMenuItem Ewk_Context_Menu_Item;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * \enum    Ewk_Context_Menu_Item_Type
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_cookie_managerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_cookie_manager.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_cookie_manager.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_cookie_manager.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -38,7 +38,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for Ewk_Cookie_Manager */
</span><ins>+#ifdef __cplusplus
+typedef class EwkCookieManager Ewk_Cookie_Manager;
+#else
</ins><span class="cx"> typedef struct EwkCookieManager Ewk_Cookie_Manager;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * \enum    Ewk_Cookie_Accept_Policy
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_database_managerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_database_manager.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_database_manager.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_database_manager.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -40,7 +40,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for Ewk_Database_Manager. */
</span><ins>+#ifdef __cplusplus
+typedef class EwkDatabaseManager Ewk_Database_Manager;
+#else
</ins><span class="cx"> typedef struct EwkDatabaseManager Ewk_Database_Manager;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * @typedef Ewk_Database_Origins_Async_Get_Cb Ewk_Database_Origins_Async_Get_Cb
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_download_jobh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_download_job.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_download_job.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_download_job.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -48,7 +48,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Download_Job;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Download_Job;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /// Defines the possible states of a download.
</span><span class="cx"> enum Ewk_Download_Job_State {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_errorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_error.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_error.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_error.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -38,7 +38,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for @a Ewk_Error. */
</span><ins>+#ifdef __cplusplus
+typedef class EwkError Ewk_Error;
+#else
</ins><span class="cx"> typedef struct EwkError Ewk_Error;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /// Creates a type name for Ewk_Error_Type.
</span><span class="cx"> typedef enum {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_favicon_databaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_favicon_database.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_favicon_database.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_favicon_database.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -39,7 +39,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for @a Ewk_Favicon_Database. */
</span><ins>+#ifdef __cplusplus
+typedef class EwkFaviconDatabase Ewk_Favicon_Database;
+#else
</ins><span class="cx"> typedef struct EwkFaviconDatabase Ewk_Favicon_Database;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * @typedef Ewk_Favicon_Database_Icon_Change_Cb Ewk_Favicon_Database_Icon_Change_Cb
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_file_chooser_requesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_file_chooser_request.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_file_chooser_request.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_file_chooser_request.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -42,7 +42,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_File_Chooser_Request;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_File_Chooser_Request;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Queries if it is allowed to select multiple files or not.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_form_submission_requesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_form_submission_request.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_form_submission_request.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_form_submission_request.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -45,7 +45,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Form_Submission_Request;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Form_Submission_Request;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Returns the list of field names contained in the form associated to @a request.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_navigation_datah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_data.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_data.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_data.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -43,7 +43,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Navigation_Data;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Navigation_Data;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Returns title for this navigation data.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_navigation_policy_decisionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_policy_decision.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_policy_decision.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_policy_decision.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -43,7 +43,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Navigation_Policy_Decision;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Navigation_Policy_Decision;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /// Enum containing navigation types
</span><span class="cx"> typedef enum  {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_objecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_object.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_object.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_object.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -38,7 +38,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for Ewk_Object */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Object;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Object;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Increases the reference count of the given Ewk_Object.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_page_grouph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_page_group.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_page_group.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_page_group.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -43,7 +43,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Page_Group;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Page_Group;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Creates a new Ewk_Page_Group.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_popup_menuh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_popup_menu.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_popup_menu.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_popup_menu.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -39,7 +39,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for Ewk_Popup_Menu */
</span><ins>+#ifdef __cplusplus
+typedef class EwkPopupMenu Ewk_Popup_Menu;
+#else
</ins><span class="cx"> typedef struct EwkPopupMenu Ewk_Popup_Menu;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Selects index of current popup menu.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_popup_menu_itemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_popup_menu_item.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_popup_menu_item.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_popup_menu_item.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -46,7 +46,11 @@
</span><span class="cx"> } Ewk_Popup_Menu_Item_Type;
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for Ewk_Popup_Menu_Item */
</span><ins>+#ifdef __cplusplus
+typedef class EwkPopupMenuItem Ewk_Popup_Menu_Item;
+#else
</ins><span class="cx"> typedef struct EwkPopupMenuItem Ewk_Popup_Menu_Item;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Returns type of the popup menu item.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_security_originh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_security_origin.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_security_origin.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_security_origin.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -47,7 +47,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Security_Origin;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Security_Origin;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Returns the host of the security origin.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_settingsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_settings.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_settings.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_settings.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -41,7 +41,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for Ewk_Settings */
</span><ins>+#ifdef __cplusplus
+typedef class EwkSettings Ewk_Settings;
+#else
</ins><span class="cx"> typedef struct EwkSettings Ewk_Settings;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_storage_managerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_storage_manager.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_storage_manager.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_storage_manager.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -41,7 +41,11 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> /** Creates a type name for Ewk_Storage_Manager. */
</span><ins>+#ifdef __cplusplus
+typedef class EwkStorageManager Ewk_Storage_Manager;
+#else
</ins><span class="cx"> typedef struct EwkStorageManager Ewk_Storage_Manager;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * @typedef Ewk_Storage_Origins_Async_Get_Cb Ewk_Storage_Origins_Async_Get_Cb
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_url_requesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_request.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_request.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_request.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -42,7 +42,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Url_Request;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Url_Request;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Query URL for this request.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_url_responseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_response.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_response.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_response.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -42,7 +42,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Url_Response;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Url_Response;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Query URL for this response.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_url_scheme_requesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_scheme_request.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_scheme_request.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_url_scheme_request.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -42,7 +42,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Url_Scheme_Request;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Url_Scheme_Request;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Query the URL scheme for this request.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_viewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -214,7 +214,12 @@
</span><span class="cx">  */
</span><span class="cx"> #define EWK_VIEW_SMART_CLASS_INIT_NAME_VERSION(name) EWK_VIEW_SMART_CLASS_INIT(EVAS_SMART_CLASS_INIT_NAME_VERSION(name))
</span><span class="cx"> 
</span><ins>+#ifdef __cplusplus
+typedef class EwkView EwkView;
+#else
</ins><span class="cx"> typedef struct EwkView EwkView;
</span><ins>+#endif
+
</ins><span class="cx"> /**
</span><span class="cx">  * @brief Contains an internal View data.
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIeflewk_window_featuresh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_window_features.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_window_features.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_window_features.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -43,7 +43,11 @@
</span><span class="cx">  *
</span><span class="cx">  * @see Ewk_Object
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkObject Ewk_Window_Features;
+#else
</ins><span class="cx"> typedef struct EwkObject Ewk_Window_Features;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Queries the toolbar visibility of the window feature.
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIeflewk_extensionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/efl/ewk_extension.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/efl/ewk_extension.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/efl/ewk_extension.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -40,12 +40,20 @@
</span><span class="cx"> /**
</span><span class="cx">  * Declare Ewk_Page.
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkPage Ewk_Page;
+#else
</ins><span class="cx"> typedef struct EwkPage Ewk_Page;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Declare Ewk_Extension.
</span><span class="cx">  */
</span><ins>+#ifdef __cplusplus
+typedef class EwkExtension Ewk_Extension;
+#else
</ins><span class="cx"> typedef struct EwkExtension Ewk_Extension;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Declare Ewk_Extension_Initialize_Function.
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIeflewk_pageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/efl/ewk_page.h (184709 => 184710)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/efl/ewk_page.h        2015-05-21 07:26:55 UTC (rev 184709)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/efl/ewk_page.h        2015-05-21 09:27:07 UTC (rev 184710)
</span><span class="lines">@@ -34,7 +34,11 @@
</span><span class="cx"> #include &lt;Eina.h&gt;
</span><span class="cx"> #include &lt;JavaScriptCore/JSBase.h&gt;
</span><span class="cx"> 
</span><ins>+#ifdef __cplusplus
+typedef class EwkPage Ewk_Page;
+#else
</ins><span class="cx"> typedef struct EwkPage Ewk_Page;
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx"> #ifdef __cplusplus
</span><span class="cx"> extern &quot;C&quot; {
</span></span></pre>
</div>
</div>

</body>
</html>