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

Unified Diff: LayoutTests/fast/dom/MutationObserver/filesystem-callback-delivery.html

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added CodeGeneratorInspector.py change Created 7 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
« no previous file with comments | « no previous file | Source/WTF/wtf/FeatureDefines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/MutationObserver/filesystem-callback-delivery.html
diff --git a/LayoutTests/fast/dom/MutationObserver/filesystem-callback-delivery.html b/LayoutTests/fast/dom/MutationObserver/filesystem-callback-delivery.html
index 85b72f929f2f69d292fc51723128e29018b6d76a..0d2f37798d8ae3937460b6a0f5a006d3e6954b13 100644
--- a/LayoutTests/fast/dom/MutationObserver/filesystem-callback-delivery.html
+++ b/LayoutTests/fast/dom/MutationObserver/filesystem-callback-delivery.html
@@ -56,10 +56,6 @@ function testFilesystem() {
description('Test that Mutation Records are delivered following FileSystem callbacks.');
-if (!window.webkitRequestFileSystem) {
- testFailed('This test requires ENABLE(FILE_SYSTEM)');
- finishJSTest();
-} else
- testFilesystem();
+testFilesystem();
</script>
<script src="../../js/resources/js-test-post.js"></script>
« no previous file with comments | « no previous file | Source/WTF/wtf/FeatureDefines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698