Index: LayoutTests/fast/dom/Window/resources/window-property-collector.js |
diff --git a/LayoutTests/fast/dom/Window/resources/window-property-collector.js b/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
index 0578c8d46adccf4811b7105a05e527df2932789e..edc0c7a7c6b9bbd22e3991d320c84cc56a7a41bc 100644 |
--- a/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
+++ b/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
@@ -78,8 +78,6 @@ function collectPropertiesHelper(object, path) |
// Skip the properties which are hard to expect a stable result. |
// As for 'accessibilityController', we can hardly estimate the states |
// of the cached WebAXObjects. |
- // FIXME: We can't access accessibilityController's properties here |
dmazzoni
2014/03/28 06:30:32
It looks like you're deleting the FIXME, but the s
hajimehoshi
2014/03/28 07:23:46
Done.
|
- // because some property accesses might crash (crbug/351195). |
if (property == 'accessibilityController') |
continue; |
// As for 'localStorage', local storage is not reliably cleared between tests. |