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

Unified Diff: chrome/test/pyautolib/remote_inspector_client.py

Issue 14272005: Fix minor bug in remote_inspector_client.py that broke it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/remote_inspector_client.py
diff --git a/chrome/test/pyautolib/remote_inspector_client.py b/chrome/test/pyautolib/remote_inspector_client.py
index 31a24c214a431acc73d4a2bd3c6ccb22ebbf7a8d..ff4f53bfb712ddb74b9b32d215ad156343d47d63 100755
--- a/chrome/test/pyautolib/remote_inspector_client.py
+++ b/chrome/test/pyautolib/remote_inspector_client.py
@@ -1043,7 +1043,7 @@ class RemoteInspectorClient(object):
}
"""
# TODO(yurys): Remove this hack after M27 is released.
- if self._IsWebkitVersionNotOlderThan(537, 31):
+ if self._IsContentVersionNotOlderThan(537, 31):
return self._GetMemoryObjectCountsNew()
MEMORY_COUNT_MESSAGES = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698