Index: webkit2gtk-2.16.6/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h =================================================================== --- webkit2gtk-2.16.6.orig/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h +++ webkit2gtk-2.16.6/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h @@ -77,7 +77,7 @@ typedef enum { * can crash while the rest of the views keep working normally. This * process model is indicated for applications which may use a number * of web views and the content of in each must not interfere with the - * rest — for example a full-fledged web browser with support for + * rest - for example a full-fledged web browser with support for * multiple tabs. * * Enum values used for determining the #WebKitWebContext process model. Index: webkit2gtk-2.16.6/Source/WTF/wtf/Platform.h =================================================================== --- webkit2gtk-2.16.6.orig/Source/WTF/wtf/Platform.h +++ webkit2gtk-2.16.6/Source/WTF/wtf/Platform.h @@ -360,7 +360,7 @@ #endif /* ARM */ -#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC64) || CPU(ALPHA) +#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC64) || CPU(ALPHA) ||CPU(HPPA) #define WTF_CPU_NEEDS_ALIGNED_ACCESS 1 #endif