Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py

Issue 2014063002: Run format-webkit on webkitpy code (without string conversion). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py
index 0cfa6cb0ab26d9035e60195f4eca8644e73202a8..6d0a65f0bfec6725d2ad979a7e93fd54be0c6368 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py
@@ -60,6 +60,7 @@ class TestLogStream(object):
# constructor should support write() and flush():
#
# http://docs.python.org/library/logging.html#module-logging.handlers
+
def write(self, message):
self.messages.append(message)

Powered by Google App Engine
This is Rietveld 408576698