Summary: | [GTK] Reduplicate common.top_level_path in scripts | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Martin Robinson <mrobinson> | ||||||
Component: | WebKitGTK | Assignee: | Martin Robinson <mrobinson> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | cgarcia, gustavo | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Martin Robinson
2014-02-24 23:28:10 PST
Created attachment 225123 [details]
Patch
Comment on attachment 225123 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=225123&action=review > Tools/gtk/check-gdom-symbols:29 > +def top_level_path(*args): > + global top_level_dir > + if not top_level_dir: > + top_level_dir = os.path.join(os.path.dirname(__file__), '..', '..') > + return os.path.join(*(top_level_dir,) + args) Why do we need this here if we are using common? Created attachment 225124 [details]
Patch
(In reply to comment #2) > Why do we need this here if we are using common? Whoops! Forgot to save a file before uploading. I've uploaded a new patch. Committed r164739: <http://trac.webkit.org/changeset/164739> |