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 = [ |