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

Unified Diff: tools/android/loading/tracing_unittest.py

Issue 1888343003: Clovis: contentful paint upgrades. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url-rename
Patch Set: Use new frame detection Created 4 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
Index: tools/android/loading/tracing_unittest.py
diff --git a/tools/android/loading/tracing_unittest.py b/tools/android/loading/tracing_unittest.py
index cce5809f329710dd477f09d462c2ce67fc8b77ac..95acef8e0659ed6a1176d417dd6735de3f160851 100644
--- a/tools/android/loading/tracing_unittest.py
+++ b/tools/android/loading/tracing_unittest.py
@@ -309,7 +309,7 @@ class TracingTrackTestCase(unittest.TestCase):
'args': {'frame': _MAIN_FRAME_ID}},
]
self._HandleEvents(events)
- self.assertEquals(_MAIN_FRAME_ID, self.track._GetMainFrameID())
+ self.assertEquals(_MAIN_FRAME_ID, self.track.GetMainFrameID())
def testGetMatchingEvents(self):
_MAIN_FRAME_ID = 0xffff

Powered by Google App Engine
This is Rietveld 408576698