summaryrefslogtreecommitdiffstats
path: root/Tools/Scripts/update-iexploder-cssproperties
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/update-iexploder-cssproperties')
-rwxr-xr-xTools/Scripts/update-iexploder-cssproperties6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/Scripts/update-iexploder-cssproperties b/Tools/Scripts/update-iexploder-cssproperties
index 1a9c0d6..65e559f 100755
--- a/Tools/Scripts/update-iexploder-cssproperties
+++ b/Tools/Scripts/update-iexploder-cssproperties
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# This script updates Tools/iExploder/htdocs/*.in based on
+# This script updates Tools/iExploder/iExploder-1.3.2/htdocs/*.in based on
# WebCore/css/CSSPropertyNames.in, WebCore/html/HTMLTagNames.in
# and WebCore/html/HTMLAttributeNames.in
@@ -109,8 +109,8 @@ sub update($$)
{
my ($iexploderPath, $webcorePath) = @_;
- $iexploderPath = File::Spec->catfile(sourceDir(), "Tools", "iExploder", "htdocs", split("/", $iexploderPath));
- $webcorePath = File::Spec->catfile(sourceDir(), "WebCore", split("/", $webcorePath));
+ $iexploderPath = File::Spec->catfile(sourceDir(), "Tools", "iExploder", "iExploder-1.3.2", "htdocs", split("/", $iexploderPath));
+ $webcorePath = File::Spec->catfile(sourceDir(), "Source", "WebCore", split("/", $webcorePath));
my @sections = readiExploderFile($iexploderPath);
$sections[0] = generateEntityListFromFile($webcorePath);