Commit 8f5515e8 authored by Jocelyn Turcotte's avatar Jocelyn Turcotte
Browse files

<third_party/WebKit> Prevent a python IOError on Windows due to MAX_PATH


Running python down into the WebKit directory structure and referring
a file relatively to the build directory can easily spill over the
260 char limit on Windows.

Resolve the absolute path using join and normpath to work around the
issue.

Change-Id: I6e89aad542761adcbd821b05f0cc6e9d489dced5
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
parent e9509ea5
Showing with 10 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment