webkitpy: the real_name() method in the Port class is no longer needed
authordpranke@chromium.org <dpranke@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 15 Feb 2012 00:57:07 +0000 (00:57 +0000)
committerdpranke@chromium.org <dpranke@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 15 Feb 2012 00:57:07 +0000 (00:57 +0000)
commit775d6b5834cba187d45133c0ee173ad29c6a539e
tree4edb82e93c14cec7293fad0986c1af4433a3ce30
parent40b21e874dbd13aaf291bd17bbcdf08d069098be
webkitpy: the real_name() method in the Port class is no longer needed
https://bugs.webkit.org/show_bug.cgi?id=78651

Reviewed by Eric Seidel.

The change in bug 78565 / r107718 made it no longer necessary
(we can use options.platform instead).

* Scripts/webkitpy/layout_tests/port/base.py:
(Port.name):
* Scripts/webkitpy/layout_tests/port/mock_drt.py:
(MockDRTPort.__init__):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107755 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/ChangeLog
Tools/Scripts/webkitpy/layout_tests/port/base.py
Tools/Scripts/webkitpy/layout_tests/port/mock_drt.py