Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / perf / profile_creators / small_profile_creator.py
index b98c90a..d8bb453 100644 (file)
@@ -28,5 +28,5 @@ class SmallProfileCreator(profile_creator.ProfileCreator):
     else:
       return browser.tabs.New()
 
-  def MeasurePage(self, _, tab, results):
+  def ValidateAndMeasurePage(self, _, tab, results):
     tab.WaitForDocumentReadyStateToBeComplete()