diff options
Diffstat (limited to 'webkit/SConscript')
-rw-r--r-- | webkit/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/SConscript b/webkit/SConscript index 6238f35..0ada52b 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -132,7 +132,6 @@ env.Prepend( '$WEBKIT_DIR/port/rendering/style', '$WEBKIT_DIR/port/storage', '$WEBKIT_DIR/port/style', - '$WEBKIT_DIR/port/xml', '$WEBKIT_DIR', '$WEBKIT_DIR/build/port', @@ -173,6 +172,7 @@ env.Append( '$WEBCORE_DIR/rendering', '$WEBCORE_DIR/rendering/style', '$WEBCORE_DIR/inspector', + '$WEBCORE_DIR/xml', ], CPPDEFINES = [ |