Changeset 51749 in webkit


Ignore:
Timestamp:
Dec 6, 2009 10:42:31 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2009-12-06 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

[bzt] Make LandingSequence.update aware of ports
https://bugs.webkit.org/show_bug.cgi?id=32208

This is required to make build work on the Chromium port because
Chromium has a custom update-webkit.

  • Scripts/modules/landingsequence.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r51747 r51749  
     12009-12-06  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [bzt] Make LandingSequence.update aware of ports
     6        https://bugs.webkit.org/show_bug.cgi?id=32208
     7
     8        This is required to make build work on the Chromium port because
     9        Chromium has a custom update-webkit.
     10
     11        * Scripts/modules/landingsequence.py:
     12
    1132009-12-06  Adam Barth  <abarth@webkit.org>
    214
  • trunk/WebKitTools/Scripts/modules/landingsequence.py

    r51747 r51749  
    7878
    7979    def update(self):
    80         self._tool.steps.update()
     80        self._tool.steps.update(port=self._port)
    8181
    8282    def apply_patch(self):
Note: See TracChangeset for help on using the changeset viewer.