Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 190347
Collapse All | Expand All

(-)./WebCore/dom/Position.cpp.old (+1 lines)
Lines 23-28 Link Here
23
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
23
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
24
 */
24
 */
25
25
26
#include <cstdio>
26
#include "config.h"
27
#include "config.h"
27
#include "Position.h"
28
#include "Position.h"
28
29
(-)./WebCore/editing/SelectionController.cpp.old (+1 lines)
Lines 22-28 Link Here
22
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
22
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
23
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
24
 */
24
 */
25
  
25
  
26
#include <cstdio>  
26
#include "config.h"
27
#include "config.h"
27
#include "SelectionController.h"
28
#include "SelectionController.h"
28
29
(-)./WebCore/editing/Selection.cpp.old (+1 lines)
Lines 23-28 Link Here
23
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
23
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
24
 */
24
 */
25
  
25
  
26
#include <cstdio>
26
#include "config.h"
27
#include "config.h"
27
#include "Selection.h"
28
#include "Selection.h"
28
29
(-)./WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp.old (+1 lines)
Lines 22-27 Link Here
22
22
23
#include <JavaScriptCore/JSStringRef.h>
23
#include <JavaScriptCore/JSStringRef.h>
24
#include <webkit/webkit.h>
24
#include <webkit/webkit.h>
25
#include <cstring>
25
26
26
// Returns a newly allocated UTF-8 character buffer which must be freed with g_free()
27
// Returns a newly allocated UTF-8 character buffer which must be freed with g_free()
27
static gchar* JSStringCopyUTF8CString(JSStringRef jsString)
28
static gchar* JSStringCopyUTF8CString(JSStringRef jsString)

Return to bug 190347