mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Gtk to 2.24 Webkit to 1.2.7 Others to latest version install-impl.sh now has option to build webkit if BUILD_WEBKIT_FROM_SOURCE is defined as "yes". git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20560 57a11ea4-9604-0410-9ed3-97b8803252fd
11 lines
346 B
Diff
Executable File
11 lines
346 B
Diff
Executable File
--- WebCore/bindings/js/JSNodeCustom.cpp.ori Sun Jan 23 11:38:08 2011
|
|
+++ WebCore/bindings/js/JSNodeCustom.cpp Sun Jan 23 11:37:57 2011
|
|
@@ -34,6 +34,7 @@
|
|
#include "DocumentType.h"
|
|
#include "Entity.h"
|
|
#include "EntityReference.h"
|
|
+#include "ExceptionCode.h"
|
|
#include "HTMLElement.h"
|
|
#include "JSAttr.h"
|
|
#include "JSCDATASection.h"
|