Index: content/test/gpu/gpu_tests/memory.py |
diff --git a/content/test/gpu/gpu_tests/memory.py b/content/test/gpu/gpu_tests/memory.py |
index dddb4725cf51d37c1ebfd49935623ceade382c5f..939af8623b32ab2fe4a7ea21cd268faba8a84e17 100644 |
--- a/content/test/gpu/gpu_tests/memory.py |
+++ b/content/test/gpu/gpu_tests/memory.py |
@@ -83,7 +83,9 @@ class _MemoryValidator(page_test.PageTest): |
'--force-gpu-mem-available-mb=%s' % MEMORY_LIMIT_MB) |
def WillNavigateToPage(self, page, tab): |
- custom_categories = ['webkit.console', 'gpu'] |
+ # FIXME: Remove webkit.console when blink.console lands in chromium and the |
+ # ref builds are updated. crbug.com/386847 |
+ custom_categories = ['webkit.console', 'blink.console', 'gpu'] |
tab.browser.StartTracing(','.join(custom_categories), 60) |
def _FormatException(self, low_or_high, mb_used): |